Deployments for https://knipsmig.com

Peter Theill
Peter Theill 
deployed a performance improvement 12 days ago
12 days ago
🔍️ Enhance SEO pages and UI elements
Update various SEO-related pages with improved text, styling, and
functionality. Introduce a development-only SEO pages index for easier
navigation and testing.
Peter Theill
Peter Theill 
deployed a feature 13 days ago
13 days ago
✨ Introduce photo booth feature
Add a new photo booth route and controller for capturing and uploading photos.
Update dashboard and layout to support the new feature.
💄 Update user lifetime display styling
Enhance the UI for lifetime users by adding a timestamp and improving the layout.
Peter Theill
Peter Theill 
deployed a feature 14 days ago
14 days ago
✨ Introduce sort order cycling in slideshow
Add functionality to cycle through media sort orders using the 'S' key.
Co-authored-by: Copilot <copilot@github.com>
✨ Introduce media sorting options in slideshow
Add sorting functionality for media items based on various criteria
such as added date and capture date, enhancing user experience in
the slideshow feature.
💄 Update archived events UI and count display
Enhance the header styling and update the displayed count of archived
events to reflect the total count instead of the current list size.
Co-authored-by: Copilot <copilot@github.com>
Peter Theill
Peter Theill 
deployed a feature 15 days ago
15 days ago
✨ Introduce guest access control feature
Update event permissions to allow hosts to control guest actions:
view and upload, view only, or upload only. This enhances user
experience and privacy management for event sharing.
Co-authored-by: Copilot <copilot@github.com>
💄 Add dismiss button to preservation nudge
Enhance the UI by adding a dismiss button to the preservation nudge bar.
Co-authored-by: Copilot <copilot@github.com>
Peter Theill
Peter Theill 
deployed a feature 15 days ago
15 days ago
🗃️ Add covering index to metrics table
Introduce a new index on the metrics table to improve query performance
by including the count column.
Peter Theill
Peter Theill 
deployed a styling change 16 days ago
16 days ago
🎨 Improve code formatting and style consistency
Refactor Gemfile and middleware for better readability and maintainability.
Peter Theill
Peter Theill 
deployed a styling change 16 days ago
16 days ago
💄 Update media sorting options
Enhance the dropdown for media sorting by adding options for oldest
and newest dates for both added and captured media.
Co-authored-by: Copilot <copilot@github.com>
Peter Theill
Peter Theill 
deployed a feature 16 days ago
16 days ago
✨ Add guest downloads to archived events
Introduce associations for guest downloads to archived events and
update related logic for transferring downloads during event archival.
Peter Theill
Peter Theill 
deployed a security update 16 days ago
16 days ago
🔥 Remove caching from medium partial
Eliminate unnecessary cache block to simplify rendering logic.
Co-authored-by: Copilot <copilot@github.com>
🚸 Scroll to uploading placeholders
Ensure the user can see the uploading placeholders during file uploads.
Peter Theill
Peter Theill 
deployed a performance improvement 16 days ago
16 days ago
🎨 Define MEDIA_EAGER_LOAD for media queries
Refactor media loading to improve performance and maintainability.
Co-authored-by: Copilot <copilot@github.com>
🎨 Add SolidCable::TrimJob to ignored jobs list
Enhance job tracking configuration by including SolidCable::TrimJob
to the list of ignored jobs for Rails Pulse.
⚡️ Optimize media query performance
Refactor media retrieval to use joins for footer statistics, improving
performance by reducing the number of queries executed.