feat: calendar invitations RSVP, trust assessment, file preview

This commit is contained in:
Linus Rath
2026-03-16 22:00:11 +01:00
parent cde1d61d02
commit 0f5d030d5f
32 changed files with 21143 additions and 279 deletions
+2 -2
View File
@@ -452,8 +452,8 @@ export default function FilesPage() {
<FilePreviewModal
name={previewFile}
onClose={() => setPreviewFile(null)}
onDownload={handleDownload}
getFileContent={getFileContent}
onDownload={() => handleDownload(previewFile)}
getFileContent={() => getFileContent(previewFile)}
/>
)}