From 1aa55fd19e2d8f0a169f53c73db9bc4dd7c502a6 Mon Sep 17 00:00:00 2001 From: Nic-dorman Date: Thu, 30 Apr 2026 17:12:52 +0100 Subject: [PATCH] feat(updater): teal banner + dialog badge for prerelease updates Extends the teal prerelease accent established in #70 (the static "PRE-RELEASE" sidebar badge) to the updater UI, so when a tester on the prerelease channel sees an update offered, it's visually consistent with the rest of the prerelease styling instead of sharing the amber palette used by stable updates and the network badges. - Sidebar "Update Available" banner: teal-400 when the offered release is a prerelease, amber-400 (existing colour) for stable. Same shape, same dark text, same shadow/hover behaviour. - UpdateDialog "Pre-release" badge: teal-500/10 background + teal-400 text, matching the sidebar badge from #70. Co-Authored-By: Claude Opus 4.7 (1M context) --- components/AppSidebar.vue | 5 ++++- components/UpdateDialog.vue | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/components/AppSidebar.vue b/components/AppSidebar.vue index 5812260..3c8186e 100644 --- a/components/AppSidebar.vue +++ b/components/AppSidebar.vue @@ -31,7 +31,10 @@