Merge branch 'master' into feat/db

This commit is contained in:
charlie
2024-02-06 14:13:57 +08:00
72 changed files with 2288 additions and 2083 deletions

View File

@@ -85,6 +85,7 @@
(state/get-current-repo)
(:db/id page-entity)
:page))]
;; TODO: move to standalone component
(shui/context-menu
(shui/context-menu-trigger
[:a.flex.items-center
@@ -707,11 +708,7 @@
links (state/sub :custom-context-menu/links)
position (state/sub :custom-context-menu/position)]
(when (and show? links position)
(ui/css-transition
{:class-names "fade"
:timeout {:enter 500
:exit 300}}
(render-custom-context-menu links position)))))
(render-custom-context-menu links position))))
(rum/defc new-block-mode < rum/reactive
[]