Add selected sets UI

This commit is contained in:
Florian Schroedl 2024-08-16 11:44:41 +02:00
parent 0f95ddef8f
commit c2a045ad5b
3 changed files with 27 additions and 7 deletions

View file

@ -240,6 +240,12 @@
st/state
=))
(def workspace-active-theme-id
(l/derived wtts/update-theme-id st/state))
(def workspace-token-themes
(l/derived wtts/get-workspace-themes-index st/state))
(def workspace-ordered-token-themes
(l/derived wtts/get-workspace-ordered-themes st/state))