-
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 notification for "Copy All Content #16265
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.
Code change looks good and it works well on my tests. Thank you for improving this feature 👍
Makes me wonder if we want to close the menu as well. There might be some a11y/design issues if we decide to close the menu, so worth checking. |
I think it's a good idea. I added the label to get feedback from the A11y team. |
Looks good to me. I think the question about whether the menu should close after the interaction can be asked as a new issue, too. |
Thanks, I opened #16279 for this enhancement. When the tests pass, we can merge this PR. |
Description
Adds a snackbar notification for "Copy All Content".
Fixes #16261