All deployments

Peter Theill
Peter Theill 
deployed a styling change 6 months ago
6 months 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 6 months ago
6 months 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 feature 6 months ago
6 months 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.
Peter Theill
Peter Theill 
deployed a feature 6 months ago
6 months ago
✨ Add screenshot feature and tag autocomplete
Implement screenshot upload functionality and enhance tag input with
autocomplete suggestions for improved user experience.
Peter Theill
Peter Theill 
deployed a refactoring 6 months ago
6 months ago
♻️ Refactor code structure for better readability
Organize functions and improve naming conventions to enhance maintainability.
Peter Theill
Peter Theill 
deployed a styling change 6 months ago
6 months ago
💄 Update Product Shot Builder link in footer
Change the URL for the Product Shot Builder to remove the file extension for a cleaner and more user-friendly link.
Peter Theill
Peter Theill 
deployed a feature 6 months ago
6 months ago
🎉 Initialize Product Shot Builder project
Add the initial HTML structure and meta tags for the Product Shot Builder application, including Tailwind CSS integration and essential scripts for functionality.
Peter Theill
Peter Theill 
deployed a dependency update 6 months ago
6 months ago
♻️ Refactor code structure for better readability
Organize functions and improve naming conventions to enhance maintainability.
⬆️ Upgrade Ruby setup and dependencies
Update ruby/setup-ruby to v1.271.0 and upgrade several gems for improved
performance and security.
Peter Theill
Peter Theill 
deployed a styling change 6 months ago
6 months ago
✨ Add QR stylist as free tool
💄 Update email template for new photos added
Revamp the HTML structure and styles for the new photos added email,
enhancing responsiveness and visual appeal.
Peter Theill
Peter Theill 
deployed a styling change 6 months ago
6 months ago
💄 Enhance photo modal animations and styles
Improve the opening and closing animations of the photo modal for a smoother user experience. Update styles for the download button and image display.
Peter Theill
Peter Theill 
deployed a refactoring 6 months ago
6 months ago
🔧 Update resource limits in deployment configuration
Adjust container resource limits to enhance performance and stability.
Peter Theill
Peter Theill 
deployed a refactoring 6 months ago
6 months ago
🔧 Update deployment configuration for resource limits
Increase memory allocation for container to ensure stability during
image processing tasks.
Peter Theill
Peter Theill 
deployed a refactoring 6 months ago
6 months ago
🔧 Update deployment configuration for resource limits
Add resource limits for containers and adjust server host configuration.
Peter Theill
Peter Theill 
deployed a styling change 6 months ago
6 months ago
🐛 Add lightbox dimensions calculation
Implement a method to calculate lightbox dimensions for media items
based on their metadata, ensuring proper display in the lightbox.
✨ Add delete functionality for media items
Implement permission checks for media deletion and update UI to show
delete options for authorized users. Add tests for deletable_by? method.
💬 Update text for clarity and consistency
Revise descriptions and prompts to enhance user understanding and engagement.
💄 Update button text for clarity
Change "Fetch older photos" to "See earlier photos" for improved user understanding.
🔥 Remove pre-computed media stats from controller
Eliminate unnecessary media stats computation to enhance performance
and simplify the controller logic.
💄 Update media thumbnail variants and usage
Refactor thumbnail handling in the Medium model and update views to
use the new variant names for improved consistency and clarity.
💄 Add preload option for PhotoSwipe lightbox
Enhance the PhotoSwipe lightbox configuration by adding a preload
option to improve performance when loading images.
💄 Update media thumbnail loading and styling
Refine thumbnail loading logic and enhance popup styles for better
visual consistency and user experience.
Peter Theill
Peter Theill 
deployed a styling change 6 months ago
6 months ago
💄 Update dropdown interaction for auth button
Enhance user experience by adding mouse enter and leave actions to the dropdown.
💄 Add thank-you message for uploads
Include a new message indicating users will receive a thank-you from the host after uploading their photos.
Peter Theill
Peter Theill 
deployed a styling change 6 months ago
6 months ago
💄 Update account sign-up UI
Enhance the visual design of the sign-up section with decorative elements
and improved layout for better user engagement.
💄 Update media display and email previews
Limit media displayed to 40 items and enhance email previews with square
images for better visual consistency.
💄 Enhance media management and pagination
Improve media loading with a "load more" feature and update UI for better
navigation and user experience. Adjusted event media display and added
pagination details.
♻️ Refactor event controller actions
Consolidate authentication checks and streamline event retrieval logic.
⚡️ Remove attribution section from footer
Eliminate the built by section to streamline the footer design.
💄 Add photo fan transforms for event previews
Implement consistent rotations and offsets for photo fan previews, enhancing
the visual arrangement of event images.
💄 Enhance event search and sorting UI
Refactor input and select elements for improved styling and readability.
💄 Improve event sorting and search UI
Refactor event index to separate sorting logic and enhance the search form
with sorting options for better user experience.
✨ Add user association to media model
Introduce user reference in the media model to track the uploader.
Update uploader name logic to use the user's name if available.
🐛 Ensure video previews are processed before serving
Update video thumbnail generation to call .processed, ensuring
the preview image is ready before being served in broadcasts.
📝 Update development guide and data dump
Refine the development guide for clarity and consistency. Update the data dump file.
💄 Enhance upload form and header UI
Update styles for the upload form and header components to improve
visual consistency and user experience. Add a notification button
for user engagement.
✨ Add media duration formatting feature
Introduce a method to format media duration in seconds and update the UI
to display the formatted duration for video files.
💄 Enhance Lifetime Plan UI and Add Fair Usage FAQ
Revamp the Lifetime Plan section with improved styling and add a
new FAQ addressing the fair usage policy for lifetime storage.
Peter Theill
Peter Theill 
deployed a performance improvement 6 months ago
6 months ago
⚡️ Increase file size limit to 1GB
Update file size restrictions for uploads and supported formats
to enhance media handling capabilities across the application.
Peter Theill
Peter Theill 
deployed a styling change 6 months ago
6 months ago
📦️ Update data dump file
Refresh the data dump to ensure it contains the latest changes.
⚡️ Introduce streaming video previewer
Add a custom streaming video previewer to enhance video handling
without downloading entire files. Remove obsolete video thumbnail
generation logic and update related tests and configurations.
⚡️ Optimize event loading with eager loading
Eager load media attachments to prevent N+1 query issues on the index page.
🎨 Update OG image handling for media
Refactor image URL generation to use the :lightbox variant for
better compatibility with social media requirements.
💄 Update video thumbnail handling in uploads
Ensure video thumbnails are displayed when available, improving the
user interface for media uploads.
🔧 Introduce video thumbnail generation tasks
Add Rake tasks for generating missing video thumbnails both asynchronously
and synchronously for testing purposes.
💄 Introduce unique transforms for empty event cards
Generate consistent but unique rotations and offsets for empty event cards
to enhance visual variety while maintaining a reproducible arrangement.
⚡️ Add video thumbnail generation and handling in background
Implement video thumbnail generation using ffmpeg and update media
controllers and views to utilize pre-generated thumbnails for videos.
Peter Theill
Peter Theill 
deployed a styling change 6 months ago
6 months ago
✨ Introduce serve_zip action and update routes
Add serve_zip action to handle zip file downloads, incrementing the
download count and providing appropriate redirects. Update routes
to include serve_zip and modify views for new download link.
💄 Update media grid and thumbnail overlay styles
Refine the layout and appearance of media items for improved UI consistency.
💄 Update chart label formatting
Change chart label to display absolute values followed by the label in lowercase for improved readability.
Peter Theill
Peter Theill 
deployed a performance improvement 6 months ago
6 months ago
⚡️ Optimize media stats computation for performance
Refactor media stats calculations to use pre-computed values
from the controller, improving performance and reducing
redundant queries in views.