fix(call-control): address-bug-fixes#474
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 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
|
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
|
please select appropriate sections change Type, The GAI Coding Policy And Copyright Annotation Best Practices |
adhmenon
left a comment
There was a problem hiding this comment.
Changes LGTM.
We can do refactor with the ui test ticket also.
Let's verify with a vidcast once more (since we merged) .
| (isExtension && (isChat || isEmail)), | ||
| decline: isBrowser && webRtcEnabled && isCall, | ||
| end: (isEndCallEnabled && isCall) || !isCall, | ||
| end: isBrowser || (isEndCallEnabled && isCall) || !isCall, |
There was a problem hiding this comment.
check if we can still move out this as its not call control
# [1.28.0-ccwidgets.76](v1.28.0-ccwidgets.75...v1.28.0-ccwidgets.76) (2025-06-23) ### Bug Fixes * **call-control:** address-bug-fixes ([#474](#474)) ([14f961c](14f961c))
|
🎉 This PR is included in version 1.28.0-ccwidgets.76 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
COMPLETES #https://jira-eng-sjc12.cisco.com/jira/browse/CAI-6420
Vidcast link: https://app.vidcast.io/share/18e7b439-5bf8-4aaa-9e20-f1454601f9b3
This pull request addresses
Implemented the Empty Popover Error Screen with proper illustrations, as per Momentum Design guidelines.
Made the transfer and consult popover menus responsive to avoid text overflow or layout breaks on smaller screens.
Fixed excessive spacing between the popover header and top edge for better visual alignment.
Resolved issue where wrap-up controls were missing after a call ended in Chrome Extension (Extension mode).
Corrected the agent name display in the Consulting Call Control section for the receiving agent.
Updated the Wrap-up UI to align with the Figma design specifications.
Ensured End Call and End Consult buttons are visibly enabled/disabled correctly, especially for BROWSER calls on hold.
< DESCRIBE THE CONTEXT OF THE ISSUE >
by making the following changes
< DESCRIBE YOUR CHANGES >
Change Type
The following scenarios were tested
< ENUMERATE TESTS PERFORMED, WHETHER MANUAL OR AUTOMATED >
The GAI Coding Policy And Copyright Annotation Best Practices
Checklist before merging