Skip to content

fix: center shortcut key pill '+' separator, fix Fragment import, deduplicate AUDIT_LOG#66

Merged
VariableThe merged 1 commit into
mainfrom
fix/consolidate-session-changes
Jun 25, 2026
Merged

fix: center shortcut key pill '+' separator, fix Fragment import, deduplicate AUDIT_LOG#66
VariableThe merged 1 commit into
mainfrom
fix/consolidate-session-changes

Conversation

@VariableThe

Copy link
Copy Markdown
Owner

Summary

  • Shortcut key pill "+" centered between key caps: Restructured renderShortcutDisplay from wrapper spans with space-evenly to flat <Fragment> siblings in a flex row with center + gap, so the + is independently centered.
  • Fix React.FragmentFragment import: Replaced React.Fragment usage with a named Fragment import to fix ReferenceError: React is not defined in vitest.
  • Deduplicate AUDIT_LOG.md headings: Collapsed multiple ## 2026-06-25 entries under one heading using nested ### subsections.

Files changed

  • src/Settings.tsx — layout fix + Fragment import
  • CHANGELOG.md — entry for shortcut pill fix
  • AUDIT_LOG.md — entry for shortcut pill fix + heading dedup

The renderShortcutDisplay function grouped each key cap and the '+'
to its right in a wrapper <span> with justify-content: space-evenly,
making the '+' appear closer to the left key cap. Flattened to
React.Fragment siblings in a flex row with justify-content: center
and gap: 4px so the '+' sits independently centered.

Also adds CHANGELOG and AUDIT_LOG entries for this fix and the
previously merged macOS window shift compensation removal.
@coderabbitai

coderabbitai Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

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

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

Your organization has run out of usage credits. Purchase more credits in the billing tab to continue.

⌛ 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 review availability.

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, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 0a5cf905-12f9-4c34-96cc-367960d9e795

📥 Commits

Reviewing files that changed from the base of the PR and between c5a8f91 and 52b995a.

📒 Files selected for processing (3)
  • AUDIT_LOG.md
  • CHANGELOG.md
  • src/Settings.tsx
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/consolidate-session-changes

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.

@VariableThe VariableThe merged commit b5d40f8 into main Jun 25, 2026
4 checks passed
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