fix(widgets): fixed-consult-transfer-popover-transient-issue#506
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
| } | ||
| }; | ||
|
|
||
| const handlePopoverOpen = (menuType: CallControlMenuType) => { |
There was a problem hiding this comment.
No longer need these, have moved the handling to tippy state management.
Also, we were anyways calling the logic in the if block in the onHide, so removed that flow also as it was dead code.
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
mkesavan13
left a comment
There was a problem hiding this comment.
Changes look good to me. Approving.
- Please resolve conflicts
- Ensure the all the pipeline constraints including the E2E tests are passing
Plus, in the second Vidcast that is is not properly aligned. Why is that so? Is it because the page height is lesser?
|
Yes, regarding the alignment - our page height is not enough (it is the demo app and we did not test the popover hence we could not make changes). |
Kesari3008
left a comment
There was a problem hiding this comment.
Please resolve the merge conflicts and e2e test failures for ccwidgets.
Also just checking if we tested consult/transfer after this change, thiugh it shouldnlt impact it but just to be sure.
…-consult-popover
| <ul className="task-list" data-testid="task-list"> | ||
| {Object.values(taskList)?.map((task, index) => { | ||
| //@ts-expect-error To be fixed in SDK - https://jira-eng-sjc12.cisco.com/jira/browse/CAI-6762IT | ||
| //@ts-expect-error To be fixed in SDK - https://jira-eng-sjc12.cisco.com/jira/browse/CAI-6762 |
There was a problem hiding this comment.
Nit: Made this change while I was resolving merge conflicts.
# [1.28.0-ccwidgets.97](v1.28.0-ccwidgets.96...v1.28.0-ccwidgets.97) (2025-07-28) ### Bug Fixes * **widgets:** fixed-consult-transfer-popover-transient-issue ([#506](#506)) ([ae646bd](ae646bd))
|
🎉 This PR is included in version 1.28.0-ccwidgets.97 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
COMPLETES #<CAI-6804>
This pull request addresses
by making the following changes
loadBuddyAgentsandloadQueuesinside of a callback of tippy.js ie,onShow().Note - Unit tests have been skipped, as I believe they will be handled by another ticket.
Vidcasts
Working in Widgets Sample App
https://app.vidcast.io/share/1d77c33b-3b3b-4364-b632-8725222e5a73
Working in Beta Sample App (Where it failed before)
https://app.vidcast.io/share/4e07b6d7-95da-4e21-b846-d4bbd1eda103
Change Type
The following scenarios were tested
The GAI Coding Policy And Copyright Annotation Best Practices
Checklist before merging