mirror of
https://github.com/docmost/docmost.git
synced 2025-11-19 02:41:12 +10:00
Updates to sidebar tree
* Maintain tree open state on route change and return * Load page tree ancestors and their children when a page is accessed directly * Show correct breadcrumb path * Add emoji to breadcrumbs * Backend api to get page breadcrumbs/ancestors
This commit is contained in:
@ -18,7 +18,7 @@ import { updateTreeNodeName } from "@/features/page/tree/utils";
|
||||
|
||||
export interface TitleEditorProps {
|
||||
pageId: string;
|
||||
title: any;
|
||||
title: string;
|
||||
}
|
||||
|
||||
export function TitleEditor({ pageId, title }: TitleEditorProps) {
|
||||
|
||||
Reference in New Issue
Block a user