-
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
Popover for remove copilot and change access level #47984
Conversation
Bug Remove copilot modal is not visible for iOS native:Screen.Recording.2024-10-02.at.5.22.06.PM.mov |
I am only able to reproduce the above on iOS native. all other platforms work fine, @rushatgabhane can you try once on your side? |
hmmm, tried Modal.close but it didn't work trying other ideas |
How's the investigation going? |
@allgandalf @dangrous all resolved and screenshots updated. |
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.
Lets merge this 🚀
looking now! @allgandalf can you check off the checklist (iOS native test) if that's all good? The bot is sad. |
Okay so in my testing, updating a role works great but removing a delegate doesn't work at all. It looks like |
Didn't check off on purpose! |
Yeah i didn't check off the checklist for the same reason, wanted your 👀 as well! @rushatgabhane can you please look into this |
interestingg |
ahh when i merged There is a race condition between |
Fixed @allgandalf @dangrous Screen.Recording.2024-10-10.at.08.04.08.mov |
I will test the flow again later today and approve |
Awesome! Thanks for sussing that out |
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.
Tested on iOS native, works great
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.
Okay let's do it! I found a very edge case bug where the popover shows up in a weird place if you have changed your screen size on web since loading the page / opening it last, but we have a number of edge case bugs that exist about changing screen size so I don't think it's a blocker, not really a thing we specifically support.
Thank you both for all your hard work on this!
I'm going to merge, and let's just keep an eye out for any additional bugs
✋ 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/dangrous in version: 9.0.49-0 🚀
|
🚀 Deployed to production by https://github.com/marcaaron in version: 9.0.49-2 🚀
|
Details
Fixed Issues
$ #46921
$ #46925
PROPOSAL:
Tests
Pre-req: be on copilot beta.
Add copilot
Change access level
Remove copilot
Offline tests
QA Steps
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-10-09.at.12.38.57.mov
Android: mWeb Chrome
iOS: Native
Screen.Recording.2024-10-09.at.12.19.24.mov
iOS: mWeb Safari
Screen.Recording.2024-10-09.at.12.34.53.mov
MacOS: Chrome / Safari
Screen.Recording.2024-09-29.at.12.56.22.mov
MacOS: Desktop
Screen.Recording.2024-10-09.at.11.51.56.mov