Skip to content

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

Merged
merged 8 commits into from
Dec 12, 2023
Merged

feat(site): improve bulk delete flow #11093

merged 8 commits into from
Dec 12, 2023

Conversation

aslilac
Copy link
Member

@aslilac aslilac commented Dec 7, 2023

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

@aslilac aslilac requested a review from BrunoQuaresma December 8, 2023 23:19
@aslilac aslilac marked this pull request as ready for review December 8, 2023 23:23
@aslilac
Copy link
Member Author

aslilac commented Dec 8, 2023

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} />
));
Copy link
Collaborator

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="..." />

More: https://web.dev/articles/browser-level-image-lazy-loading#relationship_between_the_loading_attribute_and_fetch_priority

Copy link
Member Author

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.

@aslilac aslilac merged commit 689da5b into main Dec 12, 2023
@aslilac aslilac deleted the improved-bulk-delete branch December 12, 2023 17:14
@github-actions github-actions bot locked and limited conversation to collaborators Dec 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants