From 40497940f31ba6c9db43c47f2aa72986eebbd640 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sat, 31 May 2025 08:26:53 +0000 Subject: [PATCH 1/2] feat: Use dynamic background colors for forms This commit updates the form components to use the dynamic background colors specified in your UI settings. The following forms were modified: - AsistenciaForm.vue - EmpleadoForm.vue - PlanillaForm.vue - TareaForm.vue Each form now imports the `useUi` store and binds the style of its main container to the corresponding `tableBgColor[Module]` property. This ensures that the form background color matches the table background color you selected in the settings. --- ui/src/views/asistencias/AsistenciaForm.vue | 6 ++++-- ui/src/views/empleados/EmpleadoForm.vue | 5 ++++- ui/src/views/planillas/PlanillaForm.vue | 6 ++++-- ui/src/views/tareas/TareaForm.vue | 6 ++++-- 4 files changed, 16 insertions(+), 7 deletions(-) diff --git a/ui/src/views/asistencias/AsistenciaForm.vue b/ui/src/views/asistencias/AsistenciaForm.vue index 29c5f49..757b92f 100644 --- a/ui/src/views/asistencias/AsistenciaForm.vue +++ b/ui/src/views/asistencias/AsistenciaForm.vue @@ -1,5 +1,5 @@