mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
add room editor dialog
This commit is contained in:
parent
f809ab40b7
commit
7698d17ed3
11 changed files with 207 additions and 81 deletions
|
@ -17,6 +17,7 @@ const BorisPage: VFC = observer(() => {
|
|||
const { node, isLoading, update } = useLoadNode(BORIS_NODE_ID);
|
||||
|
||||
const onShowImageModal = useImageModal();
|
||||
|
||||
const {
|
||||
onLoadMoreComments,
|
||||
onDelete: onDeleteComment,
|
||||
|
@ -26,6 +27,7 @@ const BorisPage: VFC = observer(() => {
|
|||
isLoading: isLoadingComments,
|
||||
isLoadingMore,
|
||||
} = useNodeComments(BORIS_NODE_ID);
|
||||
|
||||
const { title, stats, isLoadingStats } = useBoris(comments);
|
||||
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue