feat(updater): teal banner + dialog badge for prerelease updates - #74
Merged
Conversation
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) <noreply@anthropic.com>
This was referenced May 1, 2026
Nic-dorman
added a commit
that referenced
this pull request
May 1, 2026
Third internal-tester pre-release. Adds on top of rc.2: - Linux/macOS auto-restart after install (#73) -- closes the "stuck at 100%" bug where the install completed but the running process kept the old binary. - Teal banner + dialog badge for prerelease updates (#74) -- visual consistency with the sidebar PRE-RELEASE indicator. Closes the V2-237 install path on Linux. Tested on Ubuntu 25.10 with the rc.1 -> rc.2 upgrade in #73. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Extends the teal prerelease accent established in #70 (the static "PRE-RELEASE" sidebar badge) to the updater UI, so an update offered to a tester on the prerelease channel is visually consistent with the rest of the prerelease styling — instead of sharing the amber palette used by stable updates and the network badges.
components/AppSidebar.vue): teal-400 whenupdaterStore.isPrerelease, amber-400 (existing colour) for stable. Same shape, same dark text, same shadow/hover behaviour.components/UpdateDialog.vue): teal-500/10 background + teal-400 text, matching the sidebar badge from feat(sidebar): teal "PRE-RELEASE" badge for prerelease builds #70 directly.Test plan
Verified locally on Ubuntu 25.10 with a patched 0.6.8-rc.1 build:
isPrereleaseis false (verified by walking throughupdaterStore.isPrereleaselogic; can't actually trigger a stable→stable update from rc.1 since the repo'slateststable is 0.6.7, older than the running 0.6.8-rc.1)🤖 Generated with Claude Code