* emoji-popovers:
use anchor for picker
move keepOpen to picker
some shitty initial implementation of emoji picker with popover
fix blinking popup
fix css
cleanup
moved popovers space outside app because otherwise it causes weird issues A LOT
suggestor popover
* origin/develop: (89 commits)
Update dependency @vuelidate/validators to v2.0.0
Remove lolex package
Remove diff package
Pin dependencies
Update dependency sass to v1.55.0
Make suggestor suggest according to cldr annotations
Make chunks named
Use import() for emoji.json
Add regional indicators
Support filtering by keywords from cldr
Display localized unicode emoji names
Load unicode emoji annotations
Extract language list to its own file
using the half-shit approach since proper approach is full-shit
Make unicode emoji phrases match with _
Use console.info
Fix non-square emojis being truncated
Fix emoji picker lint
Fix emoji picker lint
Tweak efficiency when changing filter keywords in emoji picker
...
* scrolltotop:
port changes to notifications
cleanup
added scrolltotop for mobile notifications
fix scrollerref not setting properly
apply same for scrolltop button
refactor css for timeline buttons, make it a bit easier to tap them
* origin/develop: (80 commits)
Make suggestor suggest according to cldr annotations
Make chunks named
Use import() for emoji.json
Add regional indicators
Support filtering by keywords from cldr
Display localized unicode emoji names
Load unicode emoji annotations
Extract language list to its own file
using the half-shit approach since proper approach is full-shit
Make unicode emoji phrases match with _
Use console.info
Fix non-square emojis being truncated
Fix emoji picker lint
Fix emoji picker lint
Tweak efficiency when changing filter keywords in emoji picker
Use trimmed keyword for filtering emojis
Limit the width of unsupported multichar emojis
Make emoji picker work with vue3
Make StillImage react to src changes
Lint
...