feat: add CarreraDetailDialog and CriterioFormDialog components for managing carrera criteria

feat: implement CarreraFormDialog for creating and editing carreras

feat: create StatusPill component for active/inactive status display

feat: add openContextMenu utility for context menu interactions

feat: add tint utility function for color manipulation

refactor: update archivos route to use font-mono for CardTitle

refactor: update asignaturas route to use font-mono for headings

refactor: update carreras route to modularize components and improve readability

refactor: update dashboard route to use font-mono for CardTitle

refactor: update plan detail route to use font-mono for CardTitle

refactor: update planes route to use font-mono for CardTitle

refactor: update usuarios route to use font-mono for CardTitle

refactor: update login route to use font-mono for CardTitle
This commit is contained in:
2025-09-01 08:43:41 -06:00
parent 0ff3387331
commit 5a113ca603
14 changed files with 489 additions and 406 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ function LoginComponent() {
<div className="mx-auto mb-2 flex h-12 w-12 items-center justify-center rounded-2xl bg-muted">
<Shield className="h-6 w-6 text-foreground" aria-hidden />
</div>
<CardTitle className="text-2xl font-mono">Iniciar sesión</CardTitle>
<CardTitle className="font-mono text-2xl">Iniciar sesión</CardTitle>
<CardDescription className="text-muted-foreground">
Accede a tu panel para gestionar planes y materias
</CardDescription>