-
Notifications
You must be signed in to change notification settings - Fork 54
Fix: Action button in the WhatsApp #3709
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
WalkthroughThis PR addresses UI/UX alignment consistency by making two updates: capitalizing the menu item text from "Interactive msg" to "Interactive Msg" in the menu configuration, and changing the horizontal alignment of the Actions column in WhatsApp Forms from right-aligned (end) to left-aligned (start) to match alignment patterns used elsewhere in the platform. Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
🧰 Additional context used📓 Path-based instructions (1)**/*.{ts,tsx}⚙️ CodeRabbit configuration file
Files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| children: [ | ||
| { | ||
| title: 'Interactive msg', | ||
| title: 'Interactive Msg', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @ankit-mehta07 , thanks for the update
Could you please remove these changes? They were already addressed in PR #3708, so we don’t need to include them again here.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3709 +/- ##
==========================================
- Coverage 82.81% 82.73% -0.08%
==========================================
Files 317 317
Lines 11852 11852
Branches 2485 2485
==========================================
- Hits 9815 9806 -9
- Misses 1285 1295 +10
+ Partials 752 751 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary
This PR fixes a UI alignment issue in WhatsApp (WA) forms where the action buttons were right-aligned.
To ensure consistency across the platform, the action buttons are now left-aligned, matching the layout and styling used in other forms.
Fixes #3677
Test Plan
yarnin the repository rootSummary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.