-
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/32875/svg color and olddot url #33863
Fix/32875/svg color and olddot url #33863
Conversation
@dubielzyk-expensify @eVoloshchak One of you needs to 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] |
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.
From a UI perspective this looks good to me 👍
Friendly bump @eVoloshchak |
Reassigning to @thesahindia instead since he was the original reviewer and assigned C+ to the issue. |
@barttom, shouldn't I get logged into old dot? Screen.Recording.2024-01-09.at.12.48.33.AM.mov |
Yes, you should |
@thesahindia Take a look at the url. Probably DEV instance for olddot doesn't exist. |
@barttom is right, it redirects you to the local dev environment for oldDot. I can test it as well, but for now, for the videos, could you guys just modify |
It works on dev for web, I haven't tested the other platforms yet. Monosnap.screencast.2024-01-09.14-14-11.mp4 |
That makes sense! |
@thesahindia @barttom Could you guys update the video by forcing the JS function to go to staging? |
@@ -128,6 +128,8 @@ const defaultProps = { | |||
...withCurrentUserPersonalDetailsDefaultProps, | |||
}; | |||
|
|||
const INBOX_URL = 'inbox'; |
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.
Can we move this to CONST and also replace it in places like this one?
onPress={() => Link.openOldDotLink('inbox')} |
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.
@barttom Friendly bump to address this one last comment
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.
Thanks, done :)
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-01-10.at.4.58.51.PM.movAndroid: mWeb ChromeScreen.Recording.2024-01-10.at.5.00.41.PM.moviOS: NativeScreen.Recording.2024-01-10.at.4.51.55.PM.moviOS: mWeb SafariScreen.Recording.2024-01-10.at.4.55.33.PM.movMacOS: Chrome / SafariScreen.Recording.2024-01-10.at.4.44.55.PM.movMacOS: DesktopScreen.Recording.2024-01-10.at.3.58.14.PM.mov |
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!
Added them in #33863 (comment) |
e1a674a
to
0e9ab90
Compare
0e9ab90
to
cc02642
Compare
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
@pecanoro I had conflicts here and needed to rebase my branch, so that's why I used 'force' flag |
🚀 Deployed to staging by https://github.com/pecanoro in version: 1.4.25-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 1.4.25-10 🚀
|
}, | ||
shouldShowRightIcon: true, | ||
iconRight: Expensicons.NewWindow, | ||
link: CONST.EXPENSIFY_INBOX_URL, | ||
link: Link.buildOldDotURL(CONST.OLDDOT_URLS.INBOX), |
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.
This caused a regression here #35310, Link.buildOldDotURL
returns a promise not a string
Details
Fixed Issues
$ #32875
$ #33284
$ #33519
PROPOSAL: -
Tests
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 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)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label 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
33863_android.mov
Android: mWeb Chrome
iOS: Native
33863_ios.mov
iOS: mWeb Safari
MacOS: Chrome / Safari
33863_web.mov
MacOS: Desktop