Skip to content

CONV-101: Add color field renderer#109

Merged
menvil merged 1 commit into
developfrom
feature/CONV-101-add-color-field-renderer
May 31, 2026
Merged

CONV-101: Add color field renderer#109
menvil merged 1 commit into
developfrom
feature/CONV-101-add-color-field-renderer

Conversation

@menvil

@menvil menvil commented May 31, 2026

Copy link
Copy Markdown
Owner

CONV-101 — Add Color Field Renderer

Per-type renderer for color fields (needed for PNG→JPG transparency background).

  • Native <input type=color> plus a hex text input, both bound to options.{key}.

Tests

  • color field renders label, native + hex inputs, bindings present

composer test (212), lint, build pass.

🤖 Generated with Claude Code


Summary by cubic

Adds a per-type color field renderer in the dashboard converter so users can set a background color for PNG→JPG conversions with transparency. Fulfills CONV-101.

  • New Features
    • Renders label, optional help, a native , and a hex text field.
    • Both inputs bind to options.{key} via wire:model.live (hex debounced 300ms).
    • Feature tests verify rendering and bindings.

Written for commit 90fe6c9. Summary will update on new commits.

Review in cubic

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@menvil menvil merged commit afcf0b3 into develop May 31, 2026
@menvil menvil deleted the feature/CONV-101-add-color-field-renderer branch May 31, 2026 17:21
@coderabbitai

coderabbitai Bot commented May 31, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (1)
  • release

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: d91cc5d8-f33b-465f-9512-bc3e329965ca

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/CONV-101-add-color-field-renderer

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.

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