aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/client
AgeCommit message (Expand)Author
4 daysfeat(deck): show due card count on deck list pageClaude
12 daysrefactor(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-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(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): 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
2025-12-31feat(crdt): add Automerge document lifecycle managementnsfisis
2025-12-31feat(crdt): add Automerge document type definitionsnsfisis
2025-12-31feat(card): cascade card deletion to note and sibling cardsnsfisis
2025-12-31feat(schema): make note_id and is_reversed NOT NULLnsfisis
2025-12-31feat(client): group cards by note in DeckDetailPagensfisis
2025-12-31feat(client): add EditNoteModal for editing note-based cardsnsfisis
2025-12-31feat(study): render note-based cards using template systemnsfisis
2025-12-31feat(client): add template renderer utility for note-based cardsnsfisis
2025-12-31feat(client): add CreateNoteModal for note-based card creationnsfisis
2025-12-31feat(client): add NoteTypeEditor component with field managementnsfisis
2025-12-31feat(client): add NoteTypesPage for note type managementnsfisis
2025-12-31test(sync): add client-side sync tests for note-related entitiesnsfisis
2025-12-31feat(sync): add sync support for note-related entitiesnsfisis
2025-12-31feat(client): add IndexedDB repositories for note-related entitiesnsfisis
2025-12-31feat(client): add note-related tables to client IndexedDBnsfisis
2025-12-11fix(test): update PWA icon tests to match reworked iconnsfisis
2025-12-08refactor(client): replace inline SVGs with Font Awesome iconsnsfisis
2025-12-08style(client): replace Google Fonts with Noto Sans CJK JPnsfisis
2025-12-08feat(client): redesign frontend with TailwindCSS v4nsfisis
2025-12-07fix(client): add explicit role attribute to OfflineBannernsfisis
2025-12-07chore: fix all lint errors and warningsnsfisis
2025-12-07feat(client): add offline mode banner indicatornsfisis
2025-12-07feat(client): add manual sync buttonnsfisis
2025-12-07feat(client): add sync status indicator componentnsfisis
2025-12-07feat(client): add SyncManager for auto-sync on reconnectnsfisis
2025-12-07feat(client): add conflict resolution for offline syncnsfisis
2025-12-07feat(client): add pull service for sync implementationnsfisis