mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-16 13:03:31 +08:00
Move update downloads into the background and prompt only after the update is ready, so the global update UI no longer pins a progress panel over the app. Keep the About page as the detailed status surface and make failed downloads or installs retryable without losing the prepared update. Constraint: Tauri updater install still needs an explicit user restart action after download Rejected: Keep showing global download progress | it preserves the blocking top-right experience that triggered the complaint Confidence: high Scope-risk: moderate Directive: Do not show the global update prompt before status is downloaded without rechecking the desktop UX complaint Tested: bun run test -- src/stores/updateStore.test.ts src/components/shared/UpdateChecker.test.tsx --run Tested: bun run check:desktop Tested: bun run check:native Tested: bun run check:coverage Tested: bun run verify Not-tested: Real signed release artifact update from an installed older desktop build