mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
fix(css): update css
This commit is contained in:
@@ -104,13 +104,6 @@
|
|||||||
(notification/show! "Failed to updated project name." :failed))))))
|
(notification/show! "Failed to updated project name." :failed))))))
|
||||||
:background "green")]
|
:background "green")]
|
||||||
|
|
||||||
[:div.cp__publishing-pj-bt
|
|
||||||
(ui/button
|
|
||||||
(t :publishing/cancel)
|
|
||||||
:on-click (fn [e]
|
|
||||||
(util/stop e)
|
|
||||||
(reset! editor-state :display))
|
|
||||||
:background "pink")]
|
|
||||||
[:div.cp__publishing-pj-bt
|
[:div.cp__publishing-pj-bt
|
||||||
(ui/button
|
(ui/button
|
||||||
(t :publishing/delete)
|
(t :publishing/delete)
|
||||||
@@ -130,7 +123,14 @@
|
|||||||
(page-handler/page-add-properties! page-name {:published false})))
|
(page-handler/page-add-properties! page-name {:published false})))
|
||||||
(state/remove-current-project)
|
(state/remove-current-project)
|
||||||
(notification/show! "Delete project successful." :success))))))
|
(notification/show! "Delete project successful." :success))))))
|
||||||
:background "red")]])))
|
:background "pink")]
|
||||||
|
|
||||||
|
[:div.cp__publishing-pj-bt
|
||||||
|
(ui/button
|
||||||
|
(t :publishing/cancel)
|
||||||
|
:on-click (fn [e]
|
||||||
|
(util/stop e)
|
||||||
|
(reset! editor-state :display)))]])))
|
||||||
|
|
||||||
(rum/defcs my-publishing
|
(rum/defcs my-publishing
|
||||||
< rum/reactive db-mixins/query
|
< rum/reactive db-mixins/query
|
||||||
|
|||||||
Reference in New Issue
Block a user