• Joined on 2026-05-20
Elijah pushed to main at Elijah/Study 2026-06-28 08:34:32 -07:00
c34da6941e fix: Re-shuffle options when retaking a quiz from the results screen
Elijah pushed to main at Elijah/Study 2026-06-28 08:32:18 -07:00
b7165aba44 fix: Route 'Back to Quizzes' button on quiz end screen to actual quizzes list instead of history tab
Elijah pushed to main at Elijah/Study 2026-06-28 08:28:37 -07:00
edc5279237 fix: Update quiz options to distinguish between selected answers and missed correct answers
Elijah pushed to main at Elijah/Study 2026-06-28 08:24:34 -07:00
464b179df9 feat: Redesign quiz viewer to match academic textbook aesthetic
Elijah pushed to main at Elijah/Study 2026-06-27 21:08:12 -07:00
7c13159855 fix: Update Next Question button to use primary color for dark mode visibility
Elijah pushed to main at Elijah/Study 2026-06-27 21:05:11 -07:00
347c93713b style: Adjust dark mode to standard greys while keeping teal accents
Elijah pushed to main at Elijah/Study 2026-06-27 21:02:08 -07:00
8ac95df772 fix: Map Tailwind colors to base CSS variables for dynamic dark mode resolution
Elijah pushed to main at Elijah/Study 2026-06-27 20:56:11 -07:00
87fc071961 feat: Add persistent Dark Mode with ThemeToggle component and layout script
Elijah pushed to main at Elijah/Study 2026-06-27 20:48:19 -07:00
ec8e601332 feat: Allow inline editing of both name and description for decks and quizzes
Elijah pushed to main at Elijah/Study 2026-06-27 20:44:00 -07:00
0295101e10 feat: Add Retake Full Quiz option to quiz results screen
Elijah pushed to main at Elijah/Study 2026-06-27 20:39:55 -07:00
a65e371449 fix: Resolve Server Component serialization error on shared links
Elijah pushed to main at Elijah/Study 2026-06-27 20:36:38 -07:00
cab4757be2 style: Align quiz results options UI with quiz viewer options UI
Elijah pushed to main at Elijah/Study 2026-06-27 20:31:38 -07:00
89eb2c6ad9 style: Change rationale badge to a full-width banner above the rationale box
Elijah pushed to main at Elijah/Study 2026-06-27 20:28:39 -07:00
fc433edf4f feat: Add Correct/Incorrect badge to rationale
Elijah pushed to main at Elijah/Study 2026-06-27 20:26:58 -07:00
64aae611fc Fix infinite browser spinner on login redirect
Elijah pushed to main at Elijah/Study 2026-06-27 20:21:21 -07:00
00eac1457c Fix login failure over HTTP by disabling secure cookie flag by default
Elijah pushed to main at Elijah/Study 2026-06-27 20:18:10 -07:00
577a189e0b feat: Add initial admin password setup flow
Elijah pushed to main at Elijah/Study 2026-06-27 20:14:54 -07:00
f8de1a4380 Fix Docker build: Install openssl and run as root to fix volume permissions
Elijah pushed to main at Elijah/Study 2026-06-27 20:13:09 -07:00
4df08da263 Fix Docker build: Install prisma in runner stage to resolve prisma/config module
Elijah pushed to main at Elijah/Study 2026-06-27 20:05:44 -07:00
ce45c09b20 Configure Docker volume for persistent SQLite database