Deployments for https://knipsmig.com

Peter Theill
Peter Theill 
deployed a refactoring 13 days ago
13 days 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 13 days ago
13 days ago
✨ Add uploader display feature
Implement functionality to show uploader names or count in event views.
Peter Theill
Peter Theill 
deployed a styling change 13 days ago
13 days 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 14 days ago
14 days 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 14 days ago
14 days 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 14 days ago
14 days 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 14 days ago
14 days 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.
Peter Theill
Peter Theill 
deployed a styling change 14 days ago
14 days ago
💄 Update social media sharing buttons
Enhance the UI of sharing buttons with updated icons and styles for better
visual consistency and user experience.
Peter Theill
Peter Theill 
deployed a feature 14 days ago
14 days ago
✨ Adds a blog
⬆️ Upgrade Ruby setup actions and add redcarpet gem
Update Ruby setup actions to version 1.285.0 and add redcarpet for
Markdown rendering in the blog.
✅ Add tests for BlogPost and BlogPostRelation
Introduce comprehensive tests for BlogPost and BlogPostRelation models
to ensure proper functionality and validation.
🔥 Remove outdated comparison URLs from sitemap
Eliminate links to deprecated comparison pages to streamline sitemap content.
Peter Theill
Peter Theill 
deployed a styling change 15 days ago
15 days ago
💄 Update load more functionality and UI elements
Refactor load more logic to use IntersectionObserver and enhance UI
for loading states and end reached indicators.