-
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
[TS migration] Migrate 'CustomStatus' page to TypeScript #38797
[TS migration] Migrate 'CustomStatus' page to TypeScript #38797
Conversation
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.
Couple comments, overall good work!
src/pages/settings/Profile/CustomStatus/StatusClearAfterPage.tsx
Outdated
Show resolved
Hide resolved
src/pages/settings/Profile/CustomStatus/StatusClearAfterPage.tsx
Outdated
Show resolved
Hide resolved
src/pages/settings/Profile/CustomStatus/StatusClearAfterPage.tsx
Outdated
Show resolved
Hide resolved
src/pages/settings/Profile/CustomStatus/StatusClearAfterPage.tsx
Outdated
Show resolved
Hide resolved
src/pages/settings/Profile/CustomStatus/StatusClearAfterPage.tsx
Outdated
Show resolved
Hide resolved
src/pages/settings/Profile/CustomStatus/StatusClearAfterPage.tsx
Outdated
Show resolved
Hide resolved
src/pages/settings/Profile/CustomStatus/StatusClearAfterPage.tsx
Outdated
Show resolved
Hide resolved
src/pages/settings/Profile/CustomStatus/StatusClearAfterPage.tsx
Outdated
Show resolved
Hide resolved
src/pages/settings/Profile/CustomStatus/StatusClearAfterPage.tsx
Outdated
Show resolved
Hide resolved
src/pages/settings/Profile/CustomStatus/StatusClearAfterPage.tsx
Outdated
Show resolved
Hide resolved
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.
Also, I have seen many changes unrelated to TS migration itself, let's test it extensively and make sure we won't have regressions!
src/pages/settings/Profile/CustomStatus/StatusClearAfterPage.tsx
Outdated
Show resolved
Hide resolved
@fabioh8010 could you point me to those changes? (or maybe you have in mind some tests you want to be performed) |
Co-authored-by: Fábio Henriques <fabio.lacerda@outlook.com>
@ntdiary kind bump 🙂 |
Under review. :) |
Reviewer Checklist
Screenshots/VideosAndroid: Native38797-android-native.mp4Android: mWeb Chrome38797-android-chrome.mp4iOS: Native38797-ios-native.mp4iOS: mWeb Safari38797-ios-safari.mp4MacOS: Chrome / Safari38797-web.mp4MacOS: Desktop38797-desktop.mp4 |
src/pages/settings/Profile/CustomStatus/StatusClearAfterPage.tsx
Outdated
Show resolved
Hide resolved
@ntdiary addressed! |
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. :)
We did not find an internal engineer to review this PR, trying to assign a random engineer to #38540 as well as to this PR... Please reach out for help on Slack if no one gets assigned! |
✋ 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/arosiclair in version: 1.4.59-0 🚀
|
🚀 Deployed to production by https://github.com/Julesssss in version: 1.4.60-13 🚀
|
Details
Fixed Issues
$ #38540
PROPOSAL:
Tests
/settings/profile
)Status
section (/settings/profile/status
)Offline tests
QA Steps
/settings/profile
)Status
section (/settings/profile/status
)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
android.native.mov
Android: mWeb Chrome
android.chrome.mov
iOS: Native
iOS.native.1.mov
iOS: mWeb Safari
ios.safari.mov
MacOS: Chrome / Safari
Web.video.mov
MacOS: Desktop
Desktop.video.mov