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
/
pages
Age
Commit message (
Expand
)
Author
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
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-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
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(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
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-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(auth): redirect to login when session expires
nsfisis
2025-12-31
refactor(client): remove duplicate create buttons from empty states
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 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-08
refactor(client): replace inline SVGs with Font Awesome icons
nsfisis
2025-12-08
feat(client): redesign frontend with TailwindCSS v4
nsfisis
2025-12-07
chore: fix all lint errors and warnings
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(server): add POST /api/sync/push endpoint
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
[next]