From 984fa214c21a350ef75302dbfd55bfa8ae4cce4e Mon Sep 17 00:00:00 2001 From: josedario87 Date: Tue, 10 Jun 2025 00:30:00 -0600 Subject: [PATCH] Revert "Refine: Make persistent navbar viewport-aware" This reverts commit 35c130f197ec3cb5110dc8eb6451ee32c837050f. --- ui/src/stores/useRealtime.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/stores/useRealtime.js b/ui/src/stores/useRealtime.js index bf3f8b3..1f272d7 100644 --- a/ui/src/stores/useRealtime.js +++ b/ui/src/stores/useRealtime.js @@ -64,7 +64,7 @@ export const useRealtimeStore = defineStore('realtime', { this._sse.onerror = () => { console.warn('SSE connection lost, reloading...'); }; - } + }, clearBadgesForTable(table) { if (this.badges[table]) { this.badges[table].INSERT = false;