From 6d3754a1fadefc02e5bca084b8404d4314e67390 Mon Sep 17 00:00:00 2001 From: borja Date: Mon, 13 Oct 2025 23:16:55 +0200 Subject: [PATCH] =?UTF-8?q?refactor:=20encapsular=20CSS=20en=20p=C3=A1gina?= =?UTF-8?q?s=20app,=20groups=20y=20preferences?= 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/routes/app/+page.svelte | 30 +++++++++++++----- apps/web/src/routes/app/groups/+page.svelte | 3 +- .../src/routes/app/preferences/+page.svelte | 31 +++++++++++++------ 3 files changed, 46 insertions(+), 18 deletions(-) diff --git a/apps/web/src/routes/app/+page.svelte b/apps/web/src/routes/app/+page.svelte index 8f62f61..4d584d6 100644 --- a/apps/web/src/routes/app/+page.svelte +++ b/apps/web/src/routes/app/+page.svelte @@ -21,11 +21,11 @@ }; -

Panel

-

Sesión: {data.userId}

+

Panel

+

Sesión: {data.userId}

-
-
+ +
-

Zona horaria: {data.tz}

+

Zona horaria: {data.tz}

{#if form?.error} -
{form.error}
+
{form.error}
{/if}
@@ -52,10 +52,21 @@ -
-

Próximo recordatorio

+
+

Próximo recordatorio

  • Servidor: {data.next ?? '—'}
+ +