Show header information of the gedcom file on the side panel (#252)

* Show header information of the gedcom file on the side panel #251

* Format creation date in HEAD section
This commit is contained in:
Frank Buchholz
2026-02-13 23:55:23 +01:00
committed by GitHub
parent 24a0f336ac
commit 7c5203b263
11 changed files with 127 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ export function SidePanel({
id: 'tab.settings',
defaultMessage: 'Settings',
}),
render: () => <ConfigPanel config={config} onChange={onConfigChange} />,
render: () => <ConfigPanel gedcom={data.gedcom} config={config} onChange={onConfigChange} />,
},
];