aboutsummaryrefslogtreecommitdiff
path: root/todo.org
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-15 23:40:32 -0500
committerCraig Jennings <c@cjennings.net>2026-06-15 23:40:32 -0500
commitabfec5f0179096a69e54a4a8d60306f6f0b97b22 (patch)
tree614b77aac267ece30df442ac29b7cf6ae353a58a /todo.org
parent8bbb56c44be2120d68bac2a45203b5dc488c8399 (diff)
downloaddotemacs-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.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/todo.org b/todo.org
index 86ee4c5b1..d3c4e09e3 100644
--- a/todo.org
+++ b/todo.org
@@ -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]