Skip to content

fix(desktop): prevent git actions and terminal toggle from overlapping#1423

Merged
juliusmarminge merged 1 commit intopingdotgg:mainfrom
78i87:main
Mar 25, 2026
Merged

fix(desktop): prevent git actions and terminal toggle from overlapping#1423
juliusmarminge merged 1 commit intopingdotgg:mainfrom
78i87:main

Conversation

@78i87
Copy link
Copy Markdown
Contributor

@78i87 78i87 commented Mar 25, 2026

What Changed

Prevented the Git actions control from shrinking in the desktop header by adding shrink-0 to the action group container.

Why

On narrower desktop widths, the Git actions control and terminal toggle could compete for space and visually overlap. Keeping the Git actions group at a fixed shrink behavior makes the layout more predictable and avoids that collision without changing the interaction model.

UI Changes

Screen.Recording.2026-03-25.at.21.50.31.mov
Screen.Recording.2026-03-25.at.21.54.30.mov

Checklist

  • This PR is small and focused
  • I explained what changed and why
  • I included before/after screenshots for any UI changes
  • I included a video for animation/interaction changes

Note

Prevent GitActionsControl from shrinking in flex layouts

Adds shrink-0 to the GitActionsControl Group element in GitActionsControl.tsx so the git actions bar no longer compresses when flex space is constrained, preventing overlap with the terminal toggle.

Macroscope summarized 6d8e9c4.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 25, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 0a2e1f78-91ca-4567-9be2-a66752a0c744

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

@github-actions github-actions bot added size:XS 0-9 changed lines (additions + deletions). vouch:unvouched PR author is not yet trusted in the VOUCHED list. labels Mar 25, 2026
@juliusmarminge juliusmarminge enabled auto-merge (squash) March 25, 2026 23:56
@juliusmarminge juliusmarminge merged commit 2aa11ae into pingdotgg:main Mar 25, 2026
10 checks passed
aaditagrawal pushed a commit to aaditagrawal/t3code that referenced this pull request Mar 26, 2026
pingdotgg#1423)

Co-authored-by: morgan ye <morganye@morgans-MacBook-Pro.local>
kkorenn pushed a commit to kkorenn/k1code that referenced this pull request Mar 26, 2026
pingdotgg#1423)

Co-authored-by: morgan ye <morganye@morgans-MacBook-Pro.local>
apexsloth pushed a commit to apexslothforks/t3code that referenced this pull request Mar 26, 2026
pingdotgg#1423)

Co-authored-by: morgan ye <morganye@morgans-MacBook-Pro.local>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS 0-9 changed lines (additions + deletions). vouch:unvouched PR author is not yet trusted in the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants