feat(documents): bulk upload — split-panel with file switcher #329

Merged
marcel merged 46 commits from feat/issue-317-bulk-upload into main 2026-04-25 12:24:25 +02:00
Showing only changes of commit 262c792654 - Show all commits

View File

@@ -1695,7 +1695,7 @@ export interface components {
/** Format: date */ /** Format: date */
documentDate?: string; documentDate?: string;
location?: string; location?: string;
tags?: string; tagNames?: string[];
metadataComplete?: boolean; metadataComplete?: boolean;
}; };
QuickUploadResult: { QuickUploadResult: {