VSN-2545 — RH Calendar & RDV Annuel UI redesign
Summary
RH Calendar (/dashboard/rh/calendar)
-
Toolbar (
schedule-toolbar.tsx): Full migration from MUI (IconButton, Select, MenuItem, Popover, FontAwesome icons) to shadcn/Tailwind. Glass-morphic toolbar withbackdrop-blur-xl,ElasticSliderfor zoom control, shadcnSelectfor view switching, Lucide React icons (ChevronLeft,ChevronRight,RefreshCw,Printer,ZoomIn). Responsive layout with column stacking on mobile. -
Calendar grid (
calendar-styles.ts): Dark purple#362E74weekday headers with white text, rounded container with subtle purple border and shadow. Colorful events with nth-child gradients (purple, blue, teal, pink, orange). Responsive breakpoints for mobile (smaller fonts, reduced padding). Day cells with hover effects and today highlight using primary purple. -
Event details (
event-details-dialog.tsx): Migrated from MUI Drawer to Tailwind slide-in panel matching the planning vehicle pattern. Animated panel with backdrop blur, purple accent header, structured info grid with Lucide icons. -
Page container (
page.tsx): Replaced MUI Container/Snackbar with Tailwind layout + Sonner toasts.
RDV Annuel (/dashboard/rh/rdv-annuel)
-
Toolbar (
schedule-toolbar.tsx): Full redesign matching the planning vehicle toolbar pattern. Glass-morphic bar withElasticSliderzoom, shadcn Select, Lucide icons, date picker popover. -
Calendar styles (
styles.ts): UpdatedCalendarGlobalStyleswith dark purple#362E74headers, increased cell heights for better readability, colorful events with gradients, responsive breakpoints. -
Appointment form (
appointment-new-view.tsx): Migrated to shadcn with 3 purple section cards: Rendez-vous, Informations médicales, Planification. Progressive left border colors (#DBD7F9→#C4BEF5→#A89DF0),animate-section-inwith staggered delays. UsesFormField,FormContainer,ActionButtons. -
Appointment view (
appointment-view.tsx): UpdatedCalendarHeaderspacing, added loading animation.
Files modified (8)
src/shared/sections/rh/calendar/components/schedule-toolbar.tsxsrc/shared/sections/rh/calendar/components/event-details-dialog.tsxsrc/shared/sections/rh/calendar/components/page.tsxsrc/shared/sections/rh/calendar/styles/calendar-styles.tssrc/shared/sections/rh/rdv-annuel/components/schedule-toolbar.tsxsrc/shared/sections/rh/rdv-annuel/styles.tssrc/shared/sections/rh/rdv-annuel/views/appointment-new-view.tsxsrc/shared/sections/rh/rdv-annuel/views/appointment-view.tsx
Closes VSN-2545