fix(web): add bottom padding to project actions header - #10634
Conversation
ApprovabilityVerdict: Approved at Macroscope's review found this PR approvable — This one-line change only adds bottom padding to the existing project actions header, producing a contained visual layout improvement without changing behavior, data flow, or application defaults. You can add or adjust custom eligibility rules. Learn more. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 10 included reviews per hour; 7 remain after this review. 📝 WalkthroughWalkthroughThe Actions section header in the project settings panel changes from top-only padding to equal vertical padding. ChangesProject settings spacing
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to The Actions header now includes bottom padding so its description and controls are visually separated from the divider. This is a contained presentation-only change with no remaining merge-readiness risk. Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
## What's Changed * fix(web): open proactive panels when entering threads by @maria-rcks in pingdotgg/t3code#10610 * fix(native): wait for the KDE feedback test listener by @juliusmarminge in pingdotgg/t3code#10645 * fix(desktop): resolve local media linked from remote threads by @maria-rcks in pingdotgg/t3code#10619 * fix(web): add bottom padding to project actions header by @flamboh in pingdotgg/t3code#10634 * fix(web): update machines together in auto balance by @maria-rcks in pingdotgg/t3code#10596 * fix(preview): transfer recordings to the agent environment by @maria-rcks in pingdotgg/t3code#10572 * fix(web): navigate markdown images as galleries by @maria-rcks in pingdotgg/t3code#10625 * chore: upgrade to TypeScript 7.0.2 by @juliusmarminge in pingdotgg/t3code#10663 * fix: hide email-bearing account labels in usage limits by @juliusmarminge in pingdotgg/t3code#10668 * fix(web): keep scroll-to-end button close to composer by @Bil0000 in pingdotgg/t3code#10543 * chore(deps): upgrade Effect to rc.112 and Alchemy to beta.76 by @juliusmarminge in pingdotgg/t3code#10652 * chore(refs): sync Effect reference to rc.112 by @juliusmarminge in pingdotgg/t3code#10653 * chore(refs): sync Alchemy reference to beta.76 by @juliusmarminge in pingdotgg/t3code#10654 * fix: generate thread titles with the selected model across connections by @Bil0000 in pingdotgg/t3code#10526 * fix(desktop): enable context menus in the browser by @juliusmarminge in pingdotgg/t3code#10670 * fix(desktop): stop generating declarations during bundling by @juliusmarminge in pingdotgg/t3code#10679 * fix(desktop): restore layout control hit targets by @juliusmarminge in pingdotgg/t3code#10673 **Full Changelog**: pingdotgg/t3code@v0.0.41-nightly.20260908.1377...v0.0.41-nightly.20260908.1387 Upstream release: https://github.com/pingdotgg/t3code/releases/tag/v0.0.41-nightly.20260908.1387
Note
🤖 GPT-6 on behalf of Oliver
ELI5
Give the project Actions header breathing room above the divider.
Problem
The header only had top padding. Its description touched the divider on desktop, and the action buttons touched it at narrow widths.
Fix
Change
pt-4topy-4, preserving 16px above the header and adding 16px below it. This shared web/desktop layout applies to inherited and overridden project actions.Validation: web typecheck and targeted formatting passed. Targeted lint reports one existing memo-dependency warning at line 696. Code review found no actionable issues. Used test-t3-app with isolated state to verify empty layouts at 1440px and 390px, plus adding and resetting an action at 390px without horizontal overflow. Chromium resource failures required bundled dev mode and prevented completing the populated desktop check. Native clients were not run.
UI Changes
Before
After
Populated narrow layout
Made with GPT-6 in Codex.
Note
Add bottom padding to Actions section in
ProjectSettingsPanelUpdates the Actions container in ProjectSettingsPanel.tsx to use equal vertical padding instead of top padding only. Existing top padding and responsive layout classes are preserved.
Macroscope summarized 242a64a.
Summary by CodeRabbit