aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/BulkBookmarksAction.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: Delete confirmation doesn't disappear after bulk deletion of links ↵kamtschatka2024-07-131-1/+2
| | | | | using WebUI. Fixes #290 (#292) closing delete dialog after deleting the bookmarks
* feat: Add bulk edit option for bookmarks. Fixes #84 (#259)Md Saban2024-07-011-0/+171
* 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>