mirror of
https://github.com/penpot/penpot.git
synced 2026-06-15 20:02:17 +00:00
🎉 Add flyout and semantic improvements to main toolbar
This commit is contained in:
parent
b0a2cbd3e2
commit
8cc99f80a5
@ -24,7 +24,6 @@
|
||||
[app.util.i18n :refer [tr]]
|
||||
[app.util.timers :as ts]
|
||||
[okulary.core :as l]
|
||||
[potok.v2.core :as ptk]
|
||||
[rumext.v2 :as mf]))
|
||||
|
||||
(def ^:private toolbar-hidden-ref
|
||||
@ -221,8 +220,8 @@
|
||||
display-plugins-manager (mf/use-fn
|
||||
(fn []
|
||||
(st/emit!
|
||||
(ptk/data-event ::ev/event {::ev/name "open-plugins-manager"
|
||||
::ev/origin "workspace:toolbar"})
|
||||
(ev/event {::ev/name "open-plugins-manager"
|
||||
::ev/origin "workspace:toolbar"})
|
||||
(modal/show :plugin-management {}))))
|
||||
toggle-debug-panel (mf/use-fn
|
||||
(mf/deps layout)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user