diff --git a/client/src/pages/InvoicesBAP.tsx b/client/src/pages/InvoicesBAP.tsx index 18807e1..9f0c112 100644 --- a/client/src/pages/InvoicesBAP.tsx +++ b/client/src/pages/InvoicesBAP.tsx @@ -714,146 +714,151 @@ export default function InvoicesBAP() { - - - {/* Search */} -
-
- - setSearchQuery(e.target.value)} - className="pl-10" - /> -
-
- - {/* Period Filter + Status Filters */} -
-
- - Période : -
- {/* Year selector */} - - {/* Month selector — disabled when year = all */} - - {(selectedYear !== "all" || selectedMonth !== "all") && ( - - )} -
+ {/* ===== CARTOUCHE FILTRES BAP ===== */} +
- {/* Tri */} -
- Trier par : + {/* Ligne 1 : Recherche */} +
+
+ + setSearchQuery(e.target.value)} + className="pl-10 bg-white border-emerald-200 focus:border-emerald-400" + /> +
+
+ + {/* Ligne 2 : Filtres période (année + mois) */} +
+
+ + Période : +
+ + + {(selectedYear !== "all" || selectedMonth !== "all") && ( + + )} +
+ + {/* Ligne 3 : Boutons statut + tri */} +
+ + + + + + + +
+ Trier :
+
+
+ {/* ===== FIN CARTOUCHE BAP ===== */} - {/* Status Filters */} -
- - - - - - - -
+ + {/* Table */} {isLoading ? (