feat: implement multi-segment PDF email attachments and add PWA mobile icons
Build and Push Multi-Platform Images / build-and-push (push) Successful in 33s

This commit is contained in:
2026-05-06 10:14:16 +02:00
parent 415f8bbcf3
commit 443ab765c9
7 changed files with 66 additions and 31 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ export const inboxApi = {
subject: string;
body: string;
html?: string;
filename?: string;
segments: { pages: number[]; filename: string }[];
},
) =>
api.post(`/api/inbox/${encodeURIComponent(id)}/send-email`, body).then(() => {}),