agent-ecosystem/src/renderer/components/team/attachments
iliya b20b69066e feat(attachments): expand file support and enhance attachment handling
- Added support for additional attachment types: PDF and plain text.
- Updated the TeamProvisioningService to handle new attachment types with appropriate content blocks.
- Enhanced AttachmentDisplay and AttachmentPreview components to differentiate between image and non-image files.
- Modified DropZoneOverlay and SendMessageDialog to reflect changes in file handling and messaging.
- Improved user experience by allowing file previews for non-image attachments and updating error messages accordingly.
- Refactored attachment validation logic to categorize unsupported files and handle them gracefully.
2026-03-23 17:24:48 +02:00
..
AttachmentDisplay.tsx feat(attachments): expand file support and enhance attachment handling 2026-03-23 17:24:48 +02:00
AttachmentPreviewItem.tsx feat(attachments): expand file support and enhance attachment handling 2026-03-23 17:24:48 +02:00
AttachmentPreviewList.tsx feat(attachments): expand file support and enhance attachment handling 2026-03-23 17:24:48 +02:00
AttachmentThumbnail.tsx feat: add/remove member, mesage box, improve ui... 2026-02-24 14:17:03 +02:00
DropZoneOverlay.tsx feat(attachments): expand file support and enhance attachment handling 2026-03-23 17:24:48 +02:00
ImageLightbox.tsx style: auto-fix import/export sorting and formatting 2026-03-16 20:48:42 +02:00
SourceMessageAttachments.tsx feat: enhance attachment handling and metadata management 2026-03-17 13:53:29 +02:00