aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/BulkBookmarksAction.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feature(web): Manage tags in bulk actionsMohamedBassem2024-09-011-1/+15
|
* feature(web): Show the number of bulk selected bookmarksMohamedBassem2024-09-011-2/+7
|
* feature(web): Allow adding to lists in bulk actions. #368MohamedBassem2024-09-011-1/+15
|
* 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>