Display images in details panel fromm gedzip files

This commit is contained in:
Przemek Więch
2026-05-17 22:09:10 +02:00
parent 708d26d561
commit a9cd34684c
20 changed files with 610 additions and 98 deletions

View File

@@ -31,7 +31,12 @@ export function SidePanel({
defaultMessage: 'Info',
}),
render: () => (
<Details gedcom={data.gedcom} indi={selectedIndiId} config={config} />
<Details
gedcom={data.gedcom}
indi={selectedIndiId}
config={config}
images={data.images}
/>
),
},
{