All deployments

Peter Theill
Peter Theill 
deployed a new feature about 1 month ago
about 1 month ago
🎨 Adjust icon size for project placeholder
Change the icon size in the default placeholder to improve visual consistency.
✨ Implement queued projects feature
Add functionality to display and manage projects waiting to be claimed.
Includes authentication modal for unauthenticated users and updates to
the navigation and project views.
Peter Theill
Peter Theill 
deployed a styling change about 1 month ago
about 1 month ago
🎨 Update icon URLs to include cache-busting query
Modify icon links across multiple files to prevent caching issues.
Peter Theill
Peter Theill 
deployed a bug fix about 1 month ago
about 1 month ago
🐛 Fix SMS count check for contacts
Ensure SMS count comparison handles integer conversion for accurate display.
Peter Theill
Peter Theill 
deployed a dependency update about 1 month ago
about 1 month ago
⬆️ Upgrade Rails and dependencies to 8.1.1
Update Gemfile and Gemfile.lock to use Rails 8.1.1 and related gems.
Peter Theill
Peter Theill 
deployed a new feature about 1 month ago
about 1 month ago
✨ Add Free Projects Feature
Introduce a new section for free projects, including a dedicated
controller, view, and navigation link. Update the project model
to support the 'is_free' attribute.
🎨 Adjust confetti particle count and angle
Modify confetti settings for improved visual effect during launch.
Peter Theill
Peter Theill 
deployed a refactoring about 1 month ago
about 1 month ago
🔧 Fix markdown handling and update routes
Ensure markdown_with_attachments returns an empty string for blank content.
Add redirection for blogtoemail.com while removing the previous route.
Support
Support 
deployed a new feature about 1 month ago
Peter Theill
Peter Theill 
deployed a styling change about 1 month ago
about 1 month ago
🎨 Enhance project details section
Add project description and contact email display with improved styling.
Peter Theill
Peter Theill 
deployed a new feature about 1 month ago
about 1 month ago
✨ Add web manifest and canvas confetti library
Introduce a web manifest for better PWA support and include the
canvas-confetti library for enhanced visual effects.
Peter Theill
Peter Theill 
deployed a styling change about 1 month ago
about 1 month ago
💄 Add Omniauth support for Google and GitHub
Implement user authentication via Omniauth, allowing sign in with Google
and GitHub accounts. Update user model and views accordingly.