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
Age
Commit message (
Expand
)
Author
9 days
feat: allow deleting card type fields with values via two-step confirmation
claude/allow-delete-card-fields-auoeV
Claude
11 days
style(ui): hide version footer on mobile
nsfisis
13 days
feat(cards): display FSRS difficulty level in card browse view
Claude
2026-02-15
feat(deck): add progress bar showing review/total ratio on deck list
nsfisis
2026-02-15
fix(types): use CardStateType instead of number for card state fields
nsfisis
2026-02-15
refactor(sync): replace dynamic import with static import for CRDT repositories
nsfisis
2026-02-15
feat(deck): display new card count on deck detail page
nsfisis
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(server): add purge mechanism for soft-deleted records
nsfisis
2026-02-05
fix(decks): align due card count with study screen limits
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
fix(study): use 3 AM boundary for counting today's new card reviews
nsfisis
2026-02-04
fix(study): apply 3 AM boundary to study API card queries
nsfisis
2026-02-04
chore(deps): update dependencies and pin JWT algorithm
nsfisis
2026-02-04
feat(deps): migrate atomFamily from jotai/utils to jotai-family
nsfisis
2026-02-04
feat(study): enforce newCardsPerDay limit in study API
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): enable FSRS fuzz for due date variation
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
[next]