diff --git a/docs/images/answer_loop.gif b/docs/images/answer_loop.gif index 36c9373..e2ac234 100644 Binary files a/docs/images/answer_loop.gif and b/docs/images/answer_loop.gif differ diff --git a/docs/images/end_screen.png b/docs/images/end_screen.png index b7f66b1..806acbe 100644 Binary files a/docs/images/end_screen.png and b/docs/images/end_screen.png differ diff --git a/docs/images/home.png b/docs/images/home.png index 27d2175..1b78e23 100644 Binary files a/docs/images/home.png and b/docs/images/home.png differ diff --git a/docs/images/model_answer.png b/docs/images/model_answer.png index a921c54..43d5be0 100644 Binary files a/docs/images/model_answer.png and b/docs/images/model_answer.png differ diff --git a/docs/images/plan.png b/docs/images/plan.png index 0a4d40e..b572b4d 100644 Binary files a/docs/images/plan.png and b/docs/images/plan.png differ diff --git a/docs/images/preflight.png b/docs/images/preflight.png index ace1a2a..9b4b41f 100644 Binary files a/docs/images/preflight.png and b/docs/images/preflight.png differ diff --git a/docs/images/review_hypercorrection.png b/docs/images/review_hypercorrection.png index f2dc3e8..1923ada 100644 Binary files a/docs/images/review_hypercorrection.png and b/docs/images/review_hypercorrection.png differ diff --git a/docs/images/runner_free_recall.png b/docs/images/runner_free_recall.png index 373f943..52dd2e3 100644 Binary files a/docs/images/runner_free_recall.png and b/docs/images/runner_free_recall.png differ diff --git a/docs/images/runner_mcq.png b/docs/images/runner_mcq.png index 64b2261..3c5cf98 100644 Binary files a/docs/images/runner_mcq.png and b/docs/images/runner_mcq.png differ diff --git a/src/app/achievements/page.tsx b/src/app/achievements/page.tsx index 8ffea60..1521119 100644 --- a/src/app/achievements/page.tsx +++ b/src/app/achievements/page.tsx @@ -103,7 +103,7 @@ export default function AchievementsPage() {
+
Card {cardIndex + 1} of {total}
-+
Space flip 1 Again 2 Hard @@ -425,15 +426,15 @@ export default function FlashcardsPage() { }} >
+
Tap card or press Space to flip
)} {/* Rating buttons — only show when flipped */} {flipped && !sessionComplete && ( -+
How well did you know this?
-{error}
} ++
{s.explanation}
)} {s.importance && ( -+
Why it matters: {s.importance}
)} @@ -380,11 +385,11 @@ function renderGuideContent(guide: StudyGuide): React.ReactNode {+
Q: {s.question || `Question ${i + 1}`}
{s.answer && ( -+
{s.answer}
)} @@ -398,12 +403,12 @@ function renderGuideContent(guide: StudyGuide): React.ReactNode {+
{recs.next_session.reason}
{recs.overdue_objectives.length > 0 && ( @@ -241,7 +241,7 @@ export default function LearnPage() {+
{plans.length === 0 ? "Welcome to Study Bot" : "No sessions today"}
@@ -284,33 +284,61 @@ export default function DashboardPage() { )}