docs(ui): switch user-facing spelling to colour

Made-with: Cursor
This commit is contained in:
2026-03-22 00:00:12 +13:00
parent 9479d0d292
commit b7c45fd72c
6 changed files with 78 additions and 78 deletions

View File

@@ -1,6 +1,6 @@
# led-controller
LED controller web app for managing profiles, tabs, presets, and color palettes, and sending commands to LED devices over the serial -> ESP-NOW bridge.
LED controller web app for managing profiles, tabs, presets, and colour palettes, and sending commands to LED devices over the serial -> ESP-NOW bridge.
## Run
@@ -11,7 +11,7 @@ LED controller web app for managing profiles, tabs, presets, and color palettes,
## UI modes
- **Run mode**: focused control view. Select tabs/presets and apply profiles. Editing actions are hidden.
- **Edit mode**: management view. Shows Tabs, Presets, Patterns, Color Palette, and Send Presets controls, plus per-tile preset edit/remove and drag-reorder.
- **Edit mode**: management view. Shows Tabs, Presets, Patterns, Colour Palette, and Send Presets controls, plus per-tile preset edit/remove and drag-reorder.
## Profiles
@@ -21,14 +21,14 @@ LED controller web app for managing profiles, tabs, presets, and color palettes,
- Creating a profile always creates a populated `default` tab (starter presets).
- Optional **DJ tab** seeding creates:
- `dj` tab bound to device name `dj`
- starter DJ presets (rainbow, single color, transition)
- starter DJ presets (rainbow, single colour, transition)
## Preset colors and palette linking
## Preset colours and palette linking
- In preset editor, selecting a color picker value auto-adds it when the picker closes.
- Use **From Palette** to add a palette-linked preset color.
- Linked colors are stored as palette references and shown with a `P` badge.
- When profile palette colors change, linked preset colors update across that profile.
- In preset editor, selecting a colour picker value auto-adds it when the picker closes.
- Use **From Palette** to add a palette-linked preset colour.
- Linked colours are stored as palette references and shown with a `P` badge.
- When profile palette colours change, linked preset colours update across that profile.
## API docs