diff --git a/.Jules/palette.md b/.Jules/palette.md new file mode 100644 index 0000000..6378f1a --- /dev/null +++ b/.Jules/palette.md @@ -0,0 +1,3 @@ +## 2025-05-15 - Spanish Linguistic Standards for UI Text +**Learning:** The application has a recurring pattern of missing required accents (tildes) on common Spanish words, which detracts from the professional feel and quality of the interface. This is a critical accessibility and UX detail for Spanish-speaking users. +**Action:** Strictly ensure that common UI words such as 'Mañana', 'más', 'descripción', 'Título', 'Edición', 'sesión', 'Mías', and 'Búsqueda' always include their proper accentuation. Use automated search (grep) to identify and correct these across the codebase. diff --git a/frontend/components/tasks/task-dashboard.tsx b/frontend/components/tasks/task-dashboard.tsx index eaa3798..3ee72a4 100644 --- a/frontend/components/tasks/task-dashboard.tsx +++ b/frontend/components/tasks/task-dashboard.tsx @@ -170,7 +170,7 @@ export default function TaskDashboard({ @@ -208,7 +208,7 @@ export default function TaskDashboard({
-

Tus Tareas

+

Tus tareas

{/* View mode toggle */}
@@ -241,7 +241,7 @@ export default function TaskDashboard({ value="mis-tareas" className="data-[state=active]:bg-background" > - Mias + Mías {myTasksCount} diff --git a/frontend/components/tasks/task-filters.tsx b/frontend/components/tasks/task-filters.tsx index f00cf38..bd35160 100644 --- a/frontend/components/tasks/task-filters.tsx +++ b/frontend/components/tasks/task-filters.tsx @@ -326,7 +326,7 @@ export default function TaskFiltersComponent({ )} {activeFilters.search && ( - Busqueda: {activeFilters.search} + Búsqueda: {activeFilters.search}