All deployments

Peter Theill
Peter Theill 
deployed a styling change 20 days ago
20 days ago
💄 Update UI elements and improve styling
Refine image previews, tooltips, and button styles for a more cohesive
and visually appealing user interface.
Peter Theill
Peter Theill 
deployed a styling change 20 days ago
20 days ago
💄 Update progress UI and remove unused elements
Refine the progress display by simplifying the structure and enhancing
styling for better user experience during generation status updates.
💄 Enhance UI for image display and interactions
Update styles and structure for original and generated images to improve
visual appeal and user engagement.
Peter Theill
Peter Theill 
deployed a feature 21 days ago
21 days ago
✨ Introduce photo analysis job and subject context
Add AnalyzePhotoJob to analyze uploaded photos and store subject type
and description in the Generation model. Update related services and
tests to ensure proper functionality and error handling.
Peter Theill
Peter Theill 
deployed a feature 21 days ago
21 days ago
✨ Introduce seasonal styles and image generation tasks
Add a comprehensive styles configuration, rename theme identifiers, and
implement tasks for generating styled images. Include tests for large
styled image generation to ensure functionality.
✨ Introduce photo upload and generation features
Add new views for photo upload and generation previews, along with
integration tests to ensure functionality. Implement BYOK (Bring Your
Own Key) support for credit-free previews and enhance the generation
process with improved UI and animations.
✨ Update pricing page test for accuracy
Correct expected text in the pricing page test to reflect current
offering of "Free forever" instead of "Free with your own key".
✨ Update pricing plans and UI elements
Revise pricing structure to introduce a new credit pack option.
Update UI text and layout for clarity and improved user experience.
Peter Theill
Peter Theill 
deployed a feature 21 days ago
21 days ago
✨ Add structured data for SEO across multiple pages
Introduce FAQ structured data to enhance SEO and improve user experience
for various event pages, including baby showers, birthdays, and conferences.
Peter Theill
Peter Theill 
deployed a feature 21 days ago
21 days ago
✨ Add robots.txt to allow AI crawlers
Introduce a new robots.txt file to explicitly allow various AI crawlers
to access the site, enhancing visibility and indexing by search engines.
Peter Theill
Peter Theill 
deployed a feature 21 days ago
21 days ago
✨ Redirect existing users with generations to previews
Update sign-in flow to redirect users with existing generations to the
previews index instead of the new preview path.
💄 Update navigation links with active states
Enhance the header navigation by adding active states for
Creations, Features, Pricing, and About links based on the
current controller and action.
✨ Add sitemap feature with XML response
Implement sitemap route and controller to serve XML for SEO.
Include static and dynamic theme pages in the sitemap.
♻️ Refactor code structure for better maintainability
Organize and streamline code components to enhance readability and
ease of future modifications.
Peter Theill
Peter Theill 
deployed a refactoring 21 days ago
21 days ago
♻️ Update image URLs with cache-busting query strings
Modify image rendering in the About page to include cache-busting
query strings for better asset management and loading performance.
Peter Theill
Peter Theill 
deployed a refactoring 21 days ago
21 days ago
✨ Add database password to deploy workflow
Include STEMNING_DATABASE_PASSWORD in the deployment environment
variables for secure access during deployment.
♻️ Refactor Omniauth initializer for clarity
Improve the structure of the Omniauth initializer by organizing the
credential checks and enhancing readability.
Peter Theill
Peter Theill 
deployed a dependency update 21 days ago
21 days ago
♻️ Refactor review request scope to exclude nil dates
Update the needing_review_request scope to ensure events with nil
happens_on are excluded, improving the accuracy of review requests.
⬆️ Upgrade addressable gem to version 2.8.9
Update the addressable dependency to the latest version for improved
functionality and security.
Peter Theill
Peter Theill 
deployed a bug fix 21 days ago
21 days ago
🐛 Fix nil error in event review rating display
Ensure the event review rating is safely accessed to prevent
nil errors when rendering the star icons.
♻️ Refactor deletion queue scope for consistency
Update the deletion queue scope to use '30 days' instead of '1 month'
for consistent behavior across calendar months.
Peter Theill
Peter Theill 
deployed a refactoring 21 days ago
21 days ago
♻️ Refactor collage generation to improve resource management
Remove temporary file tracking and delete temp files immediately to
prevent resource leaks during thumbnail creation.
🔥 Remove slideshow mode option from event preservation
Eliminate the slideshow mode feature for a cleaner presentation.
Peter Theill
Peter Theill 
deployed a dependency update 22 days ago
22 days ago
⬆️ Upgrade dependencies in Gemfile.lock
Update various gems to their latest versions for improved performance and security.
Peter Theill
Peter Theill 
deployed a bug fix 22 days ago
22 days ago
🐛 Fix issue with user authentication flow
Resolve a bug that caused intermittent failures in the user login process.
Peter Theill
Peter Theill 
deployed a feature 22 days ago
22 days ago
✨ Add wedding photo sharing pages in German and French
Introduce new localized pages for wedding photo sharing, enhancing
user experience for German and French speaking couples.
🔥 Remove designer skill documentation
Eliminate the SKILL.md file for the designer skill to streamline the project.
Peter Theill
Peter Theill 
deployed a feature 22 days ago
22 days ago
✨ Add providers section to service details
Introduce a new section in the service details view to display
provider information, including request counts and last used dates.
Peter Theill
Peter Theill 
deployed a feature 22 days ago
22 days ago
✨ Add credits update feature for users
Implement a form to update user credits on the profile page and add
the corresponding route in the admin namespace.
Peter Theill
Peter Theill 
deployed a security update 22 days ago
22 days ago
🔒️ Disable email sign up and update registration page
Redirect users to OAuth options and inform them that email sign up is disabled.
Peter Theill
Peter Theill 
deployed a dependency update 23 days ago
23 days ago
⬆️ Upgrade dependencies and improve tests
Update various dependencies in Gemfile and Gemfile.lock.
Enhance tests for better accuracy and consistency.
🎨 Update project listing and improve descriptions
Refactor project retrieval and enhance project descriptions
for better clarity on the index page.
Peter Theill
Peter Theill 
deployed a feature 23 days ago
23 days ago
✨ Update user credits to use constant value
Refactor user credits initialization to utilize the NEW_USER_STARTING_CREDITS
constant for consistency across the application.
⬆️ Upgrade Rails and omniauth-google-oauth2 versions
Update Rails to version 8.1.2 and omniauth-google-oauth2 to 1.2.2 for
improved performance and security.