feat: links panel

This commit is contained in:
Peng Xiao
2022-11-20 16:11:12 +08:00
parent c426c21004
commit 4e63a82d27
12 changed files with 366 additions and 122 deletions

View File

@@ -31,7 +31,11 @@
(rum/defc breadcrumb
[props]
(block/breadcrumb {:preview? true} (state/get-current-repo) (uuid (gobj/get props "blockId")) {:end-separator? true}))
(block/breadcrumb {:preview? true}
(state/get-current-repo)
(uuid (gobj/get props "blockId"))
{:end-separator? true
:level-limit (gobj/get props "levelLimit" 3)}))
(rum/defc page-name-link
[props]