From 4041252028ef0a27bfa5f2f632aed1aeab981712 Mon Sep 17 00:00:00 2001 From: "alexei.dolgolyov" Date: Mon, 30 Mar 2026 13:54:35 +0300 Subject: [PATCH] fix: Docker health indicator shows immediately after login Use $effect instead of onMount to start SSE and health polling, so they activate on client-side navigation after login without requiring a full page reload. --- web/src/routes/+layout.svelte | 51 ++++++++++++++++++++--------------- 1 file changed, 29 insertions(+), 22 deletions(-) diff --git a/web/src/routes/+layout.svelte b/web/src/routes/+layout.svelte index 502b841..592bdd7 100644 --- a/web/src/routes/+layout.svelte +++ b/web/src/routes/+layout.svelte @@ -1,7 +1,7 @@