fix: A1-9 replace native color input with 17-preset colour picker popover + custom hex

This commit is contained in:
2026-05-29 09:28:57 +02:00
parent 1f645f6e5e
commit 5b21dcb17d
8 changed files with 237 additions and 5 deletions

View File

@@ -241,7 +241,8 @@ defmodule BDS.Desktop.ShellLiveTest do
edit_draft: %{"name" => "news", "color" => "#3b82f6", "post_template_slug" => ""},
selected: ["news", "updates"],
merge_target: "news",
templates: [%{slug: "post-template", title: "Post Template"}]
templates: [%{slug: "post-template", title: "Post Template"}],
colour_presets: BDS.Desktop.ShellLive.TagsEditor.colour_presets()
}
}
end