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
- Implemented CreatePlanDialog component for generating study plans using AI.
- Integrated postAPI function for handling API requests.
- Updated planes.tsx to include AI plan generation logic.
- Modified usuarios.tsx to enable email confirmation for new users.
- Added Switch component for UI consistency.
- Created api.ts for centralized API handling.
- Developed carreras.tsx for managing career data with filtering and CRUD operations.
- Added CarreraFormDialog and CarreraDetailDialog for creating and editing career details.
- Implemented CriterioFormDialog for adding criteria to careers.