-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[$250] Finder - Concierge chat preview is displayed with code in chat finder #50350
Comments
Triggered auto assignment to @VictoriaExpensify ( |
We think that this bug might be related to #wave-collect - Release 1 |
@VictoriaExpensify FYI I haven't added the External label as I wasn't 100% sure about this issue. Please take a look and add the label if you agree it's a bug and can be handled by external contributors |
Unable to reproduce this, posted in #QA - https://expensify.slack.com/archives/C9YU7BX5M/p1728458635539589 |
The issue is reproducible when the concierge chat updates with new information. screen-20241009-090642.mp4 |
Yup we should fix this! |
Job added to Upwork: https://www.upwork.com/jobs/~021845626651629289152 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @rojiphil ( |
Can we still reproduce this issue on version |
Edited by proposal-police: This proposal was edited at 2024-10-15 15:21:07 UTC. ProposalPlease re-state the problem that we are trying to solve in this issue.Finder - Concierge chat preview is displayed with code in chat finder What is the root cause of that problem?The Example: item.alternateText: "<h1>Let's scan your first receipt</h1>" When rendering App/src/components/SelectionList/UserListItem.tsx Lines 141 to 147 in 4a3f2da
What changes do you think we should make in order to solve the problem?To resolve this case, we should parse //.src/components/SelectionList/UserListItem.tsx#L144
- text={Str.removeSMSDomain(item.alternateText ?? '')}
+ text={Str.removeSMSDomain(Parser.htmlToText(item.alternateText).replace(/\s*\n\s*/g, ' ') ?? '')} |
@rojiphil, @VictoriaExpensify Whoops! This issue is 2 days overdue. Let's get this updated quick! |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
Sorry for the delay here. I will review this my day tomorrow and update. |
@rojiphil @VictoriaExpensify this issue was created 2 weeks ago. Are we close to approving a proposal? If not, what's blocking us from getting this issue assigned? Don't hesitate to create a thread in #expensify-open-source to align faster in real time. Thanks! |
I am unable to reproduce the problem. |
@huult While I figure out a way to reproduce this, can you please investigate why the 50350-not-reproduced.mp4 |
@rojiphil Maybe this issue was resolved by another pull request. Can you ask @kavimuru if she can reproduce the issue? If not, we can close it |
Thanks @huult. That makes sense. |
@VictoriaExpensify Can you please apply the |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
Applied the retest label |
Issue not reproducible during KI retests. (First week) |
@rojiphil, @VictoriaExpensify Whoops! This issue is 2 days overdue. Let's get this updated quick! |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
@rojiphil @VictoriaExpensify this issue is now 4 weeks old, please consider:
Thanks! |
@rojiphil, @VictoriaExpensify Still overdue 6 days?! Let's take care of this! |
@VictoriaExpensify I think we can close this issue as this is not reproducible as mentioned here |
Issue not reproducible during KI retests. (Second week) |
@rojiphil, @VictoriaExpensify Whoops! This issue is 2 days overdue. Let's get this updated quick! |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
@VictoriaExpensify, I think we can close this issue as it is not reproducible for the second week also. |
I agree with you @rojiphil - let's close it out! |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number: 9.0.45-0
Reproducible in staging?: Y
Reproducible in production?: Y
Issue reported by: Applause Internal Team
Action Performed:
Expected Result:
The preview of the Cocnierge chat in chat finder, should display the beggining of the last message without any difference with the message in chat.
Actual Result:
The preview of Concierge chat in chat finder, displays the beggining of the last message, with "
>/h1>" code in the middle of it.
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6626663_1728280381573.Concierge.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @rojiphilThe text was updated successfully, but these errors were encountered: