From f636c5d5051c7317538a6c18b952d8c592e6ab60 Mon Sep 17 00:00:00 2001 From: Dorian Date: Fri, 19 Jun 2026 14:40:50 +0100 Subject: [PATCH] fix(neode-ui): float connection banners as overlay The offline/reconnecting banners were in-flow (mx-6 mt-6) and pushed the whole dashboard down when shown. Teleport them to as a fixed, top-centered overlay with a fade/slide transition and safe-area inset, so they no longer shift layout. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../src/views/dashboard/ConnectionBanner.vue | 83 ++++++++++++++----- 1 file changed, 63 insertions(+), 20 deletions(-) diff --git a/neode-ui/src/views/dashboard/ConnectionBanner.vue b/neode-ui/src/views/dashboard/ConnectionBanner.vue index 222d654c..22fade02 100644 --- a/neode-ui/src/views/dashboard/ConnectionBanner.vue +++ b/neode-ui/src/views/dashboard/ConnectionBanner.vue @@ -1,25 +1,37 @@ + +