mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
enhance(ui): refactor the plugins modal with the shui dialog
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
[frontend.search :as search]
|
||||
[frontend.util :as util]
|
||||
[frontend.mixins :as mixins]
|
||||
[logseq.shui.ui :as shui]
|
||||
[electron.ipc :as ipc]
|
||||
[promesa.core :as p]
|
||||
[frontend.components.svg :as svg]
|
||||
@@ -1400,9 +1401,8 @@
|
||||
|
||||
(defn open-plugins-modal!
|
||||
[]
|
||||
(state/set-modal!
|
||||
(fn [_close!]
|
||||
(plugins-page))
|
||||
(shui/dialog-open!
|
||||
(plugins-page)
|
||||
{:label "plugins-dashboard"}))
|
||||
|
||||
(defn open-waiting-updates-modal!
|
||||
|
||||
Reference in New Issue
Block a user