mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +00:00
enhance(ui): refactor the classic modal with the shui dialog
This commit is contained in:
@@ -1422,10 +1422,9 @@
|
||||
|
||||
(defn open-focused-settings-modal!
|
||||
[title]
|
||||
(state/set-sub-modal!
|
||||
(fn [_close!]
|
||||
(shui/dialog-open!
|
||||
(fn []
|
||||
[:div.settings-modal.of-plugins
|
||||
(focused-settings-content title)])
|
||||
{:center? false
|
||||
:label "plugin-settings-modal"
|
||||
{:label "plugin-settings-modal"
|
||||
:id "ls-focused-settings-modal"}))
|
||||
|
||||
Reference in New Issue
Block a user