design new updating ux and log download flow#1751
Open
Douglasymlai wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Claude Code Review
Claude Code Review is paused for this repository. To reconnect it, an admin of this repository's GitHub organization (or the account owner, for personal repositories) who can also manage your Claude organization's Code Review settings needs to re-link GitHub in Code Review settings. This is a one-time step.
Tip: disable this comment in your organization's Code Review settings.
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.
Closes #1433
Related Issue
Closes #
Description
This PR redesigns the desktop app update experience and expands the Support dialog with dedicated log downloads.
Top bar update UX
src/components/update/index.tsx) with a new inlineUpdateButtonin the top bar.quit-and-install).debug-update-eventIPC handler so the update UI can be exercised from DevTools in unpackaged builds.Support dialog & log downloads
export-log)export-camel-log), targeting the active task when available and falling back to allcamel_logsdirectories under the user's identity rootsgetCamelLogEntries,zipDirectories,findDirectoriesByName, preload bridge, and typedexportCamelLogAPI.Other fixes
document.bodyvia a portal so toasts are no longer trapped below dialog overlays by#root's stacking context.ReportBugDialogunit tests for Eigent/Camel log download flows (5 tests passing).Testing Evidence (REQUIRED)
Automated tests
Manual verification
camel_logswhen no task is active).[] I have included human-verified testing evidence in this PR.
[] This PR includes frontend/UI changes, and I attached screenshot(s) or screen recording(s).
[x] No frontend/UI changes in this PR.
What is the purpose of this pull request?
Contribution Guidelines Acknowledgement