-
Notifications
You must be signed in to change notification settings - Fork 3k
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] Unbold Self DM Email in LHN when Marked Unread #39712
Comments
Triggered auto assignment to @slafortune ( |
We think this issue might be related to the #vip-vsb. |
Job added to Upwork: https://www.upwork.com/jobs/~0170aaaa13241fdd11 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @cubuspl42 ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.Mark as unread on a self dm report won't show the LHN title as bold. What is the root cause of that problem?After this PR, we don't bold the title if the notification preference of the report is MUTE. In self DM case, the notification preference is MUTE, so the title isn't bold.
What changes do you think we should make in order to solve the problem?If we want to make an exception to self DM, we can ignore the notification preference if it's a self DM.
we can apply the fix to other places where the PR touches it |
ProposalPlease re-state the problem that we are trying to solve in this issue. When marking the message as unread in self-DM from RHN options, Then in the self-DM email/report doesn't appear bold in LHN. But when opened it then new Message line came before it. What is the root cause of that problem?
What changes do you think we should make in order to solve the problem?
Proposal 1: Proposal 2: const textUnreadStyle = optionItem?.isUnread && (optionItem?.isSelfDM ?? optionItem.notificationPreference !== CONST.REPORT.NOTIFICATION_PREFERENCE.MUTE) ? [textStyle, styles.sidebarLinkTextBold] : [textStyle];
After Fixed Result Screen.Recording.2024-04-06.at.1.28.38.PM.mp4 |
📣 @projects-ashish! 📣
|
Contributor details |
✅ Contributor details stored successfully. Thank you for contributing to Expensify! |
Doesn't this make the observed behavior the expected behavior? Maybe the report is a result of an outdated regression test? |
Ah! Thanks @cubuspl42 , Yes - I agree! Closing |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: v1.4.60-5
Reproducible in staging?: Y
Reproducible in production?: Y
Email or phone of affected tester (no customers): [email protected]
Logs: https://stackoverflow.com/c/expensify/questions/4856
Issue reported by: Applause-Internal team
Action Performed:
1, Click on the Search button and search for "You."
2, Enter the self DM and write a message, then mark it as unread.
3, Notice that a new message line appears, but the self-DM email in the LHN doesn't appear bold.
Expected Result:
When writing a message in self-DM and marking it as unread, the self-DM email should appear bold in LHN.
Actual Result:
When marking the message as unread in self-DM, a new message line appears above the message, but the self-DM email doesn't appear bold in LHN.
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Bug6438480_1712265005065.Screen_Recording_2024-04-04_at_2.08.10_PM.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: