fix(desktop): even row height between Mine and Team in automations#4402
Conversation
Pin the row to h-10 so the Owner column (Team-only) and pause badge can't change row height across scopes.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe automation dashboard table row container styling is updated to use fixed height sizing instead of padding-based height. The row now explicitly declares a ChangesAutomation Table Row Styling
Estimated Code Review Effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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. Comment |
Greptile SummaryPins the automation list row height to
Confidence Score: 5/5Safe to merge — the change is a single-line Tailwind class swap on one list row element. The fix swaps content-driven height (padding + child content) for an explicit fixed height on the row container. The grid already carries No files require special attention.
|
| Filename | Overview |
|---|---|
| apps/desktop/src/renderer/routes/_authenticated/_dashboard/automations/page.tsx | Single-line change replacing py-2.5 vertical padding with h-10 fixed height on the automation list row, aligning row height between Mine and Team scopes; items-center already present on the grid container ensures content stays vertically centered. |
Reviews (1): Last reviewed commit: "style(desktop): fix automation row heigh..." | Re-trigger Greptile
🧹 Preview Cleanup CompleteThe following preview resources have been cleaned up:
Thank you for your contribution! 🎉 |
Summary
h-10so Mine and Team scopes render identically (Owner column and pause badge no longer drift row height).Test plan
Summary by cubic
Set a fixed h-10 height for automation list rows so Mine and Team views render identically. Prevents the Owner column and paused badge from changing row height.
Written for commit 801db13. Summary will update on new commits.
Summary by CodeRabbit