index
:
kioku
main
kioku
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-12-08
refactor(client): replace inline SVGs with Font Awesome icons
nsfisis
2025-12-08
style(client): replace Google Fonts with Noto Sans CJK JP
nsfisis
2025-12-08
feat(client): redesign frontend with TailwindCSS v4
nsfisis
2025-12-07
fix(client): add explicit role attribute to OfflineBanner
nsfisis
2025-12-07
chore: fix all lint errors and warnings
nsfisis
2025-12-07
feat(client): add offline mode banner indicator
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(client): add SyncManager for auto-sync on reconnect
nsfisis
2025-12-07
feat(client): add conflict resolution for offline sync
nsfisis
2025-12-07
feat(client): add pull service for sync implementation
nsfisis
2025-12-07
feat(client): add push service for sync implementation
nsfisis
2025-12-07
feat(client): add sync queue management for offline sync
nsfisis
2025-12-07
feat(server): add GET /api/sync/pull endpoint
nsfisis
2025-12-07
feat(server): add POST /api/sync/push endpoint
nsfisis
2025-12-07
feat(client): add local CRUD repositories for IndexedDB
nsfisis
2025-12-07
feat(client): add Dexie.js setup for IndexedDB local storage
nsfisis
2025-12-07
test(pwa): add tests for PWA configuration
nsfisis
2025-12-07
feat(pwa): add PWA support with vite-plugin-pwa
nsfisis
2025-12-07
feat(client): add study session page with card flip and rating UI
nsfisis
2025-12-07
feat(server): add study session API with FSRS integration
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
2025-12-07
feat(server): add card CRUD endpoints
nsfisis
2025-12-07
test(client): add deck management integration tests
nsfisis
2025-12-07
feat(client): add delete deck modal with confirmation
nsfisis
2025-12-07
feat(client): add edit deck modal with form validation
nsfisis
2025-12-07
feat(client): add create deck modal with form validation
nsfisis
2025-12-07
feat(client): add deck list page with empty state and list view
nsfisis
2025-12-07
feat(server): add Deck CRUD endpoints with tests
nsfisis
2025-12-07
docs: add comprehensive README with setup and usage instructions
nsfisis
2025-12-07
feat(client): remove registration page
nsfisis
2025-12-06
build(server): add Dockerfiles
nsfisis
2025-12-06
chore(dev): update roadmap
nsfisis
2025-12-06
feat(client): add protected route handling with login redirect
nsfisis
2025-12-06
feat(client): implement Login page with form validation
nsfisis
2025-12-06
feat(client): implement Register page with form validation
nsfisis
2025-12-06
feat(client): add auth store with React context
nsfisis
2025-12-06
feat(client): add API client with auth header support
nsfisis
2025-12-06
feat(client): setup routing with wouter
nsfisis
2025-12-06
feat(build): update dependencies
nsfisis
2025-12-06
feat(client): initialize React + Vite frontend foundation
nsfisis
2025-12-06
feat(dev): change architecture and directory structure
nsfisis
2025-12-04
chore(dev): update roadmap.md
nsfisis
2025-12-04
refactor(auth): introduce repository pattern for database access
nsfisis
2025-12-04
test(auth): add tests for refresh token endpoint
nsfisis
2025-12-04
feat(auth): add auth middleware for JWT validation
nsfisis
2025-12-04
feat(auth): add refresh token endpoint
nsfisis
[next]