5 months ago
๐ Add progressive blur effect to media upload previews
Enhance the visual feedback during media uploads by applying a
progressive blur effect that reduces as the upload completes.
โก๏ธ Improve performance of media record creationprogressive blur effect that reduces as the upload completes.
Remove timing logs around media record creation to streamline the upload process.
โป๏ธ Refactor file upload and slideshow controllersRemove debug logs and clean up whitespace for improved code readability.
๐ Enhance media upload preview animationsAdd smooth transition effects for video and image previews during upload.
โจ Enhance media upload preview handlingImprove the creation and cleanup of object URLs for media uploads to
prevent memory leaks and enhance user experience during file uploads.
โจ Track media deletion metrics in Event modelprevent memory leaks and enhance user experience during file uploads.
Add before_destroy callback to track media deletion metrics
before cascading deletes. Update tests to verify correct metric
tracking for media creation and deletion.
๐ฅ Remove Turbo Stream responses from media creationbefore cascading deletes. Update tests to verify correct metric
tracking for media creation and deletion.
Eliminate Turbo Stream handling in favor of JSON responses for better API consistency.
โจ Enhance media upload process with bulk handlingImplement bulk processing for media uploads, improving performance and
error handling by verifying signatures and validating file types
before insertion.
โจ Introduce caption feature for media uploadserror handling by verifying signatures and validating file types
before insertion.
Add caption input to the upload panel, update media model to store captions,
and implement bulk update functionality for captions. Enhance UI to display
captions in the lightbox and during uploads.
and implement bulk update functionality for captions. Enhance UI to display
captions in the lightbox and during uploads.