Deployments for https://launchto.win

Peter Theill
Peter Theill 
deployed a styling change 7 days ago
7 days ago
✨ Introduce character count and tab functionality
Add a character count controller for input fields and a tab controller
to manage tabbed navigation with unsaved changes warning. Also, add a
Rake task to analyze image blobs missing width/height metadata.
♻️ Refactor code structure for better readability
Improve the organization of the codebase to enhance maintainability and clarity.
🔥 Remove My Products and replace with My Projects
Refactor the application to replace the My Products feature with My Projects,
updating routes, views, and controllers accordingly.
💄 Update button text for project submission
Change "Launch Project" to "Add project" for clarity in the submission process.
🎨 Refactor URL validation logic
Simplify URL validation by removing uniqueness condition and
adding custom validation for claimed URLs.
💄 Update UI for directories and my products pages
Enhance layout and styling for better user experience and consistency.
🔨 Add script to wipe and recreate development database
Introduce a new script that facilitates the process of dumping the
production database and restoring it to the local development
environment, with an option to skip the download of the production
data.
Peter Theill
Peter Theill 
deployed a styling change 8 days ago
8 days ago
💄 Update directories layout to grid format
Transform the directories display from a list to a grid for improved
visual organization and user experience.
💄 Update homepage content and layout
Revamp the hero section and add new features to enhance user engagement
and clarify project submission process.
🎨 Refactor home controller and footer layout
Update project retrieval logic and clean up unused footer buttons for improved code clarity and maintainability.
💄 Update link attributes for improved SEO
Change rel attributes from "noopener noreferrer" to "noopener nofollow"
for external links across various views to enhance SEO practices.
✨ Add bulk delete functionality for projects
Implement bulk deletion of projects with a confirmation prompt and
toolbar for selected items in the admin panel.
Peter Theill
Peter Theill 
deployed a dependency update about 2 months ago
about 2 months ago
⬆️ Upgrade Ruby and CI dependencies
Update Ruby version to 3.4.2 and upgrade CI actions for improved
performance and compatibility.
Peter Theill
Peter Theill 
deployed a styling change about 2 months ago
about 2 months ago
🎨 Refactor sitemap routes and XML response handling
Simplify sitemap routes and remove unnecessary format specifications
from XML responses for cleaner code.
Peter Theill
Peter Theill 
deployed a styling change about 2 months ago
about 2 months ago
🎨 Update API key retrieval method
Change the method of retrieving the API key from environment variables to
using Rails credentials for improved security and maintainability.
Peter Theill
Peter Theill 
deployed a feature about 2 months ago
about 2 months ago
🗃️ Clean up projects with invalid crawler URLs
Collect and delete projects with broken URLs from crawlers, including
dependent records, to maintain database integrity.
✨ Introduce AI description generation for projects
Add functionality to generate editorial-style descriptions using
Google Gemini. Includes updates to the ProjectsController,
AutoDiscoveryJob, and new AiDescriptionService for handling
description generation and API interactions.
Peter Theill
Peter Theill 
deployed a styling change about 2 months ago
about 2 months ago
🔥 Remove project source display from queued projects
Eliminate the source display for projects in the queued projects view to streamline the UI.
Peter Theill
Peter Theill 
deployed a feature about 2 months ago
about 2 months ago
✨ Introduce product discovery crawlers
Add new crawlers for SaaSHub, "There's An AI For That", and Uneed.
Implement admin views for managing product sources and their configurations.
Create migrations for product sources and projects to support new features.
Peter Theill
Peter Theill 
deployed a feature about 2 months ago
about 2 months ago
✨ Enhance URL normalization in project model
Improve URL handling by removing query strings and fragments during
normalization, ensuring cleaner and more consistent URLs.
💄 Update project logo display in edit form
Refactor logo rendering to use a helper method for consistency and cleaner code.
✨ Enhance project claiming with sibling project display
Add functionality to claim unclaimed projects on the same domain and
display them during the verification process for improved user
experience.
Peter Theill
Peter Theill 
deployed a feature about 2 months ago
about 2 months ago
✨ Add avatar upload and removal functionality
Enhance user profile editing by allowing admins to upload and remove
avatars, improving user experience and interface interactivity.