fix(news): add color-picker widget annotation, bump to v1.0.8 - #167
Conversation
|
Warning Review limit reached
Next review available in: 47 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the 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 reviews. How do review 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 refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR bumps the News plugin's version from 1.0.7 to 1.0.8 in ChangesNews plugin metadata
Estimated code review effort: 1 (Trivial) | ~3 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
Up to standards ✅🟢 Issues
|
|
@coderabbitai review |
✅ Action performedReview finished.
|
Add x-widget: color-picker to text_color and separator_color so the config UI renders proper RGB color pickers instead of raw comma-separated text inputs. Bump version 1.0.7 → 1.0.8 per monorepo versioning requirements. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4144e29 to
28bc49d
Compare
|
@coderabbitai review |
✅ Action performedReview finished.
|
Pre-existing manifest.json had "dependencies": {"managers": ["cache_manager"]}
but the plugin store's manifest schema requires an array of strings (legacy
pip package names). Not consumed anywhere in core — confirmed via grep of
LEDMatrix's src/ — so converting to an empty array loses no behavior.
Unrelated to this PR's color-picker widget change, but was blocking this
PR's CI (manifest schema validation) since it's the first time news'
manifest has changed since that check was added.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01KEZK1P1Q1fu5pcuVrkrCFZ
Summary
"x-widget": "color-picker"totext_colorandseparator_colorinconfig_schema.jsonso the config UI renders proper RGB color pickers instead of raw comma-separated text inputs (e.g. "255, 255, 255").1.0.7→1.0.8; pre-commit hook auto-syncedplugins.json.Test plan
text_colorandseparator_colorfields show color-picker UI (color swatch + R/G/B number inputs)🤖 Generated with Claude Code
Summary by CodeRabbit