felixmosh / bull-board

🎯 Queue background jobs inspector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEAT REQ] Compact mode

ivnnv opened this issue · comments

Hi, would you consider having a "compact mode" like this?

Heavily inspired on good'old bull-arena Im in the process of replacing by this.

Screenshot 2024-02-15 at 17 57 17

I could be able to implement this myself if you are willing to merge if done right.

Im also planning adding multiple job selector, retry / delete buttons and sorting options, yeah all pretty much the features present on bull-arena still missing here.

Thanks.

Hi, thank you for the feature request.

What is the motivation for this compact mode?

What is the motivation for this compact mode?

Basically to have a better overview of the jobs awaiting or being injected, it is (in my opinion) easier to see and handle when they are just a list of names than having the whole job expanded because you probably only want to know the full detail of a certain job on request (click and expand).
You can only have like 2 or 3 jobs at quick sight even on large screens at the moment.

Just as a remainder this is how it looks like in bull-arena (ugly, but pretty functional tbh):
Screenshot 2024-02-15 at 17 32 07

Yeah, it can be done by adding a new setting property.
I'll be happy to review your PR

hey @felixmosh I started working on this, please have a look at this very initial Draft: #687