dapr / dashboard

General purpose dashboard for Dapr
Apache License 2.0
181 stars 47 forks source link

Several Dashboard improvements #190

Closed l0ll098 closed 2 years ago

l0ll098 commented 2 years ago

Hi, this PR aims at improving the dashboard project by:

Here you can see a screenshot of the new component icons: components

This is the new message in the Overview page no_running_apps

In case you have any questions/suggestions/doubts (or whatever), feel free to ping me :)

codecov[bot] commented 2 years ago

Codecov Report

Merging #190 (59ddab3) into master (cf26836) will decrease coverage by 0.10%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #190      +/-   ##
==========================================
- Coverage   15.57%   15.47%   -0.11%     
==========================================
  Files           7        7              
  Lines         443      446       +3     
==========================================
  Hits           69       69              
- Misses        368      371       +3     
  Partials        6        6              
Impacted Files Coverage Δ
pkg/instances/instances.go 14.82% <0.00%> (-0.18%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c5f95d2...59ddab3. Read the comment docs.

yaron2 commented 2 years ago

That's a great PR! Thanks for this contribution. Will review soon.