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
/
StudyPage.tsx
Age
Commit message (
Expand
)
Author
2026-02-15
fix(types): use CardStateType instead of number for card state fields
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-08
refactor(study): remove legacy card fallback and comments
nsfisis
2026-02-05
feat(study): display new card badge on study screen
nsfisis
2026-02-05
feat(study): add undo support for card reviews
nsfisis
2026-02-04
refactor(ui): replace LoadingSpinner with skeleton fallbacks in Suspense
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-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
2025-12-31
feat(schema): make note_id and is_reversed NOT NULL
nsfisis
2025-12-31
feat(study): render note-based cards using template system
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(server): add POST /api/sync/push endpoint
nsfisis
2025-12-07
feat(client): add study session page with card flip and rating UI
nsfisis