From 59508b533269d73deadc773bf77f33ac5ec568bb Mon Sep 17 00:00:00 2001 From: arabcoders Date: Sun, 3 Aug 2025 16:11:26 +0300 Subject: [PATCH] Add new version notification for WebUI --- ui/app/components/NewVersion.vue | 16 ++++++++++++++++ ui/app/layouts/default.vue | 16 ++++++++++++++++ ui/nuxt.config.ts | 5 ++++- 3 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 ui/app/components/NewVersion.vue diff --git a/ui/app/components/NewVersion.vue b/ui/app/components/NewVersion.vue new file mode 100644 index 00000000..28be65a5 --- /dev/null +++ b/ui/app/components/NewVersion.vue @@ -0,0 +1,16 @@ + + + diff --git a/ui/app/layouts/default.vue b/ui/app/layouts/default.vue index bf90e3c5..22456d01 100644 --- a/ui/app/layouts/default.vue +++ b/ui/app/layouts/default.vue @@ -1,5 +1,6 @@