All deployments

Peter Theill
Peter Theill 
deployed a new feature 12 days ago
12 days ago
🎉 Initialize Typing Trainer project
Add the initial HTML structure and metadata for the Typing Trainer application, including responsive design, SEO optimization, and Tailwind CSS configuration.
Peter Theill
Peter Theill 
deployed a dependency update 12 days ago
12 days ago
⬆️ Upgrade libraries
Peter Theill
Peter Theill 
deployed a new feature 12 days ago
12 days ago
✨ Add event creation data and storage chart
Introduce methods to build event creation data based on media presence
and add a storage chart to the dashboard for better insights.
Peter Theill
Peter Theill 
deployed a new feature 12 days ago
12 days ago
✨ Integrate Resend for email delivery
Add Resend gem and configure email delivery method in development and production environments. Update default sender email in ApplicationMailer and add API key to credentials.
Peter Theill
Peter Theill 
deployed a new feature 12 days ago
12 days ago
✨ Introduce webhook feedback functionality
Add a new WebhooksController to handle feedback submissions,
configure host authorization, and implement email notifications
for received feedback.
Peter Theill
Peter Theill 
deployed a styling change 12 days ago
12 days ago
💄 Update Product Shot Builder settings
Adjust rotation and scale values for improved image composition.
Peter Theill
Peter Theill 
deployed a documentation update 12 days ago
12 days ago
🔥 Remove outdated comment from application controller
Eliminate unnecessary comment regarding browser support for clarity.
Peter Theill
Peter Theill 
deployed a styling change 12 days ago
12 days ago
💄 Enhance live slideshow UI with beta label
Add a "Beta" label to the live slideshow heading for better user
awareness and improved visual hierarchy.
💄 Update media display styling and layout
Enhance the UI of media items with improved styling and layout adjustments.
✨ Introduce bulk delete functionality for media
Add bulk deletion capability for media items, including UI updates
and backend logic to handle multiple deletions efficiently.
💄 Add delete permissions for media items
Implement logic to check if the current user can delete media based on
their role as uploader or event owner. Inject delete attributes into
media links accordingly.
💄 Update QR code section and guest experience text
Revise QR code sharing instructions and enhance guest experience descriptions
for clarity and improved usability.
💄 Update recent uploads section styling
Enhance the layout of the recent uploads section for better
visual alignment and user experience.
🔥 Remove download link from event dashboard
Eliminate the download button to streamline the user interface.
🐛 Fix event deletion approach logic
Update the approaching_deletion? method to check for preserved events
instead of lifetime ownership, ensuring correct behavior for chip-in events.
🔍️ Improve SEO for event upload page
Refactor meta tags generation by extracting logic into helper methods for better readability and maintainability.
⬆️ Upgrade Ruby setup action and dependencies
Update Ruby setup action to v1.274.0 and upgrade aws-partitions, debug, prism, and rdoc gems for improved functionality and security.
Peter Theill
Peter Theill 
deployed a styling change 13 days ago
13 days ago
✅ Mock Stripe session for chip-in event test
Enhance the test for chip-in event by mocking the Stripe session
creation, ensuring proper redirection to the Stripe checkout.
💄 Update profile page layout and styling
Enhance the user interface with improved layout, styling, and
lifetime member recognition features.
💄 Update lifetime member icon and benefits description
Change the lifetime member icon to a crown and enhance the benefits
section with a list of features for lifetime members.
⚡️ Increase Puma web concurrency to improve performance
Adjust the WEB_CONCURRENCY setting to allow for more parallel request handling.
💄 Update button styling on event dashboard
Enhance the button's font style for better visual consistency.
🔥 Remove grant lifetime from chip-in job
Eliminate the job responsible for preserving events from chip-ins as it is no longer needed.
💄 Add event claiming feature to dashboard
Introduce a section for users to claim events, enhancing user engagement
and allowing logged-in users to manage their event uploads more easily.
💄 Enhance date input with clear and picker buttons
Add a date picker and clear button for improved user interaction
on event date selection in the dashboard.
💄 Update footer styling and layout
Adjust padding, grid layout, and text sizes for improved UI consistency.
💄 Add link to manage media uploads
Include a link to manage media uploads if there are recent uploads, enhancing user navigation.
♻️ Refactor date input handling in feedback form
Enhance date input validation and submission logic for better user
experience and prevent invalid submissions.
♻️ Refactor chip-in toggle condition
Update the chip-in toggle condition to include an additional false check,
preventing it from displaying for claimed events that aren't preserved.
✨ Introduce chip-in feature for events
Add functionality to allow guests to contribute to events.
Includes UI toggle for enabling chip-ins and updates to event
model and controller to support this feature.
♻️ Refactor event deletion logic and UI
Simplify event deletion process and enhance UI elements for better usability.
🎨 Merged
🔀 Merge branch 'master' into crowdfunding-lifetime-license
✅ Update contribution success handling with Stripe details
Enhance contribution updates by incorporating Stripe customer details
when available, while preserving existing contributor information.
✨ Allow sub-minimum contributions to complete goals
Enhance contribution logic to permit sub-minimum amounts if they help
achieve the event's funding goal. Update validations and tests accordingly.
💄 Update chip-in remaining amount logic
Adjust conditions to ensure proper handling of remaining chip-in amounts
for better user experience and accuracy in contributions.
💄 Update chip-in text for clarity
Shorten the chip-in message for improved readability and user engagement.
💄 Update chip-in widget rendering
Remove commented code for clarity and improve the layout of the dashboard.
✨ Introduce Chip-In Feature for Event Preservation
Add a new crowdfunding feature allowing guests to contribute towards
preserving specific event photos. Implement related email notifications,
database migrations, and job processing for contributions and event
preservation. Update tests to ensure functionality and coverage.
📦️ Update data dump file
Refresh the data dump to include the latest changes.
🔀 Merge branch 'master' into crowdfunding-lifetime-license
Merge branch 'master' into crowdfunding-lifetime-license
✨ Introduce chip-in feature for lifetime subscriptions
Add functionality for guests to contribute towards a host's lifetime
subscription. Includes UI updates, Stripe integration, database
migrations, and tests to support contributions and track progress.
Peter Theill
Peter Theill 
deployed a new feature 14 days ago
14 days ago
✨ Add image preview functionality to project form
Implement drag-and-drop image upload with preview for hero, image, and screenshot fields in the project form.