-
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
fix 55705 LHN - user name disappear from ws rooms admins #55974
fix 55705 LHN - user name disappear from ws rooms admins #55974
Conversation
@rushatgabhane Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
@rushatgabhane you can review now, i added the videos, thanks |
@rushatgabhane no changes, just some variables names and synchronisation with main |
…-opening-Admins-room
@rushatgabhane our PR is ready since 5 days now, like melvin-bot wlll say PRs have feeling too 😃 . Lets move this forward, thx |
reviewing today! |
Reviewer Checklist
Screenshots/VideosAndroid: mWeb Chrome |
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.
i think there is an extra space in the LHN message
@rushatgabhane it's done 👍 plus a little adaptation to a change in main for ReportActionUtils |
@rushatgabhane as translation files are involved, i think we should move this forward as quicker as possible to avoid frequently resolving conflicts like i did yesterday |
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.
LGTM!
src/languages/en.ts
Outdated
@@ -5045,6 +5046,7 @@ const translations = { | |||
`updated the role of ${email} to ${newRole === 'member' || newRole === 'user' ? 'member' : newRole} (previously ${ | |||
currentRole === 'member' || currentRole === 'user' ? 'member' : currentRole | |||
})`, | |||
employeeLeft: ({nameOrEmail}: EmployeeLeftParams) => `${nameOrEmail} left the workspace`, |
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.
Can we rename this to leftWorkspace
and remove the other occurrence of leftWorkspace
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.
yes, it makes sense 👍
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.
One change
@srikarparsi it's done ! 👍 |
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.
looks good, thanks!
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Explanation of Change
Fixed Issues
$ 55705
PROPOSAL: #55705 (comment)
Tests
Prerequisite: Have two different accounts opened in two different devices or environments.
Offline tests
QA Steps
Same as tests
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
android_native.mp4
Android: mWeb Chrome
android_mweb.mp4
iOS: Native
ios_native.mp4
iOS: mWeb Safari
ios_mweb_safari.mp4
MacOS: Chrome / Safari
ios_web_safari.mp4
MacOS: Desktop
macos_desktop.mp4