aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/lib/hooks/useImportSessions.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(import): new import details page (#2451)Mohamed Bassem8 days1-1/+19
| | | | | | | * feat(import): new import details page * fix typecheck * review comments
* feat: Import workflow v3 (#2378)Mohamed Bassem8 days1-1/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: import workflow v3 * batch stage * revert migration * cleanups * pr comments * move to models * add allowed workers * e2e tests * import list ids * add missing indicies * merge test * more fixes * add resume/pause to UI * fix ui states * fix tests * simplify progress tracking * remove backpressure * fix list imports * fix race on claiming bookmarks * remove the codex file
* refactor: migrate trpc to the new react query integration mode (#2438)Mohamed Bassem11 days1-44/+61
| | | | | | | | | * refactor: migrate trpc to the new react query integration mode * more fixes * more migrations * upgrade trpc client
* refactor: migrate toasts to sonnerMohamed Bassem2025-12-281-1/+1
|
* feat: Revamp import experience (#2001)Mohamed Bassem2025-10-041-0/+62
* 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