Deployments for https://knipsmig.com

Peter Theill
Peter Theill 
deployed a feature about 2 months ago
about 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 clarity
Change the displayed message to include the event name for better
user understanding of preserved events.
✨ Introduce token-based login feature
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 email
Adjust padding and remove unnecessary border for improved layout and consistency.
💄 Update UI colors for event preservation
Change UI elements from teal to emerald for a more cohesive color scheme.
💄 Update event preservation pricing and UI
Adjust 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 branding
Introduce a new apple touch icon image to enhance the application's visual identity on iOS devices.
⬆️ Upgrade Ruby setup action to v1.286.0
Update Ruby setup action in CI and deploy workflows for improved
compatibility and performance.
Peter Theill
Peter Theill 
deployed a feature about 2 months ago
about 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 creation
Remove timing logs around media record creation to streamline the upload process.
♻️ Refactor file upload and slideshow controllers
Remove debug logs and clean up whitespace for improved code readability.
💄 Enhance media upload preview animations
Add smooth transition effects for video and image previews during upload.
✨ Enhance media upload preview handling
Improve 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 model
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 creation
Eliminate Turbo Stream handling in favor of JSON responses for better API consistency.
✨ Enhance media upload process with bulk handling
Implement bulk processing for media uploads, improving performance and
error handling by verifying signatures and validating file types
before insertion.
✨ Introduce caption feature for media uploads
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.
Peter Theill
Peter Theill 
deployed a feature about 2 months ago
about 2 months ago
✨ Update event URL handling in event preservation controller
Refactor return URL generation in the event preservations controller to use `event_path` instead of `event_url` for consistency. Update test assertions to reflect this change, ensuring proper redirection to the event path after preservation actions.
Peter Theill
Peter Theill 
deployed a feature about 2 months ago
about 2 months ago
✨ Simplify event preservation conditions and enhance UI elements
Refactor event preservation checks in the dashboard and index views to remove unnecessary conditions. Update the styling of the preservation indicators for better visual appeal and consistency. Adjust header dropdown shadow for improved aesthetics.
✨ Enhance event preservation flow and UI
Add return URL handling for event preservation to improve user experience during payment processes. Update event preservation descriptions and button labels for clarity. Refactor the event preservation view to enhance layout and responsiveness, including dynamic content updates via Turbo Streams. Introduce a refund policy section in the pricing page to boost user confidence. Adjust various UI elements for better visual consistency across event-related views.
Peter Theill
Peter Theill 
deployed a feature about 2 months ago
about 2 months ago
♻️ Refactor owner uploads and slideshow controllers
Remove unused section management logic from the owner uploads controller to streamline functionality. Enhance the slideshow controller by adding queue size management, improving media transition animations, and implementing keyboard shortcuts for better user experience. Update the slideshow view to reflect these changes, including a centered queue display and QR code toggle functionality.
✨ Enhance event type handling in event updates
Add event type label to JSON response in events controller for better clarity. Implement a helper method to generate event type labels for questions, and update the date question label dynamically in the frontend based on the event type. Adjust the dashboard view to display the personalized question text.
Peter Theill
Peter Theill 
deployed a styling change about 2 months ago
about 2 months ago
💄 Refine layout and grid structure in event upload view
Adjust the layout of the event upload page by removing unnecessary max-width constraints and modifying the media grid column count for improved responsiveness and visual consistency.
Peter Theill
Peter Theill 
deployed a refactoring about 2 months ago
about 2 months ago
✨ Add IP address tracking to media uploads
Include the uploader's IP address in the media records for better
tracking and analytics.
♻️ Refactor thumbnail creation logic
Simplify thumbnail generation by using pre-generated representations
and remove redundant video thumbnail handling code.
Peter Theill
Peter Theill 
deployed a feature about 2 months ago
about 2 months ago
✨ Add uploader display feature
Implement functionality to show uploader names or count in event views.
Peter Theill
Peter Theill 
deployed a styling change about 2 months ago
about 2 months ago
💄 Update button border color in header
Change the Google sign-in button border color for improved UI consistency.
💄 Update layout and positioning of SVG elements
Adjust the overflow and positioning of SVG elements for improved visual
consistency and responsiveness in the home page layout.
💄 Update button rendering in header
Refactor Google sign-in button rendering for improved clarity and maintainability.
Peter Theill
Peter Theill 
deployed a feature about 2 months ago
about 2 months ago
✨ Add cover image generation feature
Implement background job for generating cover images and add status
polling for the generation process. Update blog post model to track
generation status and prompts.