Bulk WhatsApp Messaging Tool with VCF Support#2
Conversation
- Add VCF file parsing for contact extraction (name and phone) - Create WhatsAppBulkSender component with message templating - Integrate tool into the professional Advantage dashboard - Implement local persistence for contacts and templates - Fix internal import paths and add .gitignore - Support Turkish and English translations Co-authored-by: Oxseries <259900064+Oxseries@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Redesign WhatsAppBulkSender as a tabbed mobile-app interface - Enhance Advantage dashboard with app-style navigation and responsiveness - Improve VCF parsing logic with robust regex and contact validation - Refine localStorage persistence to avoid state hydration race conditions - Secure Telegram credentials using Vite environment variables - Fix internal root-level imports across components - Support Turkish and English translations for the new app tool Co-authored-by: Oxseries <259900064+Oxseries@users.noreply.github.com>
- Refactor WhatsAppBulkSender with side-by-side dashboard for desktop and tabbed view for mobile - Optimize AdvantageModal with high-end web UX/UI (refined typography, spacing, transitions) - Audit and refine responsiveness across Hero, Ingredients, Ritual, and PharmacyLocator - Fix internal import paths and add local index.css for tailwind - Secure Telegram credentials with environment variables - Implement robust VCF parsing and localStorage persistence Co-authored-by: Oxseries <259900064+Oxseries@users.noreply.github.com>
This change implements a personalized bulk WhatsApp messaging tool within the professional dashboard.
Key Features:
.vcffiles exported from their phones. The tool extracts contact names and phone numbers using an improved regex parser that handles various vCard formats.{name}placeholder which is automatically replaced with the contact's name before sending.wa.melinks for each contact, ensuring compatibility with WhatsApp Web and Desktop while avoiding browser popup blockers for automated bulk sending.localStorageto keep the contact list and message templates saved in the browser across sessions.Technical Improvements:
Contactinterface for better type safety../prefix for root-level files..gitignoreto maintain repository hygiene by excludingnode_modulesand build artifacts.PR created automatically by Jules for task 9533509992215005468 started by @Oxseries