lionsdev
  • Joined on 2025-09-22
lionsdev pushed to main at lionsdev/btpxpress-frontend 2025-10-15 22:48:04 +00:00
04459d0cfa fix: Change ActionButton color from info/secondary to blue/default
lionsdev pushed to main at lionsdev/btpxpress-frontend 2025-10-15 22:35:08 +00:00
d2fb2def34 fix: Remove size prop from Tag components in planning/materiel/page.tsx
lionsdev pushed to main at lionsdev/btpxpress-frontend 2025-10-15 21:46:54 +00:00
bd59498155 fix: Add selectionMode to second DataTable in planning/equipes/page.tsx
lionsdev pushed to main at lionsdev/btpxpress-frontend 2025-10-15 21:42:11 +00:00
d44657dd5f fix: Add selectionMode to DataTable in planning/equipes/page.tsx
lionsdev pushed to main at lionsdev/btpxpress-frontend 2025-10-15 21:37:15 +00:00
c683edb250 fix: Replace timeFormat with hourFormat in Calendar components
lionsdev pushed to main at lionsdev/btpxpress-frontend 2025-10-15 21:15:10 +00:00
b5916fbe35 fix: Remove size prop from Tag components
lionsdev pushed to main at lionsdev/btpxpress-frontend 2025-10-15 21:10:38 +00:00
d537b0c1c2 fix: Use TypeConflitPlanification and GraviteConflict enums instead of strings
lionsdev pushed to main at lionsdev/btpxpress-frontend 2025-10-15 20:42:35 +00:00
9ba1e71041 fix: Convert phase.id to Number for phaseChantierService.resume call
lionsdev pushed to main at lionsdev/btpxpress-frontend 2025-10-15 20:13:01 +00:00
6269c0d096 fix: Change Button size from normal to small
lionsdev pushed to main at lionsdev/btpxpress-frontend 2025-10-15 20:06:45 +00:00
bd3c342acd fix: Change Button size from 'normal' to 'small' in phases-chantier/retard/page.tsx
lionsdev pushed to main at lionsdev/btpxpress-frontend 2025-10-15 20:01:10 +00:00
aed2ce0182 fix: Resolve TypeScript errors in page.tsx and phases-chantier/page.tsx
lionsdev pushed to main at lionsdev/btpxpress-frontend 2025-10-15 12:53:06 +00:00
763ab81da3 fix: Remove incorrect client transformation in factures/page.tsx
lionsdev pushed to main at lionsdev/btpxpress-frontend 2025-10-13 19:42:51 +00:00
b0049c8d88 fix: Use typeFacture instead of type and add required Facture fields (dateCreation, dateModification, client)
lionsdev pushed to main at lionsdev/btpxpress-frontend 2025-10-13 18:43:30 +00:00
2b6fb084d3 fix: Use StatutFacture and TypeFacture enums instead of string literals
lionsdev pushed to main at lionsdev/btpxpress-frontend 2025-10-13 18:19:22 +00:00
bed5c8dced fix: Convert Date to ISO string in Facture state initialization
lionsdev pushed to main at lionsdev/btpxpress-frontend 2025-10-13 18:01:33 +00:00
369edac4a3 fix: Convert date strings to Date objects for Calendar component in factures/nouvelle
lionsdev pushed to main at lionsdev/btpxpress-frontend 2025-10-13 17:24:56 +00:00
77e6eb2a82 fix: Assign full Devis object instead of just ID in factures/nouvelle
lionsdev pushed to main at lionsdev/btpxpress-frontend 2025-10-13 16:31:00 +00:00
f22bfe5760 fix: Revert Date to ISO string conversions for local state objects (they expect Date not string)
lionsdev pushed to main at lionsdev/btpxpress-frontend 2025-10-13 15:59:10 +00:00
bb19e2af0d fix: Revert Date conversion for chantierData local state (expects Date not string)
lionsdev pushed to main at lionsdev/btpxpress-frontend 2025-10-13 10:06:08 +00:00
1d75cbf580 fix: Convert all remaining Date objects to ISO strings and fix client type in factures/nouvelle