✨ 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.