aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2026-02-08fix(deck): change review card limit to 80 and simplify deck detail statsClaude
2026-02-05feat(study): display new card badge on study screennsfisis
2026-02-05feat(deck): display card counts by state on deck detail pagensfisis
2026-02-05feat(server): add purge mechanism for soft-deleted recordsnsfisis
2026-02-05fix(decks): align due card count with study screen limitsnsfisis
2026-02-05feat(study): add undo support for card reviewsnsfisis
2026-02-04refactor(db): remove unused findNewCards from localCardRepositorynsfisis
2026-02-04fix(study): use 3 AM boundary for counting today's new card reviewsnsfisis
2026-02-04fix(study): apply 3 AM boundary to study API card queriesnsfisis
2026-02-04chore(deps): update dependencies and pin JWT algorithmnsfisis
2026-02-04feat(deps): migrate atomFamily from jotai/utils to jotai-familynsfisis
2026-02-04feat(study): enforce newCardsPerDay limit in study APInsfisis
2026-02-04refactor(ui): remove card count from note group headernsfisis
2026-02-04refactor(ui): replace LoadingSpinner with skeleton fallbacks in Suspensensfisis
2026-02-02fix(study): use date-based comparison with 3 AM boundary for due cardsClaude
2026-02-01fix(pwa): fix broken testsnsfisis
2026-02-01feat(study): enable FSRS fuzz for due date variationnsfisis
2026-02-01feat(study): add Space key as Good rating shortcut when card is flippednsfisis
2026-02-01refactor(atoms): migrate to jotai-tanstack-query from custom reloadable atomsnsfisis
2026-01-31feat(cards): add search filtering to deck cards pagensfisis
2026-01-31feat(cards): add pagination to deck cards page (50 cards per page)nsfisis
2026-01-20feat(deck): separate card list from deck detail pageClaude
2026-01-12feat(deck): show due card count on deck list pageClaude
2026-01-04refactor(client): migrate state management from React Context to Jotainsfisis
2026-01-03feat(study): shuffle cards when starting study sessionnsfisis
2026-01-03feat(import): display expected CSV format dynamically per note typensfisis
2026-01-02feat(import): simplify CSV format by removing deck columnnsfisis
2026-01-01refactor(client): migrate API calls to typed RPC clientnsfisis
2026-01-01feat(import): add CSV bulk import for notesnsfisis
2026-01-01fix(ui): allow line-breaks in card templatesnsfisis
2026-01-01fix(auth): redirect to login when session expiresnsfisis
2026-01-01fix(auth): add automatic token refresh on 401 responsesnsfisis
2025-12-31feat(db): add ORDER BY to repository SELECT queriesnsfisis
2025-12-31refactor(client): remove duplicate create buttons from empty statesnsfisis
2025-12-31refactor(client): use Hono InferResponseType for API response typesnsfisis
2025-12-31fix(client): parse nested error object in API responsesnsfisis
2025-12-31refactor(db): replace DATABASE_URL with individual POSTGRES_* env varsnsfisis
2025-12-31refactor(sync): simplify ConflictResolutionResult to use string arraysnsfisis
2025-12-31refactor(sync): remove legacy conflict resolution strategiesnsfisis
2025-12-31refactor(sync): remove legacy LWW conflict resolution strategynsfisis
2025-12-31feat(crdt): add client-side CRDT migration scriptnsfisis
2025-12-31test(crdt): add integration tests for concurrent edit scenariosnsfisis
2025-12-31feat(crdt): add server-side CRDT sync API handlingnsfisis
2025-12-31feat(crdt): add database migration for crdt_documents tablensfisis
2025-12-31feat(crdt): add server-side CRDT document storage schemansfisis
2025-12-31feat(crdt): integrate CRDT sync flow into sync managernsfisis
2025-12-31feat(crdt): replace LWW conflict resolution with Automerge mergensfisis
2025-12-31feat(crdt): handle crdtChanges in sync pull responsensfisis
2025-12-31feat(crdt): add crdtChanges to sync push payloadnsfisis
2025-12-31feat(crdt): add CRDT repository layer and sync state managementnsfisis