Deployments for https://www.shoutsmshq.com
Peter Theill
deployed a bug fix
6 months ago
Peter Theill
deployed a styling change
6 months ago
Peter Theill
deployed a refactoring
7 months ago
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
deployed a styling change
7 months ago
Peter Theill
deployed a feature
8 months ago
Peter Theill
deployed a styling change
8 months ago
Peter Theill
deployed a feature
8 months ago
Peter Theill
deployed a refactoring
9 months ago
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 consistencyUpdate submit button styles in contact and group forms for a more uniform appearance and improved usability.
💄 Refactor navigation links for consistencyUpdate 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 stylesstyle with icons for improved usability and visual appeal.
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.