Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

maurycupitt
Copy link
Contributor

Fix #154

Show only the suggested version when the golden version is available

@paul-botsco-2-0 paul-botsco-2-0 bot added the 😍 cla signed The CLA is signed label Dec 4, 2024
Copy link

sonarqubecloud bot commented Dec 4, 2024

@@ -390,5 +390,9 @@
"GOLDEN_VERSION": {
"message": "Golden Version",
"description": "Golden Version (IQ 184+)"
},
Copy link
Contributor

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,
Copy link
Contributor

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.

Copy link
Contributor

@madpah madpah left a 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
😍 cla signed The CLA is signed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: Remediation should not show "No new version..." when there is a golden version
2 participants