index
:
kioku
main
kioku
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
client
Age
Commit message (
Expand
)
Author
2025-12-31
refactor(sync): simplify ConflictResolutionResult to use string arrays
nsfisis
2025-12-31
refactor(sync): remove legacy conflict resolution strategies
nsfisis
2025-12-31
refactor(sync): remove legacy LWW conflict resolution strategy
nsfisis
2025-12-31
feat(crdt): add client-side CRDT migration script
nsfisis
2025-12-31
test(crdt): add integration tests for concurrent edit scenarios
nsfisis
2025-12-31
feat(crdt): integrate CRDT sync flow into sync manager
nsfisis
2025-12-31
feat(crdt): replace LWW conflict resolution with Automerge merge
nsfisis
2025-12-31
feat(crdt): handle crdtChanges in sync pull response
nsfisis
2025-12-31
feat(crdt): add crdtChanges to sync push payload
nsfisis
2025-12-31
feat(crdt): add CRDT repository layer and sync state management
nsfisis
2025-12-31
feat(crdt): add Automerge document lifecycle management
nsfisis
2025-12-31
feat(crdt): add Automerge document type definitions
nsfisis
2025-12-31
feat(card): cascade card deletion to note and sibling cards
nsfisis
2025-12-31
feat(schema): make note_id and is_reversed NOT NULL
nsfisis
2025-12-31
feat(client): group cards by note in DeckDetailPage
nsfisis
2025-12-31
feat(client): add EditNoteModal for editing note-based cards
nsfisis
2025-12-31
feat(study): render note-based cards using template system
nsfisis
2025-12-31
feat(client): add template renderer utility for note-based cards
nsfisis
2025-12-31
feat(client): add CreateNoteModal for note-based card creation
nsfisis
2025-12-31
feat(client): add NoteTypeEditor component with field management
nsfisis
2025-12-31
feat(client): add NoteTypesPage for note type management
nsfisis
2025-12-31
test(sync): add client-side sync tests for note-related entities
nsfisis
2025-12-31
feat(sync): add sync support for note-related entities
nsfisis
2025-12-31
feat(client): add IndexedDB repositories for note-related entities
nsfisis
2025-12-31
feat(client): add note-related tables to client IndexedDB
nsfisis
2025-12-11
fix(test): update PWA icon tests to match reworked icon
nsfisis
2025-12-08
refactor(client): replace inline SVGs with Font Awesome icons
nsfisis
2025-12-08
style(client): replace Google Fonts with Noto Sans CJK JP
nsfisis
2025-12-08
feat(client): redesign frontend with TailwindCSS v4
nsfisis
2025-12-07
fix(client): add explicit role attribute to OfflineBanner
nsfisis
2025-12-07
chore: fix all lint errors and warnings
nsfisis
2025-12-07
feat(client): add offline mode banner indicator
nsfisis
2025-12-07
feat(client): add manual sync button
nsfisis
2025-12-07
feat(client): add sync status indicator component
nsfisis
2025-12-07
feat(client): add SyncManager for auto-sync on reconnect
nsfisis
2025-12-07
feat(client): add conflict resolution for offline sync
nsfisis
2025-12-07
feat(client): add pull service for sync implementation
nsfisis
2025-12-07
feat(client): add push service for sync implementation
nsfisis
2025-12-07
feat(client): add sync queue management for offline sync
nsfisis
2025-12-07
feat(server): add POST /api/sync/push endpoint
nsfisis
2025-12-07
feat(client): add local CRUD repositories for IndexedDB
nsfisis
2025-12-07
feat(client): add Dexie.js setup for IndexedDB local storage
nsfisis
2025-12-07
test(pwa): add tests for PWA configuration
nsfisis
2025-12-07
feat(client): add study session page with card flip and rating UI
nsfisis
2025-12-07
feat(client): add delete card modal with confirmation
nsfisis
2025-12-07
feat(client): add edit card modal with form validation
nsfisis
2025-12-07
feat(client): add create card modal with form validation
nsfisis
2025-12-07
feat(client): add card list view in deck detail page
nsfisis
2025-12-07
test(client): add deck management integration tests
nsfisis
2025-12-07
feat(client): add delete deck modal with confirmation
nsfisis
[next]