-
Notifications
You must be signed in to change notification settings - Fork 134
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
Use consistent icons #2517
Use consistent icons #2517
Conversation
Hey nwmac! Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you and the commit authors have already signed the CLA. |
Codecov Report
@@ Coverage Diff @@
## v2-master #2517 +/- ##
=============================================
+ Coverage 70.42% 70.42% +<.01%
=============================================
Files 594 594
Lines 25132 25135 +3
Branches 5674 5674
=============================================
+ Hits 17698 17701 +3
Misses 7434 7434 |
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.
The no entities message icon isn't consistent. See top level services list and application service instances (might be in other places too).
We should look at the use of subtle on the boolean icon and ensure we're consistent. From Neil: [The subtle flag] Swaps out green/red for subtle colors - i.e not indicating a success or failure but a status
Example:
- Services in the market place use subtle for the yes/no statuses
- Build packs enabled/disable status doesn't use subtle
@KlapTrap I've addressed the top-level no-content messages. Will do boolean indicators in another PR. |
* v2-master: (63 commits) Postflight script times out if it can not connect Update pgsql_tokens.go Update proxy.env Changes in response to feedback Update `meta_data` field Fix DB schema Configurable backend log level Remove base git package Remove console log Fixed application service instance creation Allow arbitrary suffixes to tag Minor tweaks to the Release pipeline Update CHANGELOG.md minor tweaks trivial changes Changelog wip Update tests to include excluded entities Throw recursive delete failed on cf error wip ...
This PR fixes #2239, it: