🔧 Renames, privacy adjustments and other small enhancements

This commit is contained in:
Andrés Moya 2025-05-29 14:43:25 +02:00 committed by Andrés Moya
parent 1b3a200010
commit 8a0aa20789
18 changed files with 131 additions and 126 deletions

View file

@ -31,7 +31,7 @@
(watch [_ state _]
(let [data (dsh/lookup-file-data state)]
(->> (get data :tokens-lib)
(ctob/get-active-themes-set-tokens)
(ctob/get-tokens-in-active-sets)
(sd/resolve-tokens)
(rx/mapcat #(rx/of (end))))))))