index
:
kioku
main
kioku
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
4 days
feat(deck): show due card count on deck list page
Claude
12 days
refactor(client): migrate state management from React Context to Jotai
nsfisis
2026-01-03
feat(study): shuffle cards when starting study session
nsfisis
2026-01-03
feat(import): display expected CSV format dynamically per note type
nsfisis
2026-01-02
feat(import): simplify CSV format by removing deck column
nsfisis
2026-01-01
refactor(client): migrate API calls to typed RPC client
nsfisis
2026-01-01
feat(import): add CSV bulk import for notes
nsfisis
2026-01-01
fix(ui): allow line-breaks in card templates
nsfisis
2026-01-01
fix(auth): redirect to login when session expires
nsfisis
2026-01-01
fix(auth): add automatic token refresh on 401 responses
nsfisis
2025-12-31
feat(db): add ORDER BY to repository SELECT queries
nsfisis
2025-12-31
refactor(client): remove duplicate create buttons from empty states
nsfisis
2025-12-31
refactor(client): use Hono InferResponseType for API response types
nsfisis
2025-12-31
fix(client): parse nested error object in API responses
nsfisis
2025-12-31
refactor(db): replace DATABASE_URL with individual POSTGRES_* env vars
nsfisis
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): add server-side CRDT sync API handling
nsfisis
2025-12-31
feat(crdt): add database migration for crdt_documents table
nsfisis
2025-12-31
feat(crdt): add server-side CRDT document storage schema
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-31
feat(api): include note data in Card and Study route responses
nsfisis
2025-12-31
feat(api): add Note API routes for CRUD operations
nsfisis
2025-12-31
feat(api): add NoteType and NoteFieldType API routes
nsfisis
2025-12-31
feat(repo): extend CardRepository with note data support
nsfisis
2025-12-31
feat(repo): add Note repository with CRUD operations
nsfisis
2025-12-31
feat(repo): add NoteType and NoteFieldType repositories
nsfisis
2025-12-31
feat(db): add Note feature database schema
nsfisis
[next]