-
Notifications
You must be signed in to change notification settings - Fork 367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Update Material UI and Emotion #9603
chore: Update Material UI and Emotion #9603
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Can't believe how quickly that MUI fix got released.
A couple observations, but nothing that I think requires any action:
- The menus without scroll lock don't seem to play very nicely with MacOS scroll elasticity/bouncing, but I haven't looked too closely at it and I kind of doubt there's much we can do about it
- The user menu still locks scrolling -- is that intentional or would we want to use
disableScrollLock
here too now that we can? I don't have any opinion from a UX perspective
I'll be sure to follow up about the other Menus causing scroll lock @jdamore-linode. The MacOS scroll bounce is unfortunate. I'll keep an eye out for fixes for that. |
* update MUI and style libraries and allow scroll with actionmenu * fix some deprecated props * Added changeset: Update Material UI and Emotion --------- Co-authored-by: Banks Nussman <[email protected]>
Description 📝
latest
<ActionMenu />
use MUI instead of Reach UI #9540 (comment)Preview 📷
Screen.Recording.2023-08-29.at.2.10.13.PM.mov
Screen.Recording.2023-08-29.at.2.09.47.PM.mov
How to test 🧪
yarn
for good measureyarn dev
and verify the app works and looks normal