Roadmap P0
- Ship /logo.svg fallback and rewire asset references (superseded later by
the project-manager PNG in a separate commit).
Roadmap P1
- Response envelope alignment ({items,total,page,size}) across services
and query hooks.
- Approval/ticket UX updates tied to the new backend rollback semantics.
Roadmap P2
- React.lazy + Vite manualChunks to split vendor-radix/charts/icons/forms
from the main bundle and cut initial JS.
- Fix the 181 tsc errors (PaginationParams class + per-service generics).
- Auto-refresh flow for JWT refresh tokens wired into api-client.ts.
Roadmap P3
- i18n: i18next + language detector, en/ar locales, RTL auto-switch,
LanguageToggle component in RoleLayout and AdminLmsLayout.
- GDPR: PrivacyCenter page for data export and right-to-erasure, backed
by gdpr.service.ts; logout via AuthContext after erasure.
- Human-in-the-loop exam review UI: admin ExamReviewQueue + ExamReviewDetail
pages, useExamReview hooks, exam-review.service.ts.
- AI quality loop: AIPromptEditor (versioning + render preview),
AIFeedbackButtons for students, AIFeedbackTriage admin page, dedicated
services, hooks, and types.
- Dark mode: ThemeProvider + ThemeToggle + chart color tokens.
- Accessibility: DialogDescription on every DialogContent; alert-dialog
and sheet updates.
- Retire dead pages: ExamPage marketing, Index, ProfilePage import.
- Playwright e2e scaffolding: playwright.config.ts + e2e/login.spec.ts
smoke tests, npm scripts test:e2e / test:e2e:install.
Made-with: Cursor
137 lines
3.0 KiB
CSS
137 lines
3.0 KiB
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer base {
|
|
:root {
|
|
--background: 30 15% 97%;
|
|
--foreground: 240 20% 13%;
|
|
|
|
--card: 0 0% 100%;
|
|
--card-foreground: 240 20% 13%;
|
|
|
|
--popover: 0 0% 100%;
|
|
--popover-foreground: 240 20% 13%;
|
|
|
|
--primary: 8 50% 54%;
|
|
--primary-foreground: 0 0% 100%;
|
|
|
|
--secondary: 30 12% 94%;
|
|
--secondary-foreground: 240 20% 13%;
|
|
|
|
--muted: 30 10% 93%;
|
|
--muted-foreground: 240 10% 46%;
|
|
|
|
--accent: 42 40% 92%;
|
|
--accent-foreground: 42 40% 28%;
|
|
|
|
--destructive: 0 72% 51%;
|
|
--destructive-foreground: 0 0% 100%;
|
|
|
|
--success: 152 60% 42%;
|
|
--success-foreground: 0 0% 100%;
|
|
|
|
--warning: 38 92% 50%;
|
|
--warning-foreground: 0 0% 100%;
|
|
|
|
--info: 220 70% 52%;
|
|
--info-foreground: 0 0% 100%;
|
|
|
|
--border: 30 10% 90%;
|
|
--input: 30 10% 90%;
|
|
--ring: 8 50% 54%;
|
|
|
|
--radius: 0.625rem;
|
|
|
|
--sidebar-background: 240 20% 16%;
|
|
--sidebar-foreground: 240 10% 90%;
|
|
--sidebar-primary: 8 50% 58%;
|
|
--sidebar-primary-foreground: 0 0% 100%;
|
|
--sidebar-accent: 240 18% 22%;
|
|
--sidebar-accent-foreground: 8 40% 78%;
|
|
--sidebar-border: 240 18% 20%;
|
|
--sidebar-ring: 8 50% 58%;
|
|
|
|
/* Chart palette — used by Recharts via hsl(var(--chart-N)). Kept on the
|
|
warm/cool axis so pairs read well together when stacked. */
|
|
--chart-1: 8 50% 54%;
|
|
--chart-2: 220 70% 52%;
|
|
--chart-3: 152 60% 42%;
|
|
--chart-4: 38 92% 50%;
|
|
--chart-5: 280 55% 55%;
|
|
}
|
|
|
|
.dark {
|
|
--background: 240 22% 7%;
|
|
--foreground: 30 12% 95%;
|
|
|
|
--card: 240 20% 11%;
|
|
--card-foreground: 30 12% 95%;
|
|
|
|
--popover: 240 20% 11%;
|
|
--popover-foreground: 30 12% 95%;
|
|
|
|
--primary: 8 52% 50%;
|
|
--primary-foreground: 0 0% 100%;
|
|
|
|
--secondary: 240 18% 16%;
|
|
--secondary-foreground: 30 12% 95%;
|
|
|
|
--muted: 240 18% 16%;
|
|
--muted-foreground: 240 8% 58%;
|
|
|
|
--accent: 42 35% 20%;
|
|
--accent-foreground: 42 40% 72%;
|
|
|
|
--destructive: 0 62% 40%;
|
|
--destructive-foreground: 0 0% 100%;
|
|
|
|
--success: 152 45% 35%;
|
|
--success-foreground: 0 0% 100%;
|
|
|
|
--warning: 38 70% 45%;
|
|
--warning-foreground: 0 0% 100%;
|
|
|
|
--info: 220 55% 42%;
|
|
--info-foreground: 0 0% 100%;
|
|
|
|
--border: 240 18% 18%;
|
|
--input: 240 18% 18%;
|
|
--ring: 8 52% 50%;
|
|
|
|
--sidebar-background: 240 22% 9%;
|
|
--sidebar-foreground: 240 10% 88%;
|
|
--sidebar-primary: 8 50% 55%;
|
|
--sidebar-primary-foreground: 0 0% 100%;
|
|
--sidebar-accent: 240 18% 15%;
|
|
--sidebar-accent-foreground: 8 40% 75%;
|
|
--sidebar-border: 240 18% 13%;
|
|
--sidebar-ring: 8 50% 55%;
|
|
|
|
--chart-1: 8 52% 62%;
|
|
--chart-2: 220 65% 65%;
|
|
--chart-3: 152 50% 55%;
|
|
--chart-4: 38 75% 60%;
|
|
--chart-5: 280 55% 68%;
|
|
}
|
|
}
|
|
|
|
@layer base {
|
|
* {
|
|
@apply border-border;
|
|
}
|
|
|
|
body {
|
|
@apply bg-background text-foreground antialiased;
|
|
font-family: 'Inter', system-ui, sans-serif;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
font-family: 'DM Sans', system-ui, sans-serif;
|
|
}
|
|
|
|
code, pre {
|
|
font-family: 'JetBrains Mono', monospace;
|
|
}
|
|
}
|