-
Notifications
You must be signed in to change notification settings - Fork 3
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: show only the suggested version when a golden version is available #155
base: main
Are you sure you want to change the base?
Conversation
Quality Gate passedIssues Measures |
@@ -390,5 +390,9 @@ | |||
"GOLDEN_VERSION": { | |||
"message": "Golden Version", | |||
"description": "Golden Version (IQ 184+)" | |||
}, |
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.
You need to define this new message in all language files please @maurycupitt
@@ -19,6 +19,7 @@ import { | |||
NxLoadingSpinner, | |||
NxMeter, | |||
NxPolicyViolationIndicator, | |||
NxSmallTag, |
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.
Defined and unused - tidy up imports please.
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.
Changes requested please @maurycupitt
Fix #154
Show only the suggested version when the golden version is available