From 2231ffc3ce29da683f715dee6403b36445ad536a Mon Sep 17 00:00:00 2001 From: Nic-dorman Date: Fri, 1 May 2026 09:55:49 +0100 Subject: [PATCH] feat(updater): "Pre-Release" label above the update banner When the offered update is a pre-release, the teal sidebar banner now shows three lines: PRE-RELEASE UPDATE AVAILABLE v0.6.8-rc.X The new label is text-[10px] uppercase bold with reduced opacity so the existing "Update Available" headline keeps visual primacy. Stable updates render unchanged (no extra label, amber palette). Co-Authored-By: Claude Opus 4.7 (1M context) --- components/AppSidebar.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/AppSidebar.vue b/components/AppSidebar.vue index 3c8186e..2262923 100644 --- a/components/AppSidebar.vue +++ b/components/AppSidebar.vue @@ -38,6 +38,12 @@ @click="onUpdateClick" >
+
+ Pre-Release +
Update Available
v{{ updaterStore.version }}