-
Notifications
You must be signed in to change notification settings - Fork 2k
Help Center: Add loading state when transferring to Zendesk #107875
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
Help Center: Add loading state when transferring to Zendesk #107875
Conversation
Jetpack Cloud live (direct link)
Automattic for Agencies live (direct link)
|
|
This PR modifies the release build for the following Calypso Apps: For info about this notification, see here: PCYsg-OT6-p2
To test WordPress.com changes, run |
|
Here is how your PR affects size of JS and CSS bundles shipped to the user's browser: Async-loaded Components (~64 bytes added 📈 [gzipped]) DetailsReact components that are loaded lazily, when a certain part of UI is displayed for the first time. Legend What is parsed and gzip size?Parsed Size: Uncompressed size of the JS and CSS files. This much code needs to be parsed and stored in memory. Generated by performance advisor bot at iscalypsofastyet.com. |
0b765d1 to
8b6fee1
Compare
…creating-conversation
| { chat.provider === 'odie' && chat.status === 'transfer' && ( | ||
| <ThinkingPlaceholder | ||
| content={ | ||
| __( 'Connecting to the support team', __i18n_text_domain__ ) + |
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.
Perhaps instead of Connecting to the support team, we can say Requesting human support. This should align well with the marker we'll show after that says "Waiting for human".
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.
Thanks Filippo, I updated the copy!
fditrapani
left a comment
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.
Thanks for working on this Emanuele! I added a minor comment for the copy.
|
This Pull Request is now available for translation here: https://translate.wordpress.com/deliverables/31456402 Some locales (Hebrew) have been temporarily machine-translated due to translator availability. All other translations are usually ready within a few days. Untranslated and machine-translated strings will be sent for translation next Monday and are expected to be completed by the following Friday. Thank you @escapemanuele for including a screenshot in the description! This is really helpful for our translators. |
fditrapani
left a comment
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.
Thanks for the update! looks good on my end!
dsas
left a comment
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.
Seems fine 👍
|
This Pull Request is now available for translation here: https://translate.wordpress.com/deliverables/31456402 Some locales (Hebrew) have been temporarily machine-translated due to translator availability. All other translations are usually ready within a few days. Untranslated and machine-translated strings will be sent for translation next Monday and are expected to be completed by the following Friday. Thank you @escapemanuele for including a screenshot in the description! This is really helpful for our translators. |
* Remove transfer messages * Use thinking placeholder * Add zendesk staging * Change copy * Better copy * Refactor code * Get message from const * No Odie transfer needed * Reitnroduce transfer messages * Better user message * Change copy
Fixes https://linear.app/a8c/issue/DOTCOM-15539/add-loader-odie-thinking-when-creating-conversation
Proposed Changes
Screen.Recording.2026-01-06.at.16.05.58.mov
NEXT: https://linear.app/a8c/issue/DOTSUP-381/improve-odie-human-handoff
Testing Instructions