* upstream/fix/popover-performance:
fix offset Y bug
clean up and fixes, change popover padding -> margin
fix centering of certain dropdowns
update changelog
remove unused popover target from portal experiment
fix mistakes
remove popper references
separate bounds x/y
remove v-tooltip completely
make more components use new popover, fix some things
rewrite popover because v-tooltip is slow as heck
* upstream/develop:
fix changelog. kenomo didn't happen.
EmojiInput tests should be checking the input value on the last input event, not the first
Add onInput() function as listener for input events, remove unnecessary compositionupdate listener
after_store: Fix failing to parse nodeinfo when mrf transparency is disabled
Themes v3 Part 1 "2.1" codenamed "One step for themes, a giant burder for code reviewers"
Closes#750 and #774
See merge request pleroma/pleroma-fe!1037
* themes-accent:
update headers in switcher to better separate the subsections
paper theme, updated todo, lol
improve the display of disabled buttons
attempt to fix some bugs with shadows control
fix#774
revert emoji reaction style
Add onInput() function as listener for input events, remove unnecessary compositionupdate listener
Closes#775
See merge request pleroma/pleroma-fe!1065
* themes-accent:
dismiss warning when selecting other themes, fix collapsed attachments link color
properly clear theme
fixed transparent + semi-transparent inheritance case
post-merge fix
fix v2 breezy themes having messed up pressed buttons. updated v2.1 breezy themes to have derived colors instead of fixed ones.
Emoji Reactions - fixes and improvements
MRF Keyword Policy Disclosure
Include non-gallery attachments and distinguish between images and videos
Indicate whether collapsed statuses contain gallery media or link preview cards
Add option text
Add `with_move` param for fetching notification
Change to hide User migrates tab when allow following move
Add setting for allow_following_move
* themes-accent: (83 commits)
fix and update changelog
fix/remove contrast ratios
removed base16-related code
fix warning stylings
fixed eslint, made `mod` work properly depending on context including in shadows
Better Disabled buttons support. Mammal theme fixes. Implemented proper context-aware `mod` argument - now checks lightness of "variant" color. needs retesting tho
updated preview to account for underlay
update button toggled state, apply it to emoji reactions
removed one color TODO
add theme to list
Kenomo (see: #624) theme. Ability to define link color for post contents. Fixes
fix rgba function, whoops
lint
fix rgba css generation, add some tests to automatically verify that themes are generated properly
fix transparent color not affecting downstream slots
fix icons in menus
improved selectedMenu again
popover/selected menu improvements
separate actual theme data from theme framework
revert fgText -> text after some consideration. case was fixed already in other way
...