feat: auto-update UI improvements (Issue #75)#81
Open
Igorut wants to merge 10 commits into
Open
Conversation
Adds a failing test that asserts updateDownload is exposed via contextBridge and invokes the update:download IPC channel. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add 3 tests for release notes handling in update-manager: - Array release notes normalization to markdown (FAILING - not yet implemented) - String release notes preserved unchanged (passing) - Undefined release notes handled gracefully (passing) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add toast rendering logic and IPC forwarding to the shell renderer: - DOM references for toast elements and dedup tracking via toastedVersions Set - hideUpdateToast/showToast/renderUpdateToast functions for toast lifecycle - onUpdateStatus callback now renders toast and forwards status to settings webview Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (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
Addresses #75 — adds prominent update notifications, release notes display, and update management in Settings.
updateDownloadnow exposed in universal preload (was shell-only)document.bodyto avoid clipping)update:statusto settings webviewChanges
src/preload/universal.tsupdateDownloadsrc/main/updater/update-manager.tssrc/windows/shell/index.htmlsrc/windows/shell/src/shell.csssrc/windows/shell/src/renderer.jssrc/windows/settings/src/App.tsxTest plan
Design docs
docs/superpowers/specs/2026-03-28-auto-update-design.mddocs/superpowers/plans/2026-03-28-auto-update.md🤖 Generated with Claude Code