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

use icons for service status in dashboard #484

Closed
danmoseley opened this issue Oct 25, 2023 · 6 comments
Closed

use icons for service status in dashboard #484

danmoseley opened this issue Oct 25, 2023 · 6 comments

Comments

@danmoseley
Copy link
Member

Consider replacing the text in the State column with icons (plus accessible text through aria/hover) in order to reduce the wall of text on the dashboard and make it quicker and easier to scan for state.

I guess the possible states are Exited, FailedToStart, Paused, Pending, Removed, Running, Unknown

We could do this short term with something like the open source bootstrap icons?

@JamesNK
Copy link
Member

JamesNK commented Oct 25, 2023

The icon could just be a circle and then red/green/yellow depending on the status.

@timheuer
Copy link
Member

Fluent icons have: DissmissCircle (error state), ErrorCircle (warning state), CircleFilled (good state) I would think would be good visuals + color as James suggests.

@DamianEdwards
Copy link
Member

The icon could just be a circle and then red/green/yellow depending on the status.

For accessibility reasons we shouldn't rely on different colors of the same shape to indicate anything, but the Fluent icons @timheuer suggests should be different enough without considering color to be OK.

@dbreshears dbreshears added this to the some time after preview milestone Oct 30, 2023
@dbreshears
Copy link
Contributor

Need to take a look at this in conjunction with #533. Moving to after Preview

@danmoseley
Copy link
Member Author

needs design but then could potentially be 'good first issue'

@danmoseley danmoseley removed this from the needs milestone (for GA) milestone Nov 13, 2023
@davidfowl
Copy link
Member

davidfowl commented Jan 27, 2024

This is fixed in #1788

@davidfowl davidfowl added this to the preview 3 (Feb) milestone Jan 27, 2024
@github-actions github-actions bot locked and limited conversation to collaborators May 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants