index
:
kioku
main
kioku
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
client
/
pages
/
DeckDetailPage.tsx
Age
Commit message (
Expand
)
Author
13 days
refactor(client): migrate state management from React Context to Jotai
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
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(client): add CreateNoteModal for note-based card creation
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
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