[PR #259] [MERGED] [Feat] Add bulk edit option for bookmarks #1580

Closed
opened 2026-03-02 11:58:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/259
Author: @mdsaban
Created: 6/26/2024
Status: Merged
Merged: 7/1/2024
Merged by: @MohamedBassem

Base: mainHead: bulk-action


📝 Commits (6)

  • 4338f41 feat: add bulk edit option for bookmarks
  • 9de7f95 fix: resolve comments
  • dd6d63f fix: resolve comments
  • 9a63825 fix: resolve comments
  • eeeec65 fix: resolve comments
  • c0e6452 rename bulk action store, simplify the bulk action toolbar

📊 Changes

14 files changed (+314 additions, -27 deletions)

View changed files

📝 apps/web/app/dashboard/archive/page.tsx (+2 -2)
📝 apps/web/app/dashboard/bookmarks/page.tsx (+3 -3)
📝 apps/web/app/dashboard/favourites/page.tsx (+2 -2)
📝 apps/web/app/dashboard/search/page.tsx (+2 -2)
apps/web/components/dashboard/BulkBookmarksAction.tsx (+171 -0)
📝 apps/web/components/dashboard/ChangeLayout.tsx (+8 -4)
apps/web/components/dashboard/GlobalActions.tsx (+13 -0)
📝 apps/web/components/dashboard/bookmarks/BookmarkActionBar.tsx (+1 -1)
📝 apps/web/components/dashboard/bookmarks/BookmarkLayoutAdaptingCard.tsx (+59 -3)
📝 apps/web/components/dashboard/bookmarks/icons.tsx (+8 -4)
📝 apps/web/components/dashboard/lists/ListHeader.tsx (+3 -3)
📝 apps/web/components/ui/action-button.tsx (+1 -1)
📝 apps/web/components/ui/action-confirming-dialog.tsx (+2 -2)
apps/web/lib/bulkActions.ts (+39 -0)

📄 Description

Added bulk edit option. I have added 3 options for now, will extend this to tags and lists in a separate PR

  • Bulk Favourite/Un-Favourite
  • Bulk Archive/Un-Archive
  • Bulk delete

https://github.com/hoarder-app/hoarder/assets/45597394/d8625dfe-dcb6-4b1f-91a6-8dbe289cebdb


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/karakeep-app/karakeep/pull/259 **Author:** [@mdsaban](https://github.com/mdsaban) **Created:** 6/26/2024 **Status:** ✅ Merged **Merged:** 7/1/2024 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `bulk-action` --- ### 📝 Commits (6) - [`4338f41`](https://github.com/karakeep-app/karakeep/commit/4338f4107a17716b2e94373099df5692b1647d56) feat: add bulk edit option for bookmarks - [`9de7f95`](https://github.com/karakeep-app/karakeep/commit/9de7f956e68e932a0d6dc7668b135da3b27283cf) fix: resolve comments - [`dd6d63f`](https://github.com/karakeep-app/karakeep/commit/dd6d63f0c58dd406328d5df1b6467e6e16891311) fix: resolve comments - [`9a63825`](https://github.com/karakeep-app/karakeep/commit/9a63825fe022cb9dd5dce5984a9024176e676b5c) fix: resolve comments - [`eeeec65`](https://github.com/karakeep-app/karakeep/commit/eeeec65b5899d4a827e6dd74a5bbece3a1780d25) fix: resolve comments - [`c0e6452`](https://github.com/karakeep-app/karakeep/commit/c0e64525db3cc4dbd0b16fd3600349b495de5ec7) rename bulk action store, simplify the bulk action toolbar ### 📊 Changes **14 files changed** (+314 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/app/dashboard/archive/page.tsx` (+2 -2) 📝 `apps/web/app/dashboard/bookmarks/page.tsx` (+3 -3) 📝 `apps/web/app/dashboard/favourites/page.tsx` (+2 -2) 📝 `apps/web/app/dashboard/search/page.tsx` (+2 -2) ➕ `apps/web/components/dashboard/BulkBookmarksAction.tsx` (+171 -0) 📝 `apps/web/components/dashboard/ChangeLayout.tsx` (+8 -4) ➕ `apps/web/components/dashboard/GlobalActions.tsx` (+13 -0) 📝 `apps/web/components/dashboard/bookmarks/BookmarkActionBar.tsx` (+1 -1) 📝 `apps/web/components/dashboard/bookmarks/BookmarkLayoutAdaptingCard.tsx` (+59 -3) 📝 `apps/web/components/dashboard/bookmarks/icons.tsx` (+8 -4) 📝 `apps/web/components/dashboard/lists/ListHeader.tsx` (+3 -3) 📝 `apps/web/components/ui/action-button.tsx` (+1 -1) 📝 `apps/web/components/ui/action-confirming-dialog.tsx` (+2 -2) ➕ `apps/web/lib/bulkActions.ts` (+39 -0) </details> ### 📄 Description Added bulk edit option. I have added 3 options for now, will extend this to tags and lists in a separate PR - Bulk Favourite/Un-Favourite - Bulk Archive/Un-Archive - Bulk delete https://github.com/hoarder-app/hoarder/assets/45597394/d8625dfe-dcb6-4b1f-91a6-8dbe289cebdb --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 11:58:16 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#1580
No description provided.