All deployments

Peter Theill
Peter Theill 
deployed a styling change about 2 months ago
about 2 months ago
💬 Update text in deletion warning emails
Change "photos" to "memories" for improved clarity in user communication.
💄 Update deletion warning message for clarity
Revise text to better convey the urgency of preserving the event
and the consequences of deletion.
💄 Update deletion warning email content
Enhance messaging and clarity in deletion warning and queued emails.
💄 Update download instruction text for clarity
Clarify the message regarding photo downloads to enhance user understanding.
Peter Theill
Peter Theill 
deployed a styling change about 2 months ago
about 2 months ago
💄 Update pricing page UI and content
Enhance the visual appeal and clarity of the pricing section
with improved text formatting and updated styling elements.
Peter Theill
Peter Theill 
deployed a styling change about 2 months ago
about 2 months ago
♻️ Refactor code structure for better readability
Improve organization and clarity of the codebase without changing functionality.
💄 Update subscription UI and improve text clarity
Enhance the subscription section's heading and description for better
user engagement and readability.
✨ Add Jobs layout for Mission Control
Introduce a new layout for the Jobs section in Mission Control,
including navigation and styling adjustments.
Support
Support 
deployed a bug fix about 2 months ago
Support
Support 
deployed a feature about 2 months ago
Support
Support 
deployed a feature about 2 months ago
Peter Theill
Peter Theill 
deployed a feature about 2 months ago
about 2 months ago
⬆️ Upgrade Ruby setup action to v1.287.0
Update Ruby setup action in CI and deploy workflows for improved compatibility.
✨ Introduce abandoned events deletion feature
Implement functionality to delete abandoned events older than one week
and add corresponding tests to ensure correct behavior.
✨ Introduce abandoned event scope and update filter
Add a scope for abandoned events to improve code readability and
simplify the filtering logic in the events index.
✨ Add abandoned event filter and UI
Introduce a new filter for abandoned events and update the UI to display
abandoned events with relevant information.
💄 Update labels for media and storage stats
Change "Total uploads" to "Active uploads" and "Total storage" to "Active storage" for improved clarity.
✨ Add unique device count to archived events
Introduce a new field for unique device count in archived events and
update the display in the admin view.
🐛 Refactor dropdown controller and clean up unused code
Removed unnecessary properties and methods from the dropdown controller
to streamline functionality and improve maintainability.
💄 Update typography and styling for wedding page
Refine headings and text styles for improved readability and aesthetics.
💄 Update event claim prompt and styling
Revise text for clarity and adjust padding for improved UI consistency.
💄 Update display name styling in event list
Refactor the display name section to improve clarity and maintainability.
✨ Add unique device count feature to events
Introduce a method to count unique IP addresses for media uploads and
display this information in event views and dashboards.
✨ Add event type and statistics to archived events
Include event type, subscriber count, QR scans, ZIP downloads, and last
downloaded date for enhanced event details in the archived events view.
✨ Introduce archival job for old events
Add a scheduled job to archive events ready for deletion, along with
new metrics in the database schema for tracking engagement and
subscriber data.
💄 Update deletion warning schedule to 6am
Adjust the schedule for sending deletion warnings in both development
and production environments for consistency.
Peter Theill
Peter Theill 
deployed a styling change about 2 months ago
about 2 months ago
🎨 Update media count handling in event views
Refactor media count display to use cached value and improve SQL queries
for counting photos and videos in the events controller.
Peter Theill
Peter Theill 
deployed a styling change about 2 months ago
about 2 months ago
💄 Update label styling for better readability
Adjust the font class to enhance the visual appearance of labels in the dashboard.
💄 Update button styles and improve UI elements
Refine button borders and focus states for better accessibility and visual consistency.
🎨 Improve title rendering in HTML layout
Use raw content for the title to prevent HTML escaping issues.
💄 Update glow opacity and transition duration
Adjust the opacity of the glow effect to enhance visibility and
modify the transition duration for smoother animations.
💄 Update hero section height for landscape
Adjust the hero section's height properties for better responsiveness and visual consistency.
Peter Theill
Peter Theill 
deployed a dependency update about 2 months ago
about 2 months ago
⬆️ Upgrade Rails and dependencies
Update Rails to version 8.1.2, Puma to 7.2.0, and Solid Queue to 1.3.1.
Replace Sprockets with Propshaft for asset management.
Peter Theill
Peter Theill 
deployed a refactoring about 2 months ago
about 2 months ago
🔧 Preserve Markdown formatting in diary entries
Ensure that Markdown syntax is retained exactly as written in the improved diary entries.
Peter Theill
Peter Theill 
deployed a styling change about 2 months ago
about 2 months ago
✨ Add Markdown rendering and improve entry display
Introduce `commonmarker` for Markdown support and enhance entry content
rendering in various views for better formatting and user experience.
✨ Enhance entry content formatting
Improve line ending normalization and highlight search queries in entry list.
💄 Update text area styling for entry form
Enhance focus styles for the content text area to improve UI consistency.
✨ Add support for multiple response formats
Enhance the show action to respond with HTML, Markdown, JSON, and plain text.
Peter Theill
Peter Theill 
deployed a feature about 2 months ago
about 2 months ago
✨ Add utility functions for debouncing and sampling
Introduce a debounce function to limit the rate of function calls
and a sample function to retrieve random elements from an array.
Support
Support 
deployed a feature about 2 months ago
about 2 months ago
✨ Refactor bilag page range handling ✨ Refactor bilag source formatting ✨ Simplify bilag text formatting in PDF export
Peter Theill
Peter Theill 
deployed a dependency update about 2 months ago
Support
Support 
deployed a bug fix about 2 months ago
Peter Theill
Peter Theill 
deployed a styling change about 2 months ago
about 2 months ago
✨ Introduce text rotator for event types
Add a dynamic text rotator to enhance the user experience by
cycling through event types in the description.
🔥 Remove claim expander controller and related UI elements
Eliminate the claim expander functionality from the dashboard view to simplify the user interface.
💄 Update UI elements for improved accessibility
Enhance button focus styles and adjust layout for better usability.
⬆️ Upgrade gem dependencies
Update aws-partitions, aws-sdk-s3, brakeman, prism, rubocop, and turbo-rails to their latest versions for improved functionality and security.
💄 Update UI elements for improved accessibility
Enhance button focus styles and update event headings for better
user experience and visual consistency.
🔥 Remove custom caption code from PhotoSwipe
Eliminate unused caption overlay code to streamline the PhotoSwipe implementation.
🔧 Update action mailer queue configuration
Set the deliver_later_queue_name for action mailer in both development
and production environments to improve email processing.
💄 Enhance event calendar UI and filtering
Add event type filtering and display relevant information in the calendar view.
🔧 Setup tunnel for dev
🗃️ Update data dump file
Refresh the data dump to ensure it reflects the latest changes.
🔀 Merge branch 'sign-in-with-apple' of github.com:theill/knipsmig into sign-in-with-apple
🔧 Update job queue configuration
Change the job queue for GenerateEventZipJob to 'archiving' and
update SendDeletionWarningsJob to use 'mailers' for better
organization and processing efficiency.
Merge pull request #85 from theill/copilot/sub-pr-83-again
Fix migration to remove index before dropping columns
🐛 Remove index before dropping provider columns
Add remove_index statement before removing provider and uid
columns to ensure proper migration order.
Co-authored-by: theill <6797+theill@users.noreply.github.com>
Initial plan
✅ Update index heading for blog posts
Change the heading in the index test to reflect the correct title for
better clarity and user experience.
📦️ Update data dump file
Refresh the data dump to ensure it reflects the latest changes.
💄 Update event confirmation heading
Revise the heading text for clarity and improved user engagement.
🔧 Update development server configuration
Remove the secure server option and revert to the standard port for
development to streamline the setup process.
🔧 Update job queue configuration and archive job class
Change the job queue for archiving events and update the class to reflect
the new queue name for better organization and clarity.
💄 Update sign-in options UI and remove partial
Revamp the sign-in section with new text and buttons for Google and Apple sign-in.
Remove the old sign-in options partial for cleaner code.
🐛 Refactor dropdown controller event handling
Improve event listener binding for better performance and clarity in the
dropdown controller's open and close methods.
🔧 Update CORS configuration for development
Add a new CORS configuration file for development and update the
production configuration to allow requests from localhost.
💄 Update session store configuration and UI elements
Refine session cookie settings for secure handling and enhance UI
divider elements for better visual consistency.
💄 Update event claim section UI
Enhance the claim event section with improved styling and
functionality, including sign-in options for Google and Apple.
💄 Update sign-in header and description text
Revise the welcome message and instructions for clarity and engagement.
💄 Update sign-in benefits text for clarity
Revise the text in the sign-in section to better communicate the benefits
of using the platform, enhancing user understanding.
✨ Introduce image placeholder controller
Add a Stimulus controller to handle blurred placeholder images that fade
out when the main image loads, enhancing the user experience.
💄 Update header and about section titles
Revise the main title in the about section for clarity and update the
button text in the header for improved user engagement.
💄 Update headings and labels for clarity
Revise pricing section to enhance user understanding of event options.
💄 Update header layout for better responsiveness
Refactor header structure to enhance layout flexibility and improve UI.
💄 Update icon for 'No app required' feature
Change the icon from a phone to a globe to better represent
the browser-based functionality of the feature.
✨ Introduce features page for event photo sharing
Add a comprehensive features page highlighting key functionalities
such as QR code sharing, real-time updates, unlimited uploads,
and more to enhance user engagement and understanding of the
platform's capabilities.
💄 Add bounce-left animation and update UI
Introduce a new bounce-left animation and apply it to the sign-in prompt
for improved visual feedback in the upload form.
💄 Refactor event index and photo fan views
Simplify event loading and enhance photo display with attached files.
✨ Introduce Apple sign-in and update UI
Add support for Apple sign-in alongside Google, update related UI elements,
and improve user experience with new sign-in options. Also, refactor
authentication logic and enhance metrics tracking for user sign-ins.
✅ Add lifetime activated email tests
Introduce tests for the lifetime activated email, ensuring it is sent
correctly, contains the right subject, user greeting, profile URL,
and shows the correct events count.
Support
Support 
deployed a feature about 2 months ago
Support
Support 
deployed a feature about 2 months ago
Support
Support 
deployed a feature about 2 months ago