feat(breadcrumb/note_info): get basic dropdown

This commit is contained in:
Elian Doran
2025-12-11 00:18:56 +02:00
parent 19b32dd3a6
commit 2e44397c88
3 changed files with 36 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ import FNote from "../../entities/fnote";
const isNewLayout = isExperimentalFeatureEnabled("new-layout");
export default function NoteInfoTab({ note }: TabContext) {
export default function NoteInfoTab({ note }: { note: FNote | null | undefined }) {
const { isLoading, metadata, noteSizeResponse, subtreeSizeResponse, requestSizeInfo } = useNoteMetadata(note);
return (