-
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
[Internal QA] [Company cards] Navigate to some other existing feed after removing one #52893
[Internal QA] [Company cards] Navigate to some other existing feed after removing one #52893
Conversation
@DylanDylann 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] |
@DylanDylann What is your ETA for this one? |
@mountiny I will try to complete it today or early tomorrow (It is midnight in my timezone) |
Thanks! |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-11-22.at.11.25.04.movAndroid: mWeb ChromeScreen.Recording.2024-11-22.at.11.15.22.moviOS: NativeScreen.Recording.2024-11-22.at.11.24.16.moviOS: mWeb SafariScreen.Recording.2024-11-22.at.11.19.05.movMacOS: Chrome / SafariScreen.Recording.2024-11-22.at.11.00.25.movMacOS: DesktopScreen.Recording.2024-11-22.at.11.14.07.mov |
@VickyStash I see a very minor bug, when removing the feed we set the selected feed to another one before going back. It caused the name of the new feed to display a moment on the setting page before the modal is dismissed BUG.mov |
@DylanDylann Added a minor fix to the card display on the member details page, as it was discussed here: fb7a68b |
minor bug here, the rest looks fine |
I think it should be possible to fix it in several ways:
@mountiny @DylanDylann What do you think? |
I would avoid the params for now so lets try the useMemo |
Made a minor fix: 2e28afd Simulator.Screen.Recording.-.iPhone.16.Pro.-.2024-11-22.at.11.45.16.mp4 |
If we change the feed name and remove feed, the original feed name is displayed in a moment Screen.Recording.2024-11-22.at.18.21.07.mov |
@mountiny I think fixing it can be kind of tricky and it's hard to notice on the video, what do you think? |
I dont think that has to be a blocker |
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
✋ 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/mountiny in version: 9.0.66-0 🚀
|
Explanation of Change
[Company cards] Navigate to some other existing feed after removing one
Fixed Issues
$ #52886
$ #52915
PROPOSAL: N/A
Tests
Offline tests
Same, as in the Tests section.
QA Steps
Same, as in the Tests section.
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.mp4
Android: mWeb Chrome
android_web.mp4
iOS: Native
ios.mp4
MacOS: Chrome / Safari
web.mp4
MacOS: Desktop
desktop.mp4