Media manager#2358
Conversation
- Introduced MediaFileDetail component for displaying file details and handling file downloads. - Implemented GetFileStream method in MediaFilesServiceJsInvokable to retrieve file streams. - Updated ILcmFileMetadata to include SizeInBytes property. - Enhanced IMediaFilesServiceJsInvokable interface with getFileStream method.
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
C# FwHeadless Unit Tests48 tests 48 ✅ 18s ⏱️ Results for commit e19ea6f. ♻️ This comment has been updated with latest results. |
C# Unit Tests165 tests 165 ✅ 20s ⏱️ Results for commit e19ea6f. ♻️ This comment has been updated with latest results. |
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
…d code to pull in metadata
…just icons so they dont shift the layout




Lets users view media associated with the project. Manually trigger downloading all media or upload pending.
This has highlighted an issue with our current strategy/design. Right now the metadata for media files only lives on lexbox, if the file isn't downloaded we don't even know the file name or type. It would be really nice to store the metadata with the resource, so that gets synced between clients automatically. This may require a harmony change, but there could be other ways to do this.