[codex] Add app setting to disable Capgo updates#2270
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR adds a "disable Capgo updates" feature to the default download channel dialog. It introduces translations, a reactive flag, dialog state initialization logic, persistence of the disable state to the database, and conditional UI rendering that hides channel selection when updates are disabled. ChangesDisable Capgo Updates Feature
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Merging this PR will not alter performance
Comparing Footnotes
|
5fb43b0 to
dbbd2cb
Compare
|
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |



Summary (AI generated)
Motivation (AI generated)
Some apps need a simple way to stop Capgo updates entirely without deleting channels or changing each channel individually. Allowing an app to have no default download channel makes that state explicit in App settings.
Business Impact (AI generated)
This gives users safer operational control over live updates, reducing accidental deployments and support requests when teams need to pause Capgo delivery for an app.
Test Plan (AI generated)
bun lint.bun typecheck.bun run build.bun serve:dev --host 127.0.0.1./app/com.demo.app/infoin a headless browser and confirmed the app loaded without console errors before redirecting to login.Screenshots (AI generated)
Not included. The local browser reached the login redirect before authenticated app settings could be captured.
Checklist (AI generated)
Generated with AI
Summary by CodeRabbit
New Features
Localization