All deployments

Peter Theill
Peter Theill 
deployed a refactoring 2 months ago
2 months ago
🔧 Update resource limits in deployment configuration
Adjust container resource limits to enhance performance and stability.
Peter Theill
Peter Theill 
deployed a refactoring 2 months ago
2 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 2 months ago
2 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 2 months ago
2 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 2 months ago
2 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 2 months ago
2 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 2 months ago
2 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 2 months ago
2 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 2 months ago
2 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 2 months ago
2 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.