Commit Graph

9 Commits

Author SHA1 Message Date
djalim 5ba8b8cb68 feat(ui): implement full UI layer for all modules
Add interactive island components and server partials for notes,
students, and admin modules, following the Figma prototype design.

- static/styles/ui.css: shared component library (buttons, tables,
  chips, cards, filters, tabs, form inputs)
- notes: NotesView (student grade view with UE cards, promo tabs,
  weighted averages), AdminConsultNotes, AdminUEs islands + partials
- students: ConsultStudents (list/filter/delete), AdminPromotions
  (CRUD) islands + partials
- admin: AdminModules, AdminUsers, AdminRoles islands + partials
- All partials use State type with unknown cast for session access

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-26 22:54:10 +02:00
Kevin FEDYNA 4c54283bfd Finalized students app 2025-01-28 10:03:20 +01:00
fedyna-k b9094fce01 CSS patch for better pages 2025-01-16 20:52:22 +01:00
fedyna-k b2ebfa0ca6 Added lost CSS code 2025-01-15 23:54:40 +01:00
fedyna-k ce944c8d92 Fixed card CSS and hint 2025-01-15 23:51:54 +01:00
fedyna-k 7036e907d7 Changed website style 2025-01-15 22:11:56 +01:00
Kevin FEDYNA 9db588ff02 Partials OK, auto navbar and content 2025-01-15 15:43:52 +01:00
Kevin FEDYNA eea49969b5 Added catalog generation, need to bug fix 2025-01-15 10:15:02 +01:00
fedyna-k ccad788e19 Added implementation for base page and log in log out 2025-01-14 23:34:40 +01:00