-
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
[NO QA]: migrate DeeplinkRedirectLoadingIndicator to useOnyx #49224
Conversation
Hey @getusha, Can you help me with the test steps? |
I think we can mark this PR |
@getusha I made the changes you suggested. |
Reviewer Checklist
Screenshots/Videos |
@getusha gentle bump |
Looking for a way to test this |
@getusha Can we merge this without testing? We haven't made any complex changes in this PR. |
We may have a way to test the page #19125 |
index 047d4dc823f..321d1e631f3 100644
--- a/src/CONFIG.ts
+++ b/src/CONFIG.ts
@@ -10,7 +10,7 @@ import * as Url from './libs/Url';
const get = (config: NativeConfig, key: string, defaultValue: string): string => (config?.[key] ?? defaultValue).trim();
// Set default values to contributor friendly values to make development work out of the box without an .env file
-const ENVIRONMENT = get(Config, 'ENVIRONMENT', CONST.ENVIRONMENT.DEV);
+const ENVIRONMENT = get(Config, 'ENVIRONMENT', CONST.ENVIRONMENT.STAGING);
const newExpensifyURL = Url.addTrailingForwardSlash(get(Config, 'NEW_EXPENSIFY_URL', 'https://new.expensify.com/'));
const expensifyURL = Url.addTrailingForwardSlash(get(Config, 'EXPENSIFY_URL', 'https://www.expensify.com/'));
const stagingExpensifyURL = Url.addTrailingForwardSlash(get(Config, 'STAGING_EXPENSIFY_URL', 'https://staging.expensify.com/'));
here is how to access the page, but i agree the changes aren't significant enough to QA this PR. |
src/components/DeeplinkWrapper/DeeplinkRedirectLoadingIndicator.tsx
Outdated
Show resolved
Hide resolved
…r.tsx Co-authored-by: Rory Abraham <47436092+roryabraham@users.noreply.github.com>
PR is ready for review |
✋ 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/roryabraham in version: 9.0.45-1 🚀
|
🚀 Deployed to production by https://github.com/thienlnam in version: 9.0.45-4 🚀
|
Details
Migrating src/components/DeeplinkWrapper/DeeplinkRedirectLoadingIndicator.tsx to use useOnyx instead of withOnyx.
Fixed Issues
$ #49104
PROPOSAL: #49104 (comment)
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 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: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop