lab icon indicating copy to clipboard operation
lab copied to clipboard

Show labels on issues and merge requests

Open naveenkumarsangi opened this issue 7 years ago • 3 comments

screen shot 2018-12-30 at 11 54 39

While listing PRs and Issues, displaying labels beside their titles is kinda neat and intuitive.

naveenkumarsangi avatar Dec 30 '18 06:12 naveenkumarsangi

It looks like the API provides the label names when it returns issues and MRs, so this wouldn't be hard. It doesn't provide things like colors, so that would not be possible w/o additional API requests.

claytonrcarter avatar Dec 30 '18 11:12 claytonrcarter

Well, colors are just representative. We can at least provide labels.

naveenkumarsangi avatar Dec 30 '18 12:12 naveenkumarsangi

I think that for a default behavior it's not a good idea, since most of the times we want to use lab mr list and filter them by labels, and not show the labels themselves. However, adding a --show-labels to lab mr list w/o colors seems indeed easy and useful to some extent.

bmeneg avatar Jun 22 '21 18:06 bmeneg