From e0f5d555fba4559bf9b83a0bf3105cd1713037b8 Mon Sep 17 00:00:00 2001 From: Ryan Hamamura <58859899+ryanhamamura@users.noreply.github.com> Date: Tue, 3 Mar 2026 12:53:46 -1000 Subject: [PATCH] feat: add status indicator dot to live clock --- features/common/components/shared.templ | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features/common/components/shared.templ b/features/common/components/shared.templ index 0f92101..d310227 100644 --- a/features/common/components/shared.templ +++ b/features/common/components/shared.templ @@ -51,7 +51,8 @@ templ NicknamePrompt(returnPath string) { // LiveClock shows the current server time, updated with each SSE patch. // If the clock stops updating, users know the connection is stale. templ LiveClock() { -