-
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
ui: Add optional memory max to task details ribbon #10459
Conversation
This is the first step in #10268.
Ember Asset Size actionAs of a9d3964 Files that got Bigger 🚨:
Files that stayed the same size 🤷:
|
Ember Test Audit comparison
|
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.
As is, this shows two numbers without an explanation of the difference. I added Max
as suggestions.
Co-authored-by: Michael Lange <[email protected]>
Co-authored-by: Michael Lange <[email protected]>
Thanks for catching that oversight 😳💞 |
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.
…d into f-ui/memory-max-in-ribbon
The previous implementation could show a maximum that was lower than the memory total, which could be confusing. This changes the calculation so if no maximum is specified, the sum falls back to using the memory, so the maximum shown will always be the larger number.
This is a reversion from #10459, more background here: #10268 (comment)
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. |
This is the first step in #10268.