From 2c42aa8087011413e07d734cac983923ee8e30f8 Mon Sep 17 00:00:00 2001 From: TwiN Date: Mon, 18 Aug 2025 12:36:16 -0400 Subject: [PATCH] fix(ui): Update endpoints in-place instead of reloading every time (#1209) * fix(ui): Update endpoints in-place instead of reloading every time Fixes #1207 * Regenerate static assets --- web/app/src/components/AnnouncementBanner.vue | 4 +- web/app/src/components/EndpointCard.vue | 2 +- web/app/src/views/Home.vue | 37 +++++++++++++++++-- web/static/css/app.css | 2 +- web/static/js/app.js | 2 +- web/static/js/chunk-vendors.js | 2 +- 6 files changed, 39 insertions(+), 10 deletions(-) diff --git a/web/app/src/components/AnnouncementBanner.vue b/web/app/src/components/AnnouncementBanner.vue index 8ee2e76e..b7a8e4ce 100644 --- a/web/app/src/components/AnnouncementBanner.vue +++ b/web/app/src/components/AnnouncementBanner.vue @@ -9,7 +9,7 @@
diff --git a/web/app/src/components/EndpointCard.vue b/web/app/src/components/EndpointCard.vue index cd0d225d..c9696555 100644 --- a/web/app/src/components/EndpointCard.vue +++ b/web/app/src/components/EndpointCard.vue @@ -1,5 +1,5 @@