-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Snackbar design and motion improvements #53248
Conversation
Size Change: +92 B (0%) Total Size: 1.5 MB
ℹ️ View Unchanged
|
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.
Solid improvements, thank you.
The backdrop-filter is blink-and-you'll-miss-it subtle, and I wonder if it has a performance impact; if yes perhaps it's okay to omit that. But I'm happy to try this.
Probably separate since it's also an issue in trunk, but in the site view, the snackbar sits a bit high; perhaps that's because the footer gets hidden there? 🤔
Related to #53198. There's no logic to determine where snackbars start visually, with or without breadcrumbs/UI. |
cc24469
to
059fbfe
Compare
Flaky tests detected in 059fbfe. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/5825168423
|
What?
Trying some ideas on how to improve the visual, and interaction, of snackbars by:
Why?
While touching up command palette and adding new commands, I started exploring how we could leverage snackbar notifications better in certain commands.
Per that relationship, it's a good time to coordinate improvements along this front as well.
How?
Testing Instructions
Screenshots or screencast
Before:
CleanShot.2023-08-01.at.13.37.41.mp4
After:
CleanShot.2023-08-01.at.13.38.36.mp4