Deployments for https://knipsmig.com

Peter Theill
Peter Theill 
deployed a feature 16 days ago
16 days ago
✨ Introduce Rails Pulse performance monitoring
Add configuration, database tables, and routes for Rails Pulse to monitor
application performance, including job tracking, request metrics, and
query analysis.
Co-authored-by: Copilot <copilot@github.com>
🎨 Update middleware configuration for multipart requests
Add RejectBadMultipartRequests middleware to handle malformed
multipart requests and update autoload_lib ignore list.
Peter Theill
Peter Theill 
deployed a feature 17 days ago
17 days ago
⬆️ Upgrade Puma to version 8.0.0
Update the Puma gem version in the Gemfile and Gemfile.lock to ensure
compatibility with the latest features and improvements.
⬆️ Upgrade Rails and dependencies to 8.1.3
Update Gemfile and Gemfile.lock to use Rails version 8.1.3 and
ensure all related dependencies are aligned with the new version.
💄 Update redirect path for event preservation
Change the redirect path to include a celebration parameter for improved user experience.
♻️ Refactor stripe_product_image_url method
Update the method to return a dedicated Stripe product image URL and
remove unused code for fetching the first image from an event.
💄 Various tweaks
Co-authored-by: Copilot <copilot@github.com>
✨ Add statement descriptor for payment intents
Include "KNIPSMIG" as the statement descriptor in payment intent data
for contributions and lifetime access to enhance transaction clarity.
Peter Theill
Peter Theill 
deployed a styling change 21 days ago
21 days ago
💄 Update rating display in review request email
Enhance the rating section with star colors and labels for better
user feedback experience.
🌐 Add locale column to users table
Introduce a new column to store user locale information for
internationalization support.
Peter Theill
Peter Theill 
deployed a feature 23 days ago
23 days ago
✨ Introduce confetti effect for smaller screens
Ensure confetti effect triggers on devices with width less than 768px.
Peter Theill
Peter Theill 
deployed a bug fix 23 days ago
23 days ago
🐛 Fix EXIF orientation detection in Vips image analyzer
Update the ROTATIONS regex to correctly handle image orientations that
involve width/height swaps, ensuring accurate EXIF data processing.
Peter Theill
Peter Theill 
deployed a styling change 23 days ago
23 days ago
💄 Update user greeting to use first name
Change the welcome message to display the user's first name instead of the full name for a more personalized experience.
✨ Introduce confetti effect for event uploads
Add a confetti animation that triggers when users upload photos, enhancing
the user experience and engagement on the event dashboard.
💄 Update join page styling and text
Enhance the visual design of the join page and clarify the sign-in message.
Peter Theill
Peter Theill 
deployed a feature 24 days ago
24 days ago
✨ Introduce email timeline for event notifications
Add a section to display timestamps for various emails sent regarding
the event, enhancing visibility of communication history.
✨ Introduce preservation nudge feature
Add functionality to send preservation nudge emails to event owners
after their events. Includes new job, mailer methods, views, and
tests to ensure proper operation and coverage.
Peter Theill
Peter Theill 
deployed a styling change 24 days ago
24 days ago
💄 Update preservation nudge UI and messaging
Enhance the styling and content of the preservation nudge for better
user engagement and clarity on photo preservation.
💄 Update QR code sharing heading style
Refine the heading for QR code photo sharing by removing the dash for improved clarity.
✨ Introduce guest download URL in deletion emails
Add a guest download link for photos in the deletion queued email
templates and update photo fan transformations to support a spread
parameter for better layout control.
✨ Add payment intent metadata for event actions
Include event ID, user ID, type, and source in payment intent data
for contributions, event preservations, guest downloads, and
lifetime access actions.
💄 Update UI text and manage media links
Refine download section headings and enhance email URLs for better
user experience and clarity.
💄 Update styling for media preview section
Remove color styling from the media preview text for a cleaner look.
Peter Theill
Peter Theill 
deployed a styling change 24 days ago
24 days ago
💄 Update headings and descriptions for SEO
Refine text in wedding app and collage maker pages for clarity and
improved user engagement.
Peter Theill
Peter Theill 
deployed a feature 27 days ago
27 days ago
✨ Introduce undownloaded events feature
Add functionality to filter and display events that are queued for
deletion but have not been downloaded. Update relevant views and
controllers to support this new feature.
✨ Introduce undownloaded events feature
Add a new route and view for displaying events queued for deletion
that have not been downloaded. Update event deletion logic to
reflect a 30-day retention period before actual deletion.
♻️ Refactor event archival and deletion logging
Optimize event deletion and archival methods by removing unnecessary
count increments and improving logging messages for clarity.
💄 Update days remaining display in email templates
Use pluralization for days remaining to enhance clarity in user notifications.