Frontend parity Batch B: HSV mode, static-segment editor, EffectPicker, daily-backup setting (part of #48) #77
No reviewers
Labels
No labels
area/ai
area/backend
area/frontend
area/infra
area/scheduler
area/wled
good-first-issue
priority/high
priority/low
priority/medium
type/bug
type/chore
type/ci-cd
type/docs
type/feature
type/qa
v1.0.0
v1.1.0
v1.2.0
v2.0.0
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
rbrooks/Iris-WLED!77
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/48-frontend-parity-b"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Part of #48 (Batch B; issue stays open for Batch C).
ColorSlots.tsx; colors still stored as RGB (HSV is input-only), conversion helpers in newpanel/color.ts. 16 new conversion tests.static, Settings exposes color/effect/speed/intensity/brightness via a typedSegmentStaticConfig(persisted toSegment.static_config).api.getWledEffects()(GET /api/v1/wled/effects), gated on controller reachability, with graceful fallback to the static list + Custom-ID input.daily_backup_retain_countcontrol in Settings (from #57), matching the existingbackup_retain_countpattern.Verified via Docker (
node:22): eslint (--max-warnings 0),tsc -b, vitest (37/37),vite build— all pass.Forward-looking follow-ups (backend, not in this PR): add a
/wled/effectsproxy endpoint (to light up the live effect list — the frontend already calls it and degrades gracefully), and astatic_configconsumer inscheme_translator(the editor persists a sensible shape; nothing reads it yet). I'll fold these into a small backend task.Batch C remaining on #48: conflict handling, import-panel overhaul, gradient swatches/month backdrop, preview carousel, quick-push arbitrary-color path, un-gate presets export.
🤖 Generated with Claude Code