-
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 #46838] Room - User details page can't be opened from members list #47313
Comments
Triggered auto assignment to @Christinadobrzyn ( |
We think that this bug might be related to #vip-vsb |
@Christinadobrzyn 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 |
ProposalPlease re-state the problem that we are trying to solve in this issue.Room - User details page can't be opened from members list What is the root cause of that problem?We are toggling user when App/src/pages/RoomMembersPage.tsx Line 302 in 59741d8
What changes do you think we should make in order to solve the problem?Instead of toggling the use when App/src/pages/ReportParticipantsPage.tsx Lines 290 to 300 in 59741d8
I think all users can access the participants details page but we can confirm the behaviour before implementing. const openMemberDetails = useCallback((item: ListItem) => {
Navigation.navigate(ROUTES.PROFILE.getRoute(item?.accountID ?? ''));
}, []); What alternative solutions did you explore? (Optional) |
I don't really understand how the expected and actual results are associated with the video. I'm going to ask the team for some clarifications on what is expected here. https://expensify.slack.com/archives/C066HJM2CAZ/p1723565856002269 |
monitoring PR - #47201 |
1 similar comment
monitoring PR - #47201 |
monitoring PR - #47201 Heads up that I'll be ooo 9/4 - 9/10. I'm not going to assign a new BZ teammate to this as we're working on the PR. If you need a BZ teammate, please ping in slack. |
monitoring PR - #47201 |
1 similar comment
monitoring PR - #47201 |
This is resolved with #47201! Closing. |
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: v9.0.19-9
Reproducible in staging?: Y
Reproducible in production?: Y
If this was caught during regression testing, add the test name, ID and link from TestRail: https://expensify.testrail.io/index.php?/cases/view/2654638
Issue reported by: Applause Internal Team
Action Performed:
Precondition: #room conversation with at least 2 users, one that has a custom avatar and the other has a default avatar
Expected Result:
In the conversation viewer, when clicking on the avatar of any of the users, a modal with the user information should display. When interacting the avatar inside the user details modal, a full size view of the avatar should display.
Actual Result:
Clicking on user avatar leads to user select/unselect. User details page is not opened.
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6570821_1723548555934.bandicam_2024-08-13_14-28-23-514.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: