From 6299dd0919d9595b53a55e43b6ee543922e644e2 Mon Sep 17 00:00:00 2001 From: Neko Date: Wed, 26 Aug 2026 04:14:53 +0800 Subject: [PATCH] fix(stage-ui): stabilize connection status animation (#2365) --- .../components/websocket-status-button.vue | 9 +-- .../stage-islands/status-island/index.vue | 5 +- packages/stage-ui/src/composables/index.ts | 1 - .../composables/use-lamp-flicker-animation.ts | 64 ------------------- .../src/constants/lamp-flicker-animation.ts | 2 +- packages/ui/src/lamp-flicker.css | 8 +-- 6 files changed, 4 insertions(+), 85 deletions(-) delete mode 100644 packages/stage-ui/src/composables/use-lamp-flicker-animation.ts diff --git a/apps/stage-pocket/src/components/websocket-status-button.vue b/apps/stage-pocket/src/components/websocket-status-button.vue index fb848688f..2b05bc257 100644 --- a/apps/stage-pocket/src/components/websocket-status-button.vue +++ b/apps/stage-pocket/src/components/websocket-status-button.vue @@ -1,5 +1,4 @@