Closed elrenv closed 2 months ago
The changes introduce a new Vue component, CloudEmbededSignupWhatsapp.vue
, which facilitates WhatsApp signup integration within a dashboard application. This component uses environment variables for configuration and employs Vuex for state management and Vuelidate for form validation. Additionally, modifications to the Whatsapp.vue
component allow users to select the new embedded signup option, with conditional rendering based on an environment variable. These updates enhance the overall functionality of the dashboard by streamlining the signup process.
File | Change Summary |
---|---|
app/javascript/dashboard/routes/dashboard/settings/inbox/channels/CloudEmbededSignupWhatsapp.vue |
Introduced a new component for WhatsApp signup, using environment variables, Vuex, and Vuelidate. |
app/javascript/dashboard/routes/dashboard/settings/inbox/channels/Whatsapp.vue |
Added embedded signup option, conditional rendering based on environment variable, and integration of the new component. |
🐰 In the dashboard, a new path we weave,
With WhatsApp signup, users can believe.
A button so bright, with a hover so neat,
Embedded options make the process complete.
Hooray for the changes, let’s hop and cheer,
For a smoother signup, we hold so dear! 🎉
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Bug Fixes