-
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
Fix: "Remove members" and "Make admin" options are present for owner #47257
Conversation
@neonbhai I unchecked these two items cause they don't seem to be done. I see a warning in your first video
Don't we have checkboxes on larger screens? It'd be good to show that this list displays and works correctly on MacOS and Desktop |
@cead22 hi, this warning isn't related to this PR. It seems to occur when I change branches (and the Metro hot reloads) without rebuilding the apk, as rebuilding takes 1hr+ for me. Rebuilding fixes the issue. I've updated the PR
you're right, updated the tests! |
Ah interesting, thanks for the context! |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-08-23.at.1.42.55.in.the.afternoon.movAndroid: mWeb ChromeScreen.Recording.2024-08-23.at.1.30.03.in.the.afternoon.moviOS: NativeScreen.Recording.2024-08-23.at.1.45.38.in.the.afternoon.moviOS: mWeb SafariScreen.Recording.2024-08-23.at.1.31.57.in.the.afternoon.movMacOS: Chrome / SafariScreen.Recording.2024-08-23.at.1.25.49.in.the.afternoon.movMacOS: DesktopScreen.Recording.2024-08-23.at.1.40.17.in.the.afternoon.mov |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/cead22 in version: 9.0.25-0 🚀
|
1 similar comment
🚀 Deployed to staging by https://github.com/cead22 in version: 9.0.25-0 🚀
|
Details
The selection mode allows users to long press and select items which should be disabled. This PR fixes it.
Fixed Issues
$ #46620
PROPOSAL: #46620 (comment)
Tests
For small screens:
For MacOS & Desktop:
Offline tests
Same as Tests step
QA Steps
Same as Tests step
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.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
Screen.Recording.2024-08-18.at.1.37.12.PM.mov
Android: mWeb Chrome
Screen.Recording.2024-08-13.at.12.47.47.AM.mov
iOS: Native
Screen.Recording.2024-08-13.at.12.29.47.AM.mov
iOS: mWeb Safari
Screen.Recording.2024-08-13.at.12.31.36.AM.mov
MacOS: Chrome / Safari
Screen.Recording.2024-08-18.at.12.41.26.PM.mov
MacOS: Desktop
Screen.Recording.2024-08-19.at.1.11.45.PM.mov