-
Notifications
You must be signed in to change notification settings - Fork 903
feat(site): improve bulk delete flow #11093
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
Conversation
I'll fix the test on Monday, but other than that, this is ready! |
), | ||
].map((url) => ( | ||
<img key={url} alt="" aria-hidden css={{ ...visuallyHidden }} src={url} /> | ||
)); |
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.
Use the loading attr as eadger would not work?
<img loading="eadger" src="..." />
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.
we could add that to these to make sure it snags them, but the problem is that even if we put this on the images where they normally appear, they're not inserted in the DOM until the user is already supposed to be seeing them. the only way to make them load faster is to tell the browser about these images in advance.
Provides more details about what you're actually doing, with some summaries and requiring multiple clicks, rather than just typing "DELETE" without any further detail
Screen.Recording.2023-12-08.at.4.11.53.PM.mov