Add dropdown button

This commit is contained in:
Florian Schroedl 2024-09-10 14:33:45 +02:00
parent 27409f43d2
commit d54c5476d8
5 changed files with 41 additions and 5 deletions

View file

@ -244,6 +244,9 @@
[id]
(l/derived #(wtts/get-workspace-theme id %) st/state))
(def workspace-token-theme-groups
(l/derived wtts/get-workspace-theme-groups st/state))
(def workspace-active-theme-ids
(l/derived wtts/get-active-theme-ids st/state))