Deployments for https://www.shoutsmshq.com

Peter Theill
Peter Theill 
deployed a bug fix 6 months ago
6 months ago
💄 Remove rocket emoji from verification message
Simplify the content of the phone verification notification.
🐛 Set PORT for development server
Specify the PORT environment variable for the Rails server in the Procfile.
Peter Theill
Peter Theill 
deployed a styling change 6 months ago
6 months ago
💄 Add deploy badge to footer
Include a deployment status badge for better visibility of the latest deployment.
Peter Theill
Peter Theill 
deployed a refactoring 7 months ago
7 months ago
🔧 Add sitemap entry to robots.txt
Include sitemap URL for better search engine indexing.
Peter Theill
Peter Theill 
deployed a refactoring 7 months ago
7 months ago
🔧 Add script to wipe and restore development database from production

  • Created a new script `wipe-development-db.sh` to automate the process of dumping the production database and restoring it to the development environment.

  • Established an SSH tunnel to the production database for secure access.

  • Included commands to drop the existing development database and recreate it before importing the dumped data.

  • Added verbose output for better tracking of the process.

Peter Theill
Peter Theill 
deployed a styling change 7 months ago
7 months ago
💄 Add Groups column to user index table
Include a new column for user groups and display total groups in the server information section.
Peter Theill
Peter Theill 
deployed a feature 8 months ago
8 months ago
🤖 Add mouse movement tracking for newsletter captcha
Implement mouse movement tracking to enhance anti-bot protection during newsletter sign-up.
Peter Theill
Peter Theill 
deployed a styling change 8 months ago
8 months ago
💄 Update avatar URL for Discord notifications
Change the avatar URL in the phone verification payload to the correct icon.
Peter Theill
Peter Theill 
deployed a feature 8 months ago
Peter Theill
Peter Theill 
deployed a refactoring 9 months ago
Peter Theill
Peter Theill 
deployed a styling change 9 months ago
9 months ago
💄 Redesign contact page with modern UI elements
💄 Enhance contact page and navigation links
Update contact page content and add support link in navigation for improved user assistance.
💄 Refactor button styles for consistency
Update submit button styles in contact and group forms for a more uniform appearance and improved usability.
💄 Refactor navigation links for consistency
Update links in contacts, groups, and messages views to use a unified
style with icons for improved usability and visual appeal.
💄 Refactor contact, group, and message list styles
Enhance UI consistency by removing overflow classes and updating transition effects.
💄 Refactor navigation and user profile views for improved layout and usability

  • Updated navigation menu to center items and adjust visibility of profile and sign-up links based on user login status.

  • Enhanced user profile edit view with a more structured layout, including sections for account information, phone numbers, credits, and payment history.

  • Improved user dashboard to provide a welcoming message and clear instructions for new users, along with a summary of credits, contacts, groups, and messages.

  • Added recipient selector controller to manage the selection of groups and contacts, providing real-time feedback on message recipients.