feat: add thumbnails and attachment viewer

This commit is contained in:
Henry
2025-11-13 21:25:29 +00:00
parent 0bf2182252
commit 313f913ba4
5 changed files with 345 additions and 22 deletions

View File

@@ -409,6 +409,14 @@ export const getWithListAndMembersByPublicId = async (
},
},
},
attachments: {
columns: {
publicId: true,
contentType: true,
s3Key: true,
originalFilename: true,
},
},
checklists: {
columns: {
publicId: true,