🎉 Add flyout and semantic improvements to main toolbar

This commit is contained in:
Xavier Julian 2026-05-11 13:38:32 +02:00 committed by Luis de Dios
parent b0a2cbd3e2
commit 8cc99f80a5

View File

@ -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)