Skip to content

fix(news): add color-picker widget annotation, bump to v1.0.8 - #167

Merged
ChuckBuilds merged 3 commits into
mainfrom
fix/news-ticker-color-picker-schema
Jul 6, 2026
Merged

fix(news): add color-picker widget annotation, bump to v1.0.8#167
ChuckBuilds merged 3 commits into
mainfrom
fix/news-ticker-color-picker-schema

Conversation

@ChuckBuilds

@ChuckBuilds ChuckBuilds commented Jun 26, 2026

Copy link
Copy Markdown
Owner

Summary

  • Added "x-widget": "color-picker" to text_color and separator_color in config_schema.json so the config UI renders proper RGB color pickers instead of raw comma-separated text inputs (e.g. "255, 255, 255").
  • Bumped version 1.0.71.0.8; pre-commit hook auto-synced plugins.json.

Test plan

  • Open News Ticker plugin config page → text_color and separator_color fields show color-picker UI (color swatch + R/G/B number inputs)
  • Change a color → Save → success, color persists on reload

🤖 Generated with Claude Code

Summary by CodeRabbit

  • New Features
    • Added color picker controls for the News plugin’s text and separator color settings, making them easier to customize.
    • Updated the News plugin to version 1.0.8.

@coderabbitai

coderabbitai Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Warning

Review limit reached

@ChuckBuilds, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 47 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

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 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 configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 9a8df0a9-9022-4c87-97a0-950d54642a52

📥 Commits

Reviewing files that changed from the base of the PR and between 7599ea2 and 7fba19a.

📒 Files selected for processing (1)
  • plugins/news/manifest.json
📝 Walkthrough

Walkthrough

This PR bumps the News plugin's version from 1.0.7 to 1.0.8 in plugins.json and plugins/news/manifest.json (with a new version history entry), and adds x-widget: "color-picker" UI metadata to the text_color and separator_color fields in plugins/news/config_schema.json.

Changes

News plugin metadata

Layer / File(s) Summary
Config UI metadata and version bump
plugins/news/config_schema.json, plugins/news/manifest.json, plugins.json
Adds x-widget: "color-picker" to text_color and separator_color RGB fields, and bumps the News plugin version from 1.0.7 to 1.0.8 with a new version history entry.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: adding color-picker annotations for news config fields and bumping the plugin to v1.0.8.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/news-ticker-color-picker-schema

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.

@codacy-production

codacy-production Bot commented Jun 26, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@ChuckBuilds

Copy link
Copy Markdown
Owner Author

@coderabbitai review

@coderabbitai

coderabbitai Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor
✅ Action performed

Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

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>
@ChuckBuilds
ChuckBuilds force-pushed the fix/news-ticker-color-picker-schema branch from 4144e29 to 28bc49d Compare June 26, 2026 02:07
@ChuckBuilds

Copy link
Copy Markdown
Owner Author

@coderabbitai review

@coderabbitai

coderabbitai Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor
✅ Action performed

Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

ChuckBuilds and others added 2 commits July 6, 2026 08:36
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
@ChuckBuilds
ChuckBuilds merged commit 51a32ea into main Jul 6, 2026
4 checks passed
@ChuckBuilds
ChuckBuilds deleted the fix/news-ticker-color-picker-schema branch July 6, 2026 12:56
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