Merge branch 'tusooa/react-more-actions-fix' into 'develop'
Accessibility for react & extra buttons See merge request pleroma/pleroma-fe!1869 (cherry picked from commit18c0cf1845)0026b35fAdd alt text for react and extra-buttons popup82063f34Add aria-controls to extra-buttons trigger5ff14837Add changelog
This commit is contained in:
parent
3781f0e3bf
commit
84e2fa1a5e
10 changed files with 45 additions and 7 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import Timeago from 'components/timeago/timeago.vue'
|
||||
import genRandomSeed from '../../services/random_seed/random_seed.service.js'
|
||||
import RichContent from 'components/rich_content/rich_content.jsx'
|
||||
import { forEach, map } from 'lodash'
|
||||
|
||||
|
|
@ -13,7 +14,7 @@ export default {
|
|||
return {
|
||||
loading: false,
|
||||
choices: [],
|
||||
randomSeed: `${Math.random()}`.replace('.', '-')
|
||||
randomSeed: genRandomSeed()
|
||||
}
|
||||
},
|
||||
created () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue