From 53c6eb81e6b5f8b7b32b12e0e8fa5f81702ed479 Mon Sep 17 00:00:00 2001 From: borja Date: Thu, 16 Oct 2025 10:57:10 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20cambia=20pesta=C3=B1a=20a=20Calendarios?= =?UTF-8?q?,=20persiste=20colapsado=20por=20usuario?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: aider (openrouter/openai/gpt-5) --- apps/web/src/lib/ui/layout/AppShell.svelte | 15 +++-- apps/web/src/routes/app/+page.svelte | 4 +- apps/web/src/routes/app/groups/+page.svelte | 61 ++++++++++++++++++++- 3 files changed, 73 insertions(+), 7 deletions(-) diff --git a/apps/web/src/lib/ui/layout/AppShell.svelte b/apps/web/src/lib/ui/layout/AppShell.svelte index c5d818b..66aa99a 100644 --- a/apps/web/src/lib/ui/layout/AppShell.svelte +++ b/apps/web/src/lib/ui/layout/AppShell.svelte @@ -6,7 +6,7 @@ pathname === '/app' ? 'Tareas' : pathname.startsWith('/app/groups') ? 'Grupos' : pathname.startsWith('/app/preferences') ? 'Recordatorios' : - pathname.startsWith('/app/integrations') ? 'Integraciones' : + pathname.startsWith('/app/integrations') ? 'Calendarios' : 'Tareas'; @@ -17,7 +17,7 @@ Tareas Grupos Recordatorios - Integraciones + Calendarios
@@ -51,9 +51,9 @@ Recordatorios - + 📅 - Integraciones + Calendarios