c46a032f0b
fix: CSS stacking context issue with behind menu backdrops on mobile
...
Moving the animation to the same element that has position: fixed resolves
2021-04-16 19:02:43 -07:00
1dd97c1ddd
feat: Show mobile-style (slide from bottom) menus on mobile ( #2025 )
...
* feat: Show mobile-style (slide from bottom) menus at responsive viewport sizes
* More mobile improvements
* fix: Safari compatability
2021-04-13 21:43:24 -07:00
07425f4243
Minor context menu visual updates
2021-03-29 22:28:40 -07:00
889186e510
fix: Close appearance menu when selecting a theme
...
fix: Position disclosure correctly when menu has submenu
fix: More reliably close context menus
2021-03-26 11:15:58 -07:00
4166257283
chore: Improved context menu behavior
2021-03-24 19:23:16 -07:00
32f0589190
chore: Upgrade flow ( #1854 )
...
* wip: upgrade flow
* chore: More sealed props improvements
* Final fixes
2021-01-29 21:36:09 -08:00
e8b7782f5e
fix: Keyboard accessible context menus ( #1768 )
...
- Makes menus fully accessible and keyboard driven
- Currently adds 2.8% to initial bundle size due to the inclusion of Reakit and its dependency, popperjs.
- Converts all menus to functional components
- Remove old custom menu system
- Various layout and flow improvements around the menus
closes #1766
2021-01-13 22:00:25 -08:00