aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/bug/labels/LabelMenu.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Remove console.logsSascha2021-04-081-11/+0
|
* Increase width of list/labelmenu and stretch color for menuitemsSascha2021-04-081-6/+3
|
* Some changes to the label menuSascha2021-04-081-12/+10
| | | | | | | - Increase width of label menu - Use default selection styling instead of bold text - Use rem unit for labelcolor - Remove some tenary operator usage
* LabelMenu prefer break-on-word-boundarySascha2021-04-081-7/+5
|
* Add/Remove from filtering while creating new label worksSascha2021-04-081-46/+12
|
* Let CreateNewLabel-Btn appear as first element in listSascha2021-04-081-14/+14
|
* Add label menu to bug detail pageTim Becker2021-04-081-0/+356
Also support label color in label filter menu on bug list page