Skip to content

fix: align CLI workspace item actions - #751

Merged
ilyabo merged 1 commit into
mainfrom
codex/fix-cli-sidebar-menu-alignment
Jun 21, 2026
Merged

fix: align CLI workspace item actions#751
ilyabo merged 1 commit into
mainfrom
codex/fix-cli-sidebar-menu-alignment

Conversation

@ilyabo

@ilyabo ilyabo commented Jun 21, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Align CLI Workspace sidebar artifact action buttons with the sidebar menu row sizing.
  • Remove the conflicting custom vertical centering classes that pulled the three-dot menu upward.

Root Cause

The artifact row forced a 28px height while leaving the shared SidebarMenuButton at its default size metadata. The action trigger then combined custom top-1/2 -translate-y-1/2 classes with the shared sidebar action top-offset rules, which could leave the ellipsis visually high in the row.

Validation

  • pnpm --filter sqlrooms-cli-app typecheck
  • pnpm build
  • Browser geometry check on http://localhost:4175/new: artifact menu actions report centerDelta: 0 against their 28px rows.
  • Pre-push hook passed: knip, turbo typecheck, and turbo test.

@coderabbitai

coderabbitai Bot commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

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

More reviews will be available in 14 minutes and 50 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

Run ID: 71fb025d-2ec3-4c01-806e-60fefcf790bd

📥 Commits

Reviewing files that changed from the base of the PR and between 31cdd95 and 6e145f0.

📒 Files selected for processing (1)
  • apps/sqlrooms-cli-ui/src/workspace/sidebar/CliArtifactsSidebarSection.tsx
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/fix-cli-sidebar-menu-alignment

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.

@ilyabo
ilyabo merged commit aef15f5 into main Jun 21, 2026
3 checks passed
@ilyabo
ilyabo deleted the codex/fix-cli-sidebar-menu-alignment branch June 21, 2026 10:37
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