-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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: Use Home page in SPA #21006
fix: Use Home page in SPA #21006
Conversation
Codecov Report
@@ Coverage Diff @@
## master #21006 +/- ##
==========================================
+ Coverage 65.45% 66.27% +0.82%
==========================================
Files 1770 1770
Lines 67539 67539
Branches 7185 7185
==========================================
+ Hits 44207 44764 +557
+ Misses 21493 20936 -557
Partials 1839 1839
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Can we simplify Home page's path and use |
Who knows how to fix such error in |
I'd rather not do it now to be honest... Last time we did that it turned out to be more problematic than we anticipated |
Just add
|
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!
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.
/testenv up |
@kgabryje Ephemeral environment spinning up at http://54.187.60.237:8080. Credentials are |
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
Ephemeral environment shutdown and build artifacts deleted. |
SUMMARY
Move Welcome (Home) page into SPA. Use
GenericLink
for Welcome page.If
LOGO_TARGET_PATH
is None we use ReactLink
for it otherwise we html<a>
BEFORE
Screen.Recording.2022-08-07.at.17.32.47.mov
AFTER
Screen.Recording.2022-08-07.at.17.50.26.mov
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION