-
Notifications
You must be signed in to change notification settings - Fork 29
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
feat(global-header): implemented support button in header #373
base: main
Are you sure you want to change the base?
feat(global-header): implemented support button in header #373
Conversation
Important This PR includes changes that affect public-facing API. Please ensure you are adding/updating documentation for new features or behavior. Changed Packages
|
@@ -71,7 +71,7 @@ const defaultGlobalHeaderComponentsMountPoints: GlobalHeaderComponentMountPoint[ | |||
props: { | |||
icon: 'support', | |||
tooltip: 'Support', | |||
to: '/support', | |||
to: 'https://github.com/redhat-developer/rhdh/issues', |
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.
When you open that page and click on create you will notice that we redirect all our users to Jira instead.
So it should be:
to: 'https://github.com/redhat-developer/rhdh/issues', | |
to: 'https://issues.redhat.com/browse/RHIDP', |
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.
Good catch on my dev code. Thank you 🤝
Hmm, https://issues.redhat.com/browse/RHIDP
is an internal Jira page, do the users have the access to it?
https://github.com/redhat-developer/rhdh/issues
is the one anyone can visit right?
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.
But GH issues will be empty and users shouldn't ask questions there.
Since it's just a dev page you can maybe simple use https://developers.redhat.com/rhdh/overview ?
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 link goes directly to the create issue form if that is preferrable: https://issues.redhat.com/secure/CreateIssue.jspa?pid=12335748&issueType=13263
4ed7f09
to
557271b
Compare
@ciiay it looks great! |
0374d2b
to
d2313e4
Compare
@ciiay , Not able to see unit tests , will we be targeting it as part of another story ? |
449d0e6
to
6de364c
Compare
Please retry analysis of this Pull-Request directly on SonarQube Cloud |
Signed-off-by: Yi Cai <[email protected]>
Signed-off-by: Yi Cai <[email protected]>
Signed-off-by: Yi Cai <[email protected]>
Signed-off-by: Yi Cai <[email protected]>
Signed-off-by: Yi Cai <[email protected]>
Signed-off-by: Yi Cai <[email protected]>
Signed-off-by: Yi Cai <[email protected]>
Signed-off-by: Yi Cai <[email protected]>
Signed-off-by: Yi Cai <[email protected]>
0e36418
to
0774a82
Compare
Signed-off-by: Yi Cai <[email protected]>
Signed-off-by: Yi Cai <[email protected]>
Signed-off-by: Yi Cai <[email protected]>
Signed-off-by: Yi Cai <[email protected]>
Signed-off-by: Yi Cai <[email protected]>
Will work on a separate PR. This PR needs to get in and release the first version for RHDH cluster testing asap. |
Signed-off-by: Yi Cai <[email protected]>
Signed-off-by: Yi Cai <[email protected]>
|
Hey, I just made a Pull Request!
For RHIDP-5252
✔️ Checklist
screen recording(updated on Feb 6th):
Tested with RHDH PR #2263, and theme update PR
rhidp_5252_final.mp4