All deployments
Peter Theill
deployed a documentation update
7 months ago
Peter Theill
deployed a styling change
7 months ago
7 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 layoutawareness and improved visual hierarchy.
Enhance the UI of media items with improved styling and layout adjustments.
✨ Introduce bulk delete functionality for mediaAdd bulk deletion capability for media items, including UI updates
and backend logic to handle multiple deletions efficiently.
💄 Add delete permissions for media itemsand backend logic to handle multiple deletions efficiently.
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 texttheir role as uploader or event owner. Inject delete attributes into
media links accordingly.
Revise QR code sharing instructions and enhance guest experience descriptions
for clarity and improved usability.
💄 Update recent uploads section stylingfor clarity and improved usability.
Enhance the layout of the recent uploads section for better
visual alignment and user experience.
🔥 Remove download link from event dashboardvisual alignment and user experience.
Eliminate the download button to streamline the user interface.
🐛 Fix event deletion approach logicUpdate 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 pageinstead of lifetime ownership, ensuring correct behavior for chip-in events.
Refactor meta tags generation by extracting logic into helper methods for better readability and maintainability.
⬆️ Upgrade Ruby setup action and dependenciesUpdate Ruby setup action to v1.274.0 and upgrade aws-partitions, debug, prism, and rdoc gems for improved functionality and security.
Peter Theill
deployed a styling change
7 months ago
7 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 stylingcreation, ensuring proper redirection to the Stripe checkout.
Enhance the user interface with improved layout, styling, and
lifetime member recognition features.
💄 Update lifetime member icon and benefits descriptionlifetime member recognition features.
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 performancesection with a list of features for lifetime members.
Adjust the WEB_CONCURRENCY setting to allow for more parallel request handling.
💄 Update button styling on event dashboardEnhance the button's font style for better visual consistency.
🔥 Remove grant lifetime from chip-in jobEliminate the job responsible for preserving events from chip-ins as it is no longer needed.
💄 Add event claiming feature to dashboardIntroduce 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 buttonsand allowing logged-in users to manage their event uploads more easily.
Add a date picker and clear button for improved user interaction
on event date selection in the dashboard.
💄 Update footer styling and layouton event date selection in the dashboard.
Adjust padding, grid layout, and text sizes for improved UI consistency.
💄 Add link to manage media uploadsInclude a link to manage media uploads if there are recent uploads, enhancing user navigation.
♻️ Refactor date input handling in feedback formEnhance date input validation and submission logic for better user
experience and prevent invalid submissions.
♻️ Refactor chip-in toggle conditionexperience and prevent invalid submissions.
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 eventspreventing it from displaying for claimed events that aren't preserved.
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 UIIncludes UI toggle for enabling chip-ins and updates to event
model and controller to support this feature.
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 detailsEnhance contribution updates by incorporating Stripe customer details
when available, while preserving existing contributor information.
✨ Allow sub-minimum contributions to complete goalswhen available, while preserving existing contributor information.
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 logicachieve the event's funding goal. Update validations and tests accordingly.
Adjust conditions to ensure proper handling of remaining chip-in amounts
for better user experience and accuracy in contributions.
💄 Update chip-in text for clarityfor better user experience and accuracy in contributions.
Shorten the chip-in message for improved readability and user engagement.
💄 Update chip-in widget renderingRemove commented code for clarity and improve the layout of the dashboard.
✨ Introduce Chip-In Feature for Event PreservationAdd 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 filepreserving specific event photos. Implement related email notifications,
database migrations, and job processing for contributions and event
preservation. Update tests to ensure functionality and coverage.
Refresh the data dump to include the latest changes.
🔀 Merge branch 'master' into crowdfunding-lifetime-licenseMerge branch 'master' into crowdfunding-lifetime-license✨ Introduce chip-in feature for lifetime subscriptionsAdd 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.
subscription. Includes UI updates, Stripe integration, database
migrations, and tests to support contributions and track progress.
Peter Theill
deployed a feature
7 months ago
Peter Theill
deployed a feature
7 months ago
Peter Theill
deployed a refactoring
7 months ago
Peter Theill
deployed a styling change
7 months ago
Peter Theill
deployed a feature
7 months ago
Peter Theill
deployed a dependency update
8 months ago
Peter Theill
deployed a styling change
8 months ago
Peter Theill
deployed a styling change
8 months ago
Peter Theill
deployed a refactoring
8 months ago
Peter Theill
deployed a refactoring
8 months ago
Peter Theill
deployed a refactoring
8 months ago
Peter Theill
deployed a styling change
8 months ago
8 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 itemsbased on their metadata, ensuring proper display in the lightbox.
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 consistencydelete options for authorized users. Add tests for deletable_by? method.
Revise descriptions and prompts to enhance user understanding and engagement.
💄 Update button text for clarityChange "Fetch older photos" to "See earlier photos" for improved user understanding.
🔥 Remove pre-computed media stats from controllerEliminate unnecessary media stats computation to enhance performance
and simplify the controller logic.
💄 Update media thumbnail variants and usageand simplify the controller logic.
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 lightboxuse the new variant names for improved consistency and clarity.
Enhance the PhotoSwipe lightbox configuration by adding a preload
option to improve performance when loading images.
💄 Update media thumbnail loading and stylingoption to improve performance when loading images.
Refine thumbnail loading logic and enhance popup styles for better
visual consistency and user experience.
visual consistency and user experience.
Peter Theill
deployed a styling change
8 months ago
Peter Theill
deployed a styling change
8 months ago
8 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 previewsand improved layout for better user engagement.
Limit media displayed to 40 items and enhance email previews with square
images for better visual consistency.
💄 Enhance media management and paginationimages for better visual consistency.
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 actionsnavigation and user experience. Adjusted event media display and added
pagination details.
Consolidate authentication checks and streamline event retrieval logic.
⚡️ Remove attribution section from footerEliminate the built by section to streamline the footer design.
💄 Add photo fan transforms for event previewsImplement consistent rotations and offsets for photo fan previews, enhancing
the visual arrangement of event images.
💄 Enhance event search and sorting UIthe visual arrangement of event images.
Refactor input and select elements for improved styling and readability.
💄 Improve event sorting and search UIRefactor event index to separate sorting logic and enhance the search form
with sorting options for better user experience.
✨ Add user association to media modelwith sorting options for better user experience.
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 servingUpdate uploader name logic to use the user's name if available.
Update video thumbnail generation to call .processed, ensuring
the preview image is ready before being served in broadcasts.
📝 Update development guide and data dumpthe preview image is ready before being served in broadcasts.
Refine the development guide for clarity and consistency. Update the data dump file.
💄 Enhance upload form and header UIUpdate 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 featurevisual consistency and user experience. Add a notification button
for user engagement.
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 FAQto display the formatted duration for video files.
Revamp the Lifetime Plan section with improved styling and add a
new FAQ addressing the fair usage policy for lifetime storage.
new FAQ addressing the fair usage policy for lifetime storage.
Peter Theill
deployed a performance improvement
8 months ago
Peter Theill
deployed a styling change
8 months ago
8 months ago
📦️ Update data dump file
Refresh the data dump to ensure it contains the latest changes.
⚡️ Introduce streaming video previewerAdd 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 loadingwithout downloading entire files. Remove obsolete video thumbnail
generation logic and update related tests and configurations.
Eager load media attachments to prevent N+1 query issues on the index page.
🎨 Update OG image handling for mediaRefactor image URL generation to use the :lightbox variant for
better compatibility with social media requirements.
💄 Update video thumbnail handling in uploadsbetter compatibility with social media requirements.
Ensure video thumbnails are displayed when available, improving the
user interface for media uploads.
🔧 Introduce video thumbnail generation tasksuser interface for media uploads.
Add Rake tasks for generating missing video thumbnails both asynchronously
and synchronously for testing purposes.
💄 Introduce unique transforms for empty event cardsand synchronously for testing purposes.
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 backgroundto enhance visual variety while maintaining a reproducible arrangement.
Implement video thumbnail generation using ffmpeg and update media
controllers and views to utilize pre-generated thumbnails for videos.
controllers and views to utilize pre-generated thumbnails for videos.
Peter Theill
deployed a styling change
8 months ago
8 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 stylesdownload count and providing appropriate redirects. Update routes
to include serve_zip and modify views for new download link.
Refine the layout and appearance of media items for improved UI consistency.
💄 Update chart label formattingChange chart label to display absolute values followed by the label in lowercase for improved readability.