All deployments
Peter Theill
deployed a feature
2 months ago
2 months ago
✅ Add metrics tracking for user creation and deletion
Implement metrics tracking for user_created and user_deleted during
OmniAuth user creation and deletion processes.
💄 Update email templates for improved UIOmniAuth user creation and deletion processes.
Revamp the email templates for event notifications and welcome emails to enhance user experience and readability.
💄 Update HTML structure and improve formattingRefactor various HTML files to enhance readability and maintainability.
✨ Add our single event pricing too💄 Update event storage message for clarityEnhance the email notification to provide clearer information
about photo storage duration based on event date.
about photo storage duration based on event date.
Peter Theill
deployed a styling change
2 months ago
Peter Theill
deployed a refactoring
2 months ago
2 months ago
💄 Update medium variants for slideshow display
Remove unused slideshow variant and adjust image URL for improved
consistency in the slideshow view.
♻️ Refactor media count update in BroadcastNewMediumJobconsistency in the slideshow view.
Change the media count retrieval to use the correct method for better
clarity and consistency in the code.
clarity and consistency in the code.
Peter Theill
deployed a feature
2 months ago
2 months ago
💄 Update sticky navigation bar z-index
Increase z-index for sticky navigation bar to ensure it overlays content properly.
💄 Update preserved event message for clarityChange the displayed message to include the event name for better
user understanding of preserved events.
✨ Introduce token-based login featureuser understanding of preserved events.
Add support for token-based login via email links, allowing users to
authenticate securely without needing to log in first. Includes
associated methods in User model and tests for functionality.
💄 Update styling for deletion queued emailauthenticate securely without needing to log in first. Includes
associated methods in User model and tests for functionality.
Adjust padding and remove unnecessary border for improved layout and consistency.
💄 Update UI colors for event preservationChange UI elements from teal to emerald for a more cohesive color scheme.
💄 Update event preservation pricing and UIAdjust event preservation price to $29 and update related UI elements
to reflect the new pricing in emails and views.
🍱 Add apple touch icon for improved brandingto reflect the new pricing in emails and views.
Introduce a new apple touch icon image to enhance the application's visual identity on iOS devices.
⬆️ Upgrade Ruby setup action to v1.286.0Update Ruby setup action in CI and deploy workflows for improved
compatibility and performance.
compatibility and performance.
Peter Theill
deployed a feature
2 months ago
2 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.