Skip to content

CONV-102: Add number and range field renderer#110

Merged
menvil merged 1 commit into
developfrom
feature/CONV-102-add-number-and-range-field-renderer
May 31, 2026
Merged

CONV-102: Add number and range field renderer#110
menvil merged 1 commit into
developfrom
feature/CONV-102-add-number-and-range-field-renderer

Conversation

@menvil

@menvil menvil commented May 31, 2026

Copy link
Copy Markdown
Owner

CONV-102 — Add Number And Range Field Renderer

Per-type renderers for number and range fields so the schema can support future width/height/quality/compression options.

  • number: min/max/step, bound via debounced wire:model.live.
  • range: min/max/step with a live current-value readout.

Tests

  • number + range render with bounds and bindings
  • unsupported field type still shows controlled fallback

composer test (214), lint, build pass.

🤖 Generated with Claude Code


Summary by cubic

Adds per-type renderers for number and range fields with min/max/step and live bindings. Supports CONV-102 by enabling schema-driven width, height, quality, and compression options.

  • New Features
    • number field: min/max/step, debounced wire:model.live binding to options.{key}.
    • range field: min/max/step, live value readout, wire:model.live binding.
    • Fallback UI for unsupported field types.

Written for commit 77b691c. Summary will update on new commits.

Review in cubic

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@menvil menvil merged commit 2de56c0 into develop May 31, 2026
@menvil menvil deleted the feature/CONV-102-add-number-and-range-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: 215f9b58-acbc-401e-a08a-bbfa7084f91b

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-102-add-number-and-range-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