Skip to content

[codex] Fix issue 3 app launch and UI bugs - #9

Merged
EtienneLescot merged 4 commits into
mainfrom
codex/fix-issue-3
Jun 19, 2026
Merged

[codex] Fix issue 3 app launch and UI bugs#9
EtienneLescot merged 4 commits into
mainfrom
codex/fix-issue-3

Conversation

@EtienneLescot

Copy link
Copy Markdown
Collaborator

Summary

Fixes the three bug reports grouped in #3:

  • prevent multiple OpenScreen app instances by adding Electron single-instance locking
  • reduce HUD drag lag by batching drag movement IPC updates to animation frames
  • tighten the editor background tab strip so the active tab no longer visually spills outside its track

Validation

  • cmd /c npx biome check electron\main.ts src\components\launch\LaunchWindow.tsx src\components\video-editor\SettingsPanel.tsx
  • cmd /c npx tsc --noEmit
  • git diff --check

Note: full npm run lint is still blocked by pre-existing repo-wide LF/CRLF formatting diagnostics unrelated to this change.

@coderabbitai

coderabbitai Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@EtienneLescot, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 51 minutes and 44 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 1415f42c-c2dd-44d0-8b40-495a2b686a0a

📥 Commits

Reviewing files that changed from the base of the PR and between 5ed545b and 5952120.

📒 Files selected for processing (3)
  • electron/main.ts
  • src/components/launch/LaunchWindow.tsx
  • src/components/video-editor/SettingsPanel.tsx
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/fix-issue-3

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@EtienneLescot
EtienneLescot marked this pull request as ready for review June 19, 2026 11:07

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a08c30acb8

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread electron/main.ts
@EtienneLescot
EtienneLescot merged commit 59cfe26 into main Jun 19, 2026
9 checks passed
@EtienneLescot
EtienneLescot deleted the codex/fix-issue-3 branch June 19, 2026 13:14
@EtienneLescot EtienneLescot mentioned this pull request Jun 19, 2026
Closed
1 task
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