felixmosh / bull-board

🎯 Queue background jobs inspector
MIT License
2.14k stars 342 forks source link

feat: Job count UI change #716

Closed void-nick closed 2 months ago

void-nick commented 3 months ago

This UI image

shows more than: image

Could it be changed?

felixmosh commented 3 months ago

Ha, interesting... let me check what can be done... What are your numbers? (in the real example)

void-nick commented 3 months ago

Why do you need real numbers? My case is that when you have too many jobs in one state (like waiting), the other job state numbers won't be shown.

A min-width or different design would solve it

felixmosh commented 2 months ago

Before: image

After: image

try v5.15.4

void-nick commented 2 months ago

Nice @felixmosh! One last easy request (I'd like to create PRs for future features to this repo): even with the legend on top, when you scroll down (when having many queues) it's hard to remember what each color represent. An easy thing to add is a simple tooltip with the state name. image

felixmosh commented 2 months ago

image Added, thanx