-
Notifications
You must be signed in to change notification settings - Fork 147
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
BED-5453: deep linking support for selected environment #1170
base: main
Are you sure you want to change the base?
Conversation
…nly remove items found in updatedParams
@@ -69,6 +69,7 @@ | |||
"eslint-config-prettier": "^9.1.0", | |||
"eslint-plugin-react": "^7.34.1", | |||
"eslint-plugin-react-hooks": "^4.6.0", | |||
"history": "^5.3.0", |
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.
same package added to bhe and bhce
}, | ||
})); | ||
|
||
const QualityAssuranceV2: React.FC = () => { |
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.
I made a v2 for the QA component to consolidate the state in a similar way as GroupManagementContent
because they behave similarly from a selected environment perspective.
Also added a loading state while fetching the environment
@@ -14,7 +14,7 @@ | |||
// |
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.
All changes in here are either renaming useAvailableDomains
, or porting styles from the original GraphView
Description
This PR:
Motivation and Context
This PR addresses: BED-5453
Functionality should be the same from BHCEs perspective apart from now seeing the selected environment in the URL.
How Has This Been Tested?
Added Unit tests and performed manual tests.
Screenshots (optional):
Types of changes
Checklist: