Skip to content

feat: Bulk delete archived items - #3631

Open
SuaYoo wants to merge 20 commits into
frontend-bulk-delete-dialogfrom
frontend-archived-items-bulk-actions
Open

SuaYoo wants to merge 20 commits into
frontend-bulk-delete-dialogfrom
frontend-archived-items-bulk-actions

Conversation

@SuaYoo

@SuaYoo SuaYoo commented Sep 2, 2026 •

Copy link
Copy Markdown
Member

Resolves #3624

Changes

Users can now delete multiple items in bulk from the Archived Items page.

Screenshots

Page Image/video
Archived Items Screenshot 2026-09-15 at 3 32 59 PM
Archived Items (small screen) Screenshot 2026-09-15 at 3 32 40 PM

Follow-ups

The API response is quite slow for 20 items (maximum allowed in the UI) and may need investigating.


Stack created with GitHub Stacks CLI • Give Feedback 💬

@SuaYoo
SuaYoo force-pushed the frontend-archived-items-bulk-actions branch from 8b05e09 to eade98f Compare September 2, 2026 19:34
@SuaYoo
SuaYoo force-pushed the frontend-archived-items-bulk-actions branch from eade98f to a748376 Compare September 2, 2026 22:02
@SuaYoo
SuaYoo changed the base branch from frontend-refactor-list-controls to frontend-bulk-delete-dialog September 2, 2026 22:02
@SuaYoo
SuaYoo force-pushed the frontend-archived-items-bulk-actions branch 2 times, most recently from ffbcda9 to 5d078d0 Compare September 8, 2026 15:36
@SuaYoo
SuaYoo force-pushed the frontend-archived-items-bulk-actions branch from 5d078d0 to e2d669d Compare September 8, 2026 18:00
@SuaYoo
SuaYoo force-pushed the frontend-archived-items-bulk-actions branch from e2d669d to 26df872 Compare September 15, 2026 21:48
@SuaYoo
SuaYoo marked this pull request as ready for review September 15, 2026 23:12
@SuaYoo
SuaYoo force-pushed the frontend-archived-items-bulk-actions branch from 05f544a to 0d40b8e Compare September 21, 2026 17:42
@SuaYoo SuaYoo added this to the 1.27 Release milestone Sep 21, 2026

@mistydemeo mistydemeo left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like the UI in general, but I'm finding the "select all" checkbox a little hard to work with. The fact it only appears if you've already selected a single checkbox next to an item is confusing. For context, I started out wanting to select all and realized I had no option to. It took a little bit of clicking around to realize I'd get a select all checkbox if I selected a single item first. I know we're trying to avoid cluttering the UI, but it may be worth seeing if we can fit a persistent one in the UI somewhere.

@SuaYoo
SuaYoo force-pushed the frontend-archived-items-bulk-actions branch from 0d40b8e to a525d84 Compare September 23, 2026 23:13

@mistydemeo mistydemeo left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect, thanks for adding the persistent checkbox!

@SuaYoo

SuaYoo commented Sep 24, 2026

Copy link
Copy Markdown
Member Author

I like the UI in general, but I'm finding the "select all" checkbox a little hard to work with. The fact it only appears if you've already selected a single checkbox next to an item is confusing.

@mistydemeo I added a shortcut to "select all" that's visible when hovering over the table -- how does this feel?

Screenshot 2026-09-23 at 5 51 11 PM

@mistydemeo mistydemeo left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That change works for me!

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Task]: Batch delete archived items

2 participants