All deployments

Peter Theill
Peter Theill 
deployed a styling change 2 months ago
2 months ago
🎨 Update card styles in user views for consistency
Refactor the card components in the user show and webhooks index views to use a uniform border style, enhancing visual consistency across the application. All card elements now utilize a gray border instead of colored borders.
Peter Theill
Peter Theill 
deployed a feature 2 months ago
2 months ago
🔧 Pin minitest to version 5.x and update test stubs for webhook tests
Pin minitest to version 5.27.0 in the Gemfile to retain mock functionality. Update test files to include webmock for stubbing external API requests in webhook tests, ensuring consistent test behavior.
✨ Add QR code generation feature
Implement QR code generation endpoints and integrate with the existing API. Update routes, OpenAPI documentation, and add necessary gems for QR code functionality. Enhance service request handling and response formatting for better user experience.
Peter Theill
Peter Theill 
deployed a dependency update 2 months ago
2 months ago
⬆️ Upgrade dependencies in Gemfile.lock
Update various gems to their latest versions for improved performance and security.
Peter Theill
Peter Theill 
deployed a refactoring 2 months ago
2 months ago
✨ Add IP address tracking to media uploads
Include the uploader's IP address in the media records for better
tracking and analytics.
♻️ Refactor thumbnail creation logic
Simplify thumbnail generation by using pre-generated representations
and remove redundant video thumbnail handling code.
Peter Theill
Peter Theill 
deployed a feature 2 months ago
2 months ago
✨ Add uploader display feature
Implement functionality to show uploader names or count in event views.
Peter Theill
Peter Theill 
deployed a styling change 2 months ago
2 months ago
💄 Update button border color in header
Change the Google sign-in button border color for improved UI consistency.
💄 Update layout and positioning of SVG elements
Adjust the overflow and positioning of SVG elements for improved visual
consistency and responsiveness in the home page layout.
💄 Update button rendering in header
Refactor Google sign-in button rendering for improved clarity and maintainability.
Peter Theill
Peter Theill 
deployed a feature 2 months ago
2 months ago
✨ Add cover image generation feature
Implement background job for generating cover images and add status
polling for the generation process. Update blog post model to track
generation status and prompts.
Peter Theill
Peter Theill 
deployed a styling change 2 months ago
2 months ago
💄 Adjust cover image positioning and padding
Modify the cover image section to enhance visual layout and spacing.
Peter Theill
Peter Theill 
deployed a feature 2 months ago
2 months ago
✨ Add AI cover image generation feature
Implement a new feature to generate cover images for blog posts using
Google's Gemini API. Includes updates to the blog posts controller,
form view, and a new service for handling image generation.
💄 Add user email display in event details
Show the user's email below their name if it is present, enhancing
the information available in the event details.
💄 Update post layout and improve styling
Refine breadcrumb navigation and enhance cover image presentation for better visual appeal.
Peter Theill
Peter Theill 
deployed a styling change 2 months ago
2 months ago
🎨 Add quote and q tags to allowed markdown tags
Enhance the markdown rendering capabilities by including
quote and q tags in the allowed list.