mirror of
https://github.com/penpot/penpot.git
synced 2025-02-01 11:59:17 -05:00
Remove legacy
This commit is contained in:
parent
c6770f43c7
commit
f5c122b0db
2 changed files with 1 additions and 4 deletions
|
@ -478,9 +478,6 @@
|
||||||
(def workspace-active-set-ids
|
(def workspace-active-set-ids
|
||||||
(l/derived wtts/get-active-set-ids st/state))
|
(l/derived wtts/get-active-set-ids st/state))
|
||||||
|
|
||||||
(def workspace-ordered-token-themes-OLD
|
|
||||||
(l/derived wtts/get-workspace-ordered-themes st/state))
|
|
||||||
|
|
||||||
(def workspace-ordered-token-sets
|
(def workspace-ordered-token-sets
|
||||||
(l/derived
|
(l/derived
|
||||||
(fn [data]
|
(fn [data]
|
||||||
|
|
|
@ -200,7 +200,7 @@
|
||||||
|
|
||||||
(mf/defc themes-sidebar
|
(mf/defc themes-sidebar
|
||||||
[_props]
|
[_props]
|
||||||
(let [ordered-themes (mf/deref refs/workspace-ordered-token-themes-OLD)]
|
(let [ordered-themes (mf/deref refs/workspace-token-themes)]
|
||||||
[:div {:class (stl/css :theme-sidebar)}
|
[:div {:class (stl/css :theme-sidebar)}
|
||||||
[:span {:class (stl/css :themes-header)} "Themes"]
|
[:span {:class (stl/css :themes-header)} "Themes"]
|
||||||
[:div {:class (stl/css :theme-select-wrapper)}
|
[:div {:class (stl/css :theme-select-wrapper)}
|
||||||
|
|
Loading…
Add table
Reference in a new issue