aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/client/pages/index.ts
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-07 18:50:08 +0900
committernsfisis <nsfisis@gmail.com>2025-12-07 18:50:08 +0900
commitf443ac18ccb8ab34fb5bf69b0802eb69cf89cf06 (patch)
tree571fa2cdd1959598e623fdd839c07d63b03b1124 /src/client/pages/index.ts
parentb965d9432b4037dd2f65bb4c8690965e090228ca (diff)
downloadkioku-f443ac18ccb8ab34fb5bf69b0802eb69cf89cf06.tar.gz
kioku-f443ac18ccb8ab34fb5bf69b0802eb69cf89cf06.tar.zst
kioku-f443ac18ccb8ab34fb5bf69b0802eb69cf89cf06.zip
feat(client): add study session page with card flip and rating UI
Implements the complete study flow frontend: - Study session page with card display and flip interaction - Rating buttons (Again, Hard, Good, Easy) with keyboard shortcuts - Progress display showing remaining cards count - Session complete screen with review summary - Study Now button on deck detail page 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'src/client/pages/index.ts')
-rw-r--r--src/client/pages/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/pages/index.ts b/src/client/pages/index.ts
index c71e661..3fb507a 100644
--- a/src/client/pages/index.ts
+++ b/src/client/pages/index.ts
@@ -2,3 +2,4 @@ export { DeckDetailPage } from "./DeckDetailPage";
export { HomePage } from "./HomePage";
export { LoginPage } from "./LoginPage";
export { NotFoundPage } from "./NotFoundPage";
+export { StudyPage } from "./StudyPage";