fix(desktop): set default window size to minimum dimensions#828
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
e2420d5 to
d578026
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
… shortcut - Set default window size from 1200x800 to 800x700 - Fix global shortcut (Ctrl+G/Cmd+G) to properly restore minimized windows - Check is_minimized() state before other visibility checks - Call unminimize() to restore the window from taskbar - Then show() and set_focus() to bring it to front 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
d578026 to
18a97a2
Compare
Fix Rust formatting issue in src-tauri/src/lib.rs:357 that was causing CI check "Check Rust formatting" to fail. The writeln! macro call needed to be split across lines to comply with rustfmt standards. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
🤖 Auto-fix Status ReportTriggerThis auto-fix run was triggered by the Issue InvestigatedThe previous CI run (run ID: 21103247791) failed due to Rust code formatting issues in the
Fix AppliedThe issue was already addressed in commit Verification
Current CI StatusAll GitHub Actions CI checks are passing:
Pending (macOS builds take longer):
Known Issue: Vercel Deployment FailureThe Vercel deployment shows as failed, but this is a systemic issue affecting all PRs in this repository. I verified that PRs #825, #823, #818, and #808 all show the same Vercel failure status. Since this PR only modifies Conclusion✅ No additional fixes needed. The previous commit already resolved the CI failure. All GitHub Actions checks are passing or pending completion. Generated by Terragon Auto-fix Agent |
Summary
Key Updates in This Release
🖥️ Gatewayz Chat
🔌 Gatewayz API
Submodule PRs
Release Email
The release notification workflow has been triggered to send emails to all subscribed users.
Test plan
🤖 Generated with Claude Code