From 8ddaf975f787ba5f514d4172f807d171dfe02cc9 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 07:04:35 +0000 Subject: [PATCH] refactor(ui): Improve organization and naming in SettingsView This commit refactors `SettingsView.vue` to enhance clarity and your experience by reorganizing color customization options. Key changes: - **Module-Based Organization:** - Color settings (Accent Color, Table Background Color) are now grouped into dedicated sections for each application module (Empleados, Tareas, Planillas, Asistencias, Configuracion). - Each module section features a clear heading (e.g., "Empleados Module") with consistent styling, including a bottom border for visual separation. - The previous generic "Module Colors" grid has been removed. - **Improved Naming and Typography:** - Labels for color settings within each module section have been simplified to "Accent Color" and "Table Background", as the module context is provided by the section heading. - All labels and section headings now use standard title case, avoiding excessive uppercase for better readability. - **Layout and Styling:** - The new module sections are styled consistently with the rest of the Settings page, maintaining a cohesive look and feel. - A responsive grid layout is used within each module section to arrange its color settings effectively on different screen sizes. - Spacing and visual hierarchy have been reviewed to ensure the page remains easy to navigate. These changes make it easier for you to find and manage color preferences for specific parts of the application. --- ui/src/views/SettingsView.vue | 124 +++++++++++++++++++--------------- 1 file changed, 69 insertions(+), 55 deletions(-) diff --git a/ui/src/views/SettingsView.vue b/ui/src/views/SettingsView.vue index 8599606..fb7fe97 100644 --- a/ui/src/views/SettingsView.vue +++ b/ui/src/views/SettingsView.vue @@ -70,72 +70,86 @@ - -
-

Module Colors

-
- + +
+

Empleados Module

+
- +
- +
- - -
- - -
-
- - -
- - -
- - -
-
- - -
- - -
- - -
-
- - -
- - -
- - -
-
- - -
+
+

Tareas Module

+
+
+ + +
+
+ + +
+
+
+ +
+

Planillas Module

+
+
+ + +
+
+ + +
+
+
+ +
+

Asistencias Module

+
+
+ + +
+
+ + +
+
+
+ +
+

Configuración Module

+
+
+ + +
+
+ + +
+
+