Add support for loading files from Google Drive

#vibecoded
This commit is contained in:
Przemek Więch
2026-05-19 00:38:16 +02:00
parent 60e076fca1
commit 55a1626cf4
26 changed files with 2005 additions and 107 deletions

View File

@@ -7,6 +7,7 @@ export enum DataSourceEnum {
GEDCOM_URL,
WIKITREE,
EMBEDDED,
GOOGLE_DRIVE,
}
/** Source specification together with individual selection. */