aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/lib/bulkActions.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: Add bulk remove from list (#2279)Mohamed Bassem2025-12-301-0/+7
| | | | | | | | | | | | | | | | | | | | | | | * feat: Add bulk remove from list action in list context - Add "Remove from List" button in bulk actions menu - Only visible when in a manual list context with editor/owner role - Includes confirmation dialog before removal - Uses same concurrency pattern as bulk add (50 concurrent operations) - Displays success count in toast notification - Add translation key "actions.remove" for consistency This complements the existing bulk add to list functionality and allows users to efficiently remove multiple bookmarks from a list at once. * fmt * fix list context * add remove from list --------- Co-authored-by: Claude <noreply@anthropic.com>
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-121-1/+1
|
* feature(web): Add a select all button to bulk actionsMohamedBassem2024-09-271-0/+23
|
* feat: Add bulk edit option for bookmarks. Fixes #84 (#259)Md Saban2024-07-011-0/+39
* feat: add bulk edit option for bookmarks * fix: resolve comments * fix: resolve comments * fix: resolve comments * fix: resolve comments * rename bulk action store, simplify the bulk action toolbar --------- Co-authored-by: MohamedBassem <me@mbassem.com>