Conversation
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 47 minutes and 39 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (7)
✨ Finishing Touches🧪 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 |
There was a problem hiding this comment.
Code Review
This pull request updates the project's documentation and status to reflect the successful deployment to a VPS and the ongoing progress of the M3 web UX redesign. On the technical side, it introduces UI refinements to the board and backlog toolbars by implementing new CSS utility classes for consistent spacing and alignment, adjusting component heights, and improving mobile responsiveness. I have no feedback to provide as there were no review comments to evaluate.
There was a problem hiding this comment.
🟡 Textarea vertical padding removed, causing text to be flush against top border
The shared sizing rule at packages/web/src/styles/app.css:754-756 changed padding from 10px 12px to 0 12px. This works fine for single-line <input> and <select> elements (browsers vertically center their text within min-height), but .issue-panel__textarea is a <textarea> element where text starts at the top-left. The textarea-specific rule at packages/web/src/styles/app.css:1476-1479 only overrides min-height and resize, so it inherits padding: 0 12px. This means the issue description textarea, create-issue description textarea, and comment textarea all render with text flush against the top border. The .command-palette__input avoids this because it has its own padding: 10px 12px override at packages/web/src/styles/app.css:1612, but no equivalent override exists for .issue-panel__textarea.
(Refers to lines 1476-1479)
Was this helpful? React with 👍 or 👎 to provide feedback.
Summary\n- unify board/backlog toolbar control sizing and alignment\n- prevent the sidebar search trigger from wrapping\n- align header team selection with the new toolbar layout\n\n## Verification\n- pnpm --filter @involute/web typecheck\n- pnpm --filter @involute/web test --run\n- pnpm --filter @involute/web build