Skip to content

fix(desktop): set default window size to minimum dimensions#828

Merged
vdimarco merged 2 commits into
masterfrom
terragon/fix-desktop-default-width
Jan 18, 2026
Merged

fix(desktop): set default window size to minimum dimensions#828
vdimarco merged 2 commits into
masterfrom
terragon/fix-desktop-default-width

Conversation

@vdimarco

@vdimarco vdimarco commented Jan 18, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Adds new release notes entry for February 1, 2026
  • Updates frontend releases page with the same content
  • Triggered release email workflow to send notifications to all users

Key Updates in This Release

🖥️ Gatewayz Chat

  • Mobile-Friendly Models Table: Responsive layout for the models table on mobile devices
  • Expand/Collapse All: New button to expand or collapse all model rows at once
  • Code Review Feedback Integration: PR feedback indicators for improved code review workflow
  • Kanban Task Management: Added Kanban view with task panels and sidebar toggle

🔌 Gatewayz API

  • Parallel Model Fetching Optimization: Reduced cold catalog build time from ~120s to ~60s
  • Stripe PRO Activation Reconciliation: Automatic reconciliation of trial status mismatches
  • Butter.dev Provider Integration: New chat integration with provider config fixes
  • Helicone & Vercel AI Gateway Pricing Fix: Corrected pricing data
  • Auth Improvements: Fixed auth timeout and event listener issues
  • Models Page Fix: Resolved issue loading only 18 models
  • Checkout Optimization: Faster plan switching

Submodule PRs

Release Email

The release notification workflow has been triggered to send emails to all subscribed users.

Test plan

  • RELEASE_NOTES.md updated with new entry
  • Frontend releases page updated
  • Release email workflow triggered

🤖 Generated with Claude Code

@vercel

vercel Bot commented Jan 18, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
gatewayz-frontend Error Error Jan 18, 2026 0:43am

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@sentry

sentry Bot commented Jan 18, 2026

Copy link
Copy Markdown

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>
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>
@vdimarco

Copy link
Copy Markdown
Contributor Author

🤖 Auto-fix Status Report

Trigger

This auto-fix run was triggered by the pull_request.synchronize event on PR #828.

Issue Investigated

The previous CI run (run ID: 21103247791) failed due to Rust code formatting issues in the test job of the Desktop App Build workflow:

  • The cargo fmt --check step failed because a line in src-tauri/src/lib.rs:354 was not properly formatted

Fix Applied

The issue was already addressed in commit 8c336087 (fix(desktop): format Rust code with cargo fmt), which was pushed before this auto-fix run.

Verification

  • cargo fmt --check passes locally
  • pnpm typecheck passes locally

Current CI Status

All GitHub Actions CI checks are passing:

  • ✅ CI Success
  • ✅ Build
  • ✅ Lint
  • ✅ Type Check
  • ✅ Test
  • ✅ E2E Tests (Playwright)
  • ✅ Cypress Component Tests
  • ✅ Cypress Tests Success
  • ✅ test (Rust formatting - Desktop App Build)
  • ✅ build (Linux x64)
  • ✅ build (Windows x64)
  • ✅ Check Merge Conflicts
  • ✅ GitGuardian Security Checks
  • ✅ Seer Code Review
  • ✅ codecov/patch

Pending (macOS builds take longer):

  • 🔄 build (macOS arm64)
  • 🔄 build (macOS x64)

Known Issue: Vercel Deployment Failure

The 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 src-tauri/ files (Tauri desktop app configuration), the Vercel failure is unrelated to the PR's changes - Vercel deploys the Next.js web app, not the desktop app.

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

@vdimarco vdimarco merged commit 4336481 into master Jan 18, 2026
21 of 22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant