aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/BulkBookmarksAction.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-121-3/+3
|
* fix: Limit concurrency of bulk actions. Fix #773Mohamed Bassem2025-01-121-13/+28
|
* feature: Add i18n support. Fixes #57 (#635)Mohamed Bassem2024-11-171-12/+16
| | | | | | | | | | | | | * feature(web): Add basic scaffolding for i18n * refactor: Switch most of the app's strings to use i18n strings * fix: Remove unused i18next-resources-for-ts command * Add user setting * More translations * Drop the german translation for now
* fix(web): Reset search query and bulk edit when navigating away from the ↵MohamedBassem2024-10-121-2/+9
| | | | current page
* feature(web): Add ability to manually trigger full page archives. Fixes #398 ↵kamtschatka2024-09-301-1/+50
| | | | | | | | | | | | | (#418) * [Feature Request] Ability to select what to "crawl full page archive" #398 Added the ability to start a full page crawl for links and also in bulk operations added the ability to refresh links as a bulk operation as well * minor icon and wording changes --------- Co-authored-by: MohamedBassem <me@mbassem.com>
* fix(web): Fix another hydration error in copy to clipboardMohamedBassem2024-09-281-0/+3
|
* fix(web): Fix some hydration errors in bulk actionsMohamedBassem2024-09-271-1/+1
|
* feature(web): Add a select all button to bulk actionsMohamedBassem2024-09-271-5/+19
|
* feature(web): Add a bulk action to copy links into clipboard. Fixes #427 (#433)kamtschatka2024-09-271-1/+36
| | | added bulk copying for links
* 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>