Improve unified support conversation flow - #23238
Conversation
…ive CTA Add periodic and on-resume refresh for the conversations list and open chat, an adaptive reply CTA, an "Ongoing" status, and a smaller bot typing indicator. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Generated by 🚫 Danger |
|
|
After a Happiness Engineer ticket reply is sent successfully, show a
transient snackbar ("Your reply has been sent. Check your email for
updates.") so the user knows it worked. Bot chat sends are excluded.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
Collapse the auto-refresh guards into a single local flag so the function stays within the ReturnCount limit without tripping ComplexCondition. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
🤖 Build Failure AnalysisThis build has failures. Claude has analyzed them - check the build annotations for details. |
Delete the leftover translations for he_support_status_waiting_for_support and he_support_status_waiting_for_user across all locales. Their base strings were removed when the statuses were collapsed into "Ongoing", and lint flags translations without a base string (ExtraTranslation = error). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## trunk #23238 +/- ##
==========================================
- Coverage 37.92% 37.91% -0.02%
==========================================
Files 2334 2334
Lines 126984 127043 +59
Branches 17589 17614 +25
==========================================
+ Hits 48162 48166 +4
- Misses 74888 74943 +55
Partials 3934 3934 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
@adalpari I've not tested this yet, but Claude found a couple of issues that look like they should be addressed. |
Scope both auto-refresh timers to the STARTED lifecycle so they stop polling while backgrounded, switch the reply-sent confirmation to a conflated Channel so the event can't be dropped or block the send's finally block, and guard the silent list refresh against pull-to-refresh races. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Got it! I've fixed the three points set as "medium". Only the first one was a real worry though |
|
@adalpari I'm trying to test this but when I send a message I get a "Something went wrong" snackbar.
Inspection shows a 200 response with a lengthy body: |
|
That's a non-expected response. It's odd that your original message is not included in the response... Is it reproducible 100% of the time? |
Yes. |
What's your user type? |
|
Admin. |



TL/DR
In this PR we are addressing multiple feedback we got from the support uniffied conversation testing.
We have fixed some bugs, like having problems getting answers in real-time, but aso there are some improvements like better states, text sent confirmation messages, better CTAs captions, and so on
Description
Several UI and behaviour improvements to the new (unified) support
conversation flow, gated behind the
MODERN_SUPPORTexperimental feature:list now refresh silently every minute (no pull-to-refresh spinner), and
both refresh again whenever the screen returns to the foreground
(
onStart), so Happiness Engineer replies show up in the app without useraction. Background refreshes never surface an error or clobber an
in-flight reply.
successfully, a transient snackbar confirms it — "Your reply has been
sent. Check your email for updates." Bot chat sends are excluded, and a
failed send still shows the existing error snackbar instead.
open,new,hold, andpendingconversations now display a single Ongoing badge, hiding the internal
Zendesk statuses that were previously exposed as "Waiting for Support" /
"Waiting for User".
button (and the reply form title) now reads "Reply" when the last
message is from support, and "Add more info" when the last message is
the user's own or the bot's (e.g. a freshly created ticket). While the
conversation is still loading the button shows a spinner instead of a
premature, incorrect label.
were reduced in size.
Related Linear issues
Testing instructions
Requires the
MODERN_SUPPORTexperimental feature enabled(Me → App Settings → Experimental Features), and a WordPress.com account
with existing support conversations.
Basically, start a new support conversation with the bot. Then at some point ask it to "talk to a human" and move the conversation to Zendesk. Answer from Zendesk, resolve the ticket and check the flow works. Report any improvements you believe could be useful.
NOTE: if you don't want to ask for Zendesk permissions (you can get one-day permissions) send me a DM, and I'll follow the ticket.