From ff668c223b772d4180878ed2578c228692556b77 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Tue, 28 Apr 2026 17:09:43 +0000 Subject: [PATCH] Add update notification when version changes --- ts/components/UpdateNotification.vue | 115 +++++++++++++++++++++++++++ ts/view/Authenticated.vue | 17 +++- 2 files changed, 131 insertions(+), 1 deletion(-) create mode 100644 ts/components/UpdateNotification.vue diff --git a/ts/components/UpdateNotification.vue b/ts/components/UpdateNotification.vue new file mode 100644 index 00000000..d8adc677 --- /dev/null +++ b/ts/components/UpdateNotification.vue @@ -0,0 +1,115 @@ + + + + + diff --git a/ts/view/Authenticated.vue b/ts/view/Authenticated.vue index a8ff9637..0e78ceb0 100644 --- a/ts/view/Authenticated.vue +++ b/ts/view/Authenticated.vue @@ -15,21 +15,36 @@ +