From df2a992fa7354b13d175b9c59896ec9587754af5 Mon Sep 17 00:00:00 2001 From: hobokenchicken Date: Mon, 27 Jul 2026 12:06:28 -0400 Subject: [PATCH] fix(web): prevent UI flash by preserving user state in fetchMe and removing CSS pulse --- web/src/components/VersionNotifier.tsx | 2 +- web/src/stores/auth.ts | 6 ++++-- web/src/stores/ws.ts | 1 - 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/web/src/components/VersionNotifier.tsx b/web/src/components/VersionNotifier.tsx index f551eec..f431fde 100644 --- a/web/src/components/VersionNotifier.tsx +++ b/web/src/components/VersionNotifier.tsx @@ -45,7 +45,7 @@ export function VersionNotifier() { if (!updateAvailable) return null; return ( -
+
🚀 A new update is available! ({serverVersion})