-
Notifications
You must be signed in to change notification settings - Fork 2k
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: add links to legend items in allocation-summary
#11820
Conversation
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 looks good to me 👏
Ember Asset Size actionAs of 9731dea Files that got Bigger 🚨:
Files that got Smaller 🎉:
Files that stayed the same size 🤷:
|
Ember Test Audit comparison
|
Ember Test Audit flaky testsEmber Test Audit detected these flaky tests on main:
|
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.
Just missing a changelog entry.
Also, it would good if there were a quick test around this new clicking behaviour.
<span class="color-swatch {{if @datum.className @datum.className (concat "swatch-" @index)}}" /> | ||
<span | ||
class="color-swatch {{if @datum.className @datum.className (concat "swatch-" @index)}}" | ||
></span> | ||
<span class="text"> | ||
<span class="value" data-test-legend-value="{{@datum.className}}">{{@datum.value}}</span> | ||
<span class="label">{{@datum.label}}</span> | ||
<span class="value" data-test-legend-value="{{@datum.className}}"> | ||
{{@datum.value}} | ||
</span> | ||
<span> | ||
{{@datum.label}} | ||
</span> |
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.
Auto-formater strikes again 😄
I think this file didn't actually change?
Ember Test Audit flaky testsEmber Test Audit detected these flaky tests on 045ff73:
|
@@ -98,8 +97,6 @@ | |||
&.is-clickable { | |||
a { | |||
display: block; | |||
text-decoration: none; | |||
color: inherit; | |||
} | |||
|
|||
&:not(.is-empty) { |
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.
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.
thought:
Let's wait on styling and UX changes until the Nomad Design Refresh slated for 2.0
. Otherwise, we'll go back and forth on changes for a long time when I can prioritize other higher value activities in the meantime. Also... we don't have visual regression testing in place, I'd rather focus on getting that up prior to making changes so we don't get blindsided by changes.
045ff73
to
9731dea
Compare
I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions. |
Actual