aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/lib/hooks/useBookmarkImport.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: Revamp import experience (#2001)Mohamed Bassem2025-10-041-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIP: import v2 * remove new session button * don't redirect after import * store and lint to root list * models + tests * redesign the progress * simplify the import session for ow * drop status from session schema * split the import session page * i18n * fix test * remove pagination * fix some colors in darkmode * one last fix * add privacy filter * privacy check * fix interactivity of import progress * fix test
* fix: handle list with slashes in their names and truncate long list names. ↵Mohamed Bassem2025-08-301-190/+82
| | | | fixes #1597
* refactor: Extract the importing logic into its own hookMohamed Bassem2025-07-261-0/+266