-
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
[CP Staging] Fix selection list regressions: page animation, scroll indicator, first member highlight, bold text #25921
[CP Staging] Fix selection list regressions: page animation, scroll indicator, first member highlight, bold text #25921
Conversation
@eVoloshchak 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] |
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-08-25.at.5.40.25.PM.movMobile Web - Chrome & Mobile Web - SafariScreen.Recording.2023-08-25.at.7.38.15.PM.movDesktopDesktopS.moviOS & AndroidScreen.Recording.2023-08-25.at.6.21.08.PM.mov |
@thiagobrez We don't need a scroll indicator pronouns page? |
@Santhosh-Sellavel It was not specified which lists were supposed to have it. I thought it was supposed only for long lists (read someone saying this somewhere but can't find it), so I added to the Timezone Page, Year Picker, Workspace Members and Workspace Invite |
@Santhosh-Sellavel Seems like you're on System light mode, but dark mode in the app, so that's expected. The scrollbar is just the default, same as the old implementation |
Yes you are right! |
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!
cc: @cristipaval @mountiny
Congrats, that’s your 5th PR merged! 🎉 Do you know about the ContributorPlus role? It’s an opportunity to earn more in the Expensify Open Source community. Keep up the great work - 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. |
…egressions-1 [CP Staging] Fix selection list regressions: page animation, scroll indicator, first member highlight, bold text (cherry picked from commit 837020d)
🚀 Deployed to staging by https://github.com/cristipaval in version: 1.3.57-4 🚀
|
🚀 Deployed to production by https://github.com/luacmartins in version: 1.3.57-6 🚀
|
🚀 Deployed to staging by https://github.com/cristipaval in version: 1.3.59-0 🚀
|
🚀 Deployed to production by https://github.com/luacmartins in version: 1.3.59-5 🚀
|
Details
Fixes part of the regressions found in SelectionList, enumerated here: https://expensify.slack.com/archives/C01GTK53T8Q/p1692920321478729
More context:
https://expensify.slack.com/archives/C01GTK53T8Q/p1692952886670059
Fixed Issues
$ #25860
$ #25879
$ #25890
$ #25896
PROPOSAL:
Tests
In Profile -> Personal Details -> Date of birth -> Year:
In Profile -> Timezone:
In Profile -> Pronouns:
In Workspace -> Members:
In Workspace -> Members -> Invite:
Offline tests
QA Steps
In Profile -> Personal Details -> Date of birth -> Year:
In Profile -> Timezone:
In Profile -> Pronouns:
In Workspace -> Members:
In Workspace -> Members -> Invite:
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)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
Web
<video src"https://github.com/Expensify/App/assets/26878038/9e0c04e2-0b1d-4fc7-85bf-3c6d27e3d267" />
Mobile Web - Chrome
android.web.mov
Mobile Web - Safari
ios.web.mp4
Desktop
iOS
ios.native.mp4
Android
Screen.Recording.2023-08-25.at.13.20.58.mov