dotnet / aspire

Tools, templates, and packages to accelerate building observable, production-ready apps
https://learn.microsoft.com/dotnet/aspire
MIT License
3.93k stars 480 forks source link

Increase visual distinction between Running and Finished resources. #6656

Closed afscrome closed 1 week ago

afscrome commented 1 week ago

Is there an existing issue for this?

Is your feature request related to a problem? Please describe the problem.

There's not much visual distinction between a running resource and a completed resource - they're the same color, and the only difference is an underline of the tick or not.

I'm currently using aspire with a bunch of database migrators, and at a glance it's not easy to see which migrators are done and which are finished.

Image

Describe the solution you'd like

Perhaps a different shade of green for finished Image

Or fade out the Finished text label. (And perhaps the same for the entire row) Image

Additional context

No response

afscrome commented 1 week ago

My bad, this project was on an older version. This looks much better in Aspire 9.

Image