diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-15 23:40:32 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-15 23:40:32 -0500 |
| commit | abfec5f0179096a69e54a4a8d60306f6f0b97b22 (patch) | |
| tree | 614b77aac267ece30df442ac29b7cf6ae353a58a /todo.org | |
| parent | 8bbb56c44be2120d68bac2a45203b5dc488c8399 (diff) | |
| download | dotemacs-abfec5f0179096a69e54a4a8d60306f6f0b97b22.tar.gz dotemacs-abfec5f0179096a69e54a4a8d60306f6f0b97b22.zip | |
refactor(theme-studio): drop the too-similar-colors warning box
The warning box under the palette wasn't useful there; the same ΔE info is reachable per-chip via the nearest-ΔE tooltip and inline contrast. Remove renderPaletteWarnings, the #palwarn element, its CSS, and the #deltatest gate. paletteWarnings still runs for the per-chip nearest distance.
Diffstat (limited to 'todo.org')
| -rw-r--r-- | todo.org | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2812,7 +2812,9 @@ The calibre package preview has no elements to theme in the search list, and col Pull the music-config faces out to the theme (the config no longer defines faces directly): playlist name, status (paused, etc.), two mode colors per "button" (on vs off), a per-key symbol+text color, and a color for all other labels. Pairs with the 2026-06-14 face-stripping work (music-config faces were removed there and are currently undefined until the theme defines them). From the roam inbox 2026-06-15. ** TODO [#C] music: show song information in the modeline :feature: Show basic song information in the modeline, with streaming-source support too. Write a spec for this one first. From the roam inbox 2026-06-15. -** TODO [#C] theme-studio: drop the too-similar-colors message below the palette :refactor:studio:next: +** DONE [#C] theme-studio: drop the too-similar-colors message below the palette :refactor:studio:next: +CLOSED: [2026-06-15 Mon] +Removed the renderPaletteWarnings box (function, #palwarn element, .palwarn CSS) and its #deltatest browser gate. The per-chip nearest-ΔE tooltip stays (paletteWarnings still computes `nearest`), so the same info remains reachable inline. Remove the too-similar-colors warning under the palette display. It isn't useful there; the same information is reachable per-assignment through the inline contrast field. From the roam inbox 2026-06-15. ** CANCELLED [#C] theme-studio: raise the max color spans to 5 :feature:studio: CLOSED: [2026-06-15 Mon 22:52] |
