-
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
[HOLD for payment 2024-08-14] [$250] When a room or report is renamed, the report action shows up using an old centered message style #44620
Comments
Triggered auto assignment to @JmillsExpensify ( |
Job added to Upwork: https://www.upwork.com/jobs/~0191d8611609765fe7 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @abdulrahuman5196 ( |
This comment was marked as outdated.
This comment was marked as outdated.
Ah apologies, to clarify, we do not want to use this component, we want to use our standard system message component and get rid of the current component being used. |
ProposalPlease re-state the problem that we are trying to solve in this issue.What is the root cause of that problem?The
What changes do you think we should make in order to solve the problem?We will use i.e, here: else if (action.actionName === CONST.REPORT.ACTIONS.TYPE.RENAMED) {
const originalMessage = ReportActionsUtils.isRenamedAction(action) ? ReportActionsUtils.getOriginalMessage(action) : null;
const oldName = originalMessage?.oldName ?? '';
const newName = originalMessage?.newName ?? '';
const message = translate('newRoomPage.renamedRoomAction', {oldName, newName});
children = <ReportActionItemBasicMessage message={message} />;
} Result:Screen.Recording.2024-06-28.at.8.01.47.PM.mov |
@JmillsExpensify, @abdulrahuman5196 Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
Hi, Will check on this today. |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
@JmillsExpensify, @abdulrahuman5196 Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
@neonbhai 's proposal here #44620 (comment) looks good and works well. 🎀 👀 🎀 |
Triggered auto assignment to @roryabraham, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
@JmillsExpensify @abdulrahuman5196 @roryabraham 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! |
@JmillsExpensify, @abdulrahuman5196, @roryabraham Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
If you are the assigned CME please investigate whether the linked PR caused a regression and leave a comment with the results. If a regression has occurred and you are the assigned CM follow the instructions here. If this regression could have been avoided please consider also proposing a recommendation to the PR checklist so that we can avoid it in the future. |
@roryabraham @shawnborton Does this also need to be changed? |
Yes, that should match whatever is shown in the chat. Out of curiosity, why wouldn't it match? |
Yes, that was missed in code changes |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.17-2 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2024-08-14. 🎊 For reference, here are some details about the assignees on this issue:
|
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
Not regression. New implementation
Yes.
|
#44620 (comment) - was this considered a regression or follow-up? |
#47342 was a follow-up. LHN message was different from chat before this PR and copy to clipboard functionality for renamed action was altogether missing from ContextMenuActions. The follow up added these to bring renamed action in line with other messages |
@trjExpensify This was not a regression IMO. Even before this PR the same was present. And the issue was tackled in a different PR unifying the message strings. While in this PR we had updated the UX to match with expected UX while the message strings was not much changed. For reference - https://expensify.slack.com/archives/C01GTK53T8Q/p1722946998491139, #44620 (comment) |
Cool, sounds good. So, @JmillsExpensify payment summary as follows:
|
Catching up from OOO. I'll issue payments now. |
$250 approved for @abdulrahuman5196 |
Contracts paid out. I'm not going to create a regression test since it's a one-time visual change. |
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.3-2
Reproducible in staging?: Yes
Reproducible in production?: Yes
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by: @shawnborton
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1719556190081699
Action Performed:
Expected Result:
The
RENAMED
report action (ref) should use the newer system message style whereby the message comes from the user that took the action in grey font.The format should be something like:
Given that, we also need to update the copy of the message slightly such that the actor is not included in the copy (i.e "You" in the screenshots) as the message is coming from the person that took the action.
Actual Result:
Renaming reports or rooms uses an old report action style. It looks like a normal chat message and it's centered on the report/chat.
Workaround:
N/A
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @JmillsExpensifyThe text was updated successfully, but these errors were encountered: