* vue3-again: (59 commits)
cleanup console log
fix i18n at places
fix all the spacings i could find
fix spacings in notifications
fix dupe id
fix animations
cleanup
fix capitalization (and localization of tooltips for scope icon)
listeners aren't actually used
fix selects in settings screen
fix tabs not being able to be "disabled"
fix avatars not opening inline card
fix other weird route
fix routes test
skip user profile test for now https://github.com/vuejs/test-utils/issues/1382
fix emoji input tests
fix richcontent and its tests
fix tests running
fix mobile post button being too square
fix selects
...
* origin/develop:
quick fix for alignment in avatars, juggling multiple branches is confusing
fix even more issues with avatars
Update dependency ora to v0.4.1
Update dependency mini-css-extract-plugin to v0.12.0
Update dependency karma-firefox-launcher to v1.3.0
fix avatars in mobile view
* origin/develop:
fix even more issues with avatars
Update dependency ora to v0.4.1
Update dependency mini-css-extract-plugin to v0.12.0
Update dependency karma-firefox-launcher to v1.3.0
fix avatars in mobile view
* origin/develop:
improve the looks of bot indicator
fix bot indicator appearing on retweeter avatar
Update dependency localforage to v1.10.0
Update dependency http-proxy-middleware to v0.21.0
Update dependency eslint-plugin-standard to v4.1.0
Update dependency eslint-plugin-import to v2.25.4
Update babel monorepo to v7.17.8
Update dependency iso-639-1 to v2.1.13
Update dependency express to v4.17.3
Update dependency eslint-plugin-promise to v4.3.1
Update dependency eslint-loader to v2.2.1
There was a comment to enable something for eslint. This was a leftover from when it was dissabled.
But the dissabling was removed in a privious commit f9393b0dab
Reports don't currently return an emoji key. There's an MR to add it, but in case something doesn't return this key, we now have a default empty array.
After merging develop, the dropdown didn't format properly any more because selects have been made into a component. Here I turn the select into a component as well.