Refactor create order UI and add widget components

Refactored the client create order flow to use new modular widget components for one-time and rapid order forms, improving code organization and reusability. Updated UI colors, app bar usage, and extracted logic for date picker, location input, position card, section header, and success views. Added placeholder pages for recurring and permanent order types. Updated Spanish localization for new order types.
This commit is contained in:
Achintha Isuru
2026-01-22 17:03:17 -05:00
parent 4b3125de1a
commit 96ff173855
15 changed files with 1174 additions and 1013 deletions

View File

@@ -287,6 +287,16 @@
"creating": "Creando...",
"success_title": "¡Orden Creada!",
"success_message": "Tu solicitud de turno ha sido publicada. Los trabajadores comenzarán a postularse pronto."
},
"recurring": {
"title": "Orden Recurrente",
"subtitle": "Cobertura continua semanal/mensual",
"placeholder": "Flujo de Orden Recurrente (Trabajo en Progreso)"
},
"permanent": {
"title": "Orden Permanente",
"subtitle": "Colocación de personal a largo plazo",
"placeholder": "Flujo de Orden Permanente (Trabajo en Progreso)"
}
}
}