VSN-2502: Migrate flottes forms, tables, and filter date picker to shadcn
Summary
-
Fiche Pétrolier (
/dashboard/flottes/consommation/petrolier) — migrated form from MUI to shadcn FormContainer, FormField, ActionButtons with purple-tinted card and Lucide Fuel icon -
Suivi Cartes import detail (
/dashboard/flottes/consommation/suiviCartes) — replaced MUI Card/Grid/Typography/TableManager with Tailwind cards, CSS grid table with shadcn TableHeadCustom/TablePagination. Removed dark purple gradient headers per design guidelines -
Fiche d'affectation (
/dashboard/flottes/affectation) — migrated personnel section to shadcn FormField/FormContainer with purple card. Migrated vehicle attribution and fuel card attribution history tables from MUI TableManager to CSS grid with shadcn components - Table filter date picker — replaced MUI CustomDatePicker with inline shadcn Calendar popover supporting both direct typing (DD/MM/AAAA with auto-slash) and calendar picking
Closes VSN-2502