From f443ac18ccb8ab34fb5bf69b0802eb69cf89cf06 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 7 Dec 2025 18:50:08 +0900 Subject: feat(client): add study session page with card flip and rating UI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/client/pages/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/pages/index.ts') 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"; -- cgit v1.2.3-70-g09d2