pdf-quiz-generator/frontend/src/pages
Daniel 0489bb49a1 Redesign Settings page — responsive grid, abridged docs, less scroll
- Page max-width 1100px (from 600px) for desktop side-by-side layout
- CSS grid auto-fits cards at minmax(320px, 1fr) — 1 col mobile, 2-3 cols desktop
- Cards align to top (alignItems: start) so short ones don't stretch
- Password change hidden behind a <details> summary to reduce scroll
- Notifications + Appearance + Admin compacted (smaller padding, tighter layout)
- Documents section: shows 5 most recent, 'Show all N' button expands inline,
  'Show less' collapses — no separate page needed
- Long filenames truncate with ellipsis
- Removed redundant descriptive text, shortened labels

Mobile: single column stack, preserves all functionality.
Desktop: 2-3 columns depending on viewport width.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-19 20:24:41 +02:00
..
AccountPage.jsx Remove HIBP breached password warnings 2026-04-09 02:24:24 +02:00
AdminPage.jsx Add OIDC/SSO login, reminder fixes, user notification settings 2026-04-10 04:10:15 +02:00
CourseDetailPage.jsx Fix mark-complete 403 for course creators previewing lessons 2026-04-11 02:25:21 +02:00
CourseEditorPage.jsx Add certificate generation, SCORM support, QTI export/import 2026-04-11 01:30:09 +02:00
CoursesPage.jsx Decouple course quizzes, replace passlib, add security hardening 2026-04-06 21:31:05 +02:00
DashboardPage.jsx Decouple course quizzes, replace passlib, add security hardening 2026-04-06 21:31:05 +02:00
DocumentDetailPage.jsx Add ai_answer extraction + broader ai_decide sampling + flashcard title edit 2026-04-19 20:17:49 +02:00
FlashcardsPage.jsx Add ai_answer extraction + broader ai_decide sampling + flashcard title edit 2026-04-19 20:17:49 +02:00
FlashcardStudyPage.jsx Add AI-powered flashcard generation system 2026-04-04 22:59:21 +02:00
ForgotPasswordPage.jsx Decouple course quizzes, replace passlib, add security hardening 2026-04-06 21:31:05 +02:00
JobsPage.jsx TeachChat: model selector, proxy routing fix, titan seed cleanup 2026-04-04 00:37:35 +02:00
LandingPage.jsx Remove HIBP breached password warnings 2026-04-09 02:24:24 +02:00
LoginPage.jsx Add OIDC/SSO login, reminder fixes, user notification settings 2026-04-10 04:10:15 +02:00
NotFoundPage.jsx Add switchable embedding model, Polly toggle, job cancellation, and UI fixes 2026-04-03 20:44:11 +02:00
QuestionBankPage.jsx Add certificate generation, SCORM support, QTI export/import 2026-04-11 01:30:09 +02:00
QuizEditPage.jsx Add switchable embedding model, Polly toggle, job cancellation, and UI fixes 2026-04-03 20:44:11 +02:00
QuizPage.jsx Suspend pauses timer; hide timer-expired attempts from history 2026-04-19 19:27:46 +02:00
QuizzesPage.jsx Tag filtering, multi-category, bug fixes, image validation, docs 2026-04-04 22:48:26 +02:00
RegisterPage.jsx Remove HIBP breached password warnings 2026-04-09 02:24:24 +02:00
ResetPasswordPage.jsx Remove HIBP breached password warnings 2026-04-09 02:24:24 +02:00
ResultsPage.jsx Decouple course quizzes, replace passlib, add security hardening 2026-04-06 21:31:05 +02:00
SettingsPage.jsx Redesign Settings page — responsive grid, abridged docs, less scroll 2026-04-19 20:24:41 +02:00
SsoCallbackPage.jsx Add OIDC/SSO login, reminder fixes, user notification settings 2026-04-10 04:10:15 +02:00
TrashPage.jsx Fix quiz delete (500 error), add trash bin, quiz resume, hide/publish, remove JS dialogs 2026-04-01 04:51:41 +02:00
UploadPage.jsx Improve upload progress UX — indeterminate bar and elapsed time 2026-04-19 19:17:33 +02:00
VerifyEmailPage.jsx Major platform update: pgvector search, multi-provider TTS, settings page, CLI 2026-03-31 18:03:10 +02:00