-
Notifications
You must be signed in to change notification settings - Fork 7
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
Migrate company overview to React Router #6400
Migrate company overview to React Router #6400
Conversation
Passing run #49852 ↗︎Details:
Review all test suite changes for PR #6400 ↗︎ |
1e9dd6b
to
88c1760
Compare
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.
The changes to this file are very minimal when compared with the original version
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.
The changes to this file are very minimal when compared with the original version
f9f4304
into
feature-merge/company-layout-refactoring
Description of change
This is the first in a series of PRs to migrate the company pages to React Router. A new version of
CompanyLayout
andCompanyLocalHeader
have been created that works with theDefaultLayout
. The old one will be removed once all pages are migrated.The company overview page has been updated in order to test the new components (this page has also been moved into the
modules
directory).Test instructions
Go to the overview tab for a company. Everything should work as before.
Checklist