index
:
kioku
claude/allow-delete-card-fields-auoeV
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
2026-02-15
fix(study): allow edit button click when card is flipped
nsfisis
2026-02-15
feat(study): show state badge for all card states
nsfisis
2026-02-15
style(study): move new card badge to top-left to avoid edit button overlap
nsfisis
2026-02-15
feat(ui): add version display in app footer
nsfisis
2026-02-14
feat(study): add edit button to study session cards
nsfisis
2026-02-14
fix(study): flush pending review before navigating away from session complete
nsfisis
2026-02-13
style(home): vertically center deck info in deck list items
nsfisis
2026-02-13
feat(deck): add "Add Note" button to deck detail page
nsfisis
2026-02-12
feat: 学習カード数の上限を撤廃
Claude
2026-02-08
refactor(study): remove legacy card fallback and comments
nsfisis
2026-02-08
Merge pull request #13 from nsfisis/claude/clarify-deck-numbers-mg3d4
nsfisis
2026-02-08
feat(study): use seeded PRNG for deterministic card shuffle order
nsfisis
2026-02-08
fix(deck): change review card limit to 80 and simplify deck detail stats
Claude
2026-02-05
feat(study): display new card badge on study screen
nsfisis
2026-02-05
feat(deck): display card counts by state on deck detail page
nsfisis
2026-02-05
feat(study): add undo support for card reviews
nsfisis
2026-02-04
refactor(db): remove unused findNewCards from localCardRepository
nsfisis
2026-02-04
feat(deps): migrate atomFamily from jotai/utils to jotai-family
nsfisis
2026-02-04
refactor(ui): remove card count from note group header
nsfisis
2026-02-04
refactor(ui): replace LoadingSpinner with skeleton fallbacks in Suspense
nsfisis
2026-02-02
fix(study): use date-based comparison with 3 AM boundary for due cards
Claude
2026-02-01
fix(pwa): fix broken tests
nsfisis
2026-02-01
feat(study): add Space key as Good rating shortcut when card is flipped
nsfisis
2026-02-01
refactor(atoms): migrate to jotai-tanstack-query from custom reloadable atoms
nsfisis
2026-01-31
feat(cards): add search filtering to deck cards page
nsfisis
2026-01-31
feat(cards): add pagination to deck cards page (50 cards per page)
nsfisis
2026-01-20
feat(deck): separate card list from deck detail page
Claude
2026-01-12
feat(deck): show due card count on deck list page
Claude
2026-01-04
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
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(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
[next]