aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/bug/labels
Commit message (Collapse)AuthorAgeFilesLines
* webui: upgrade Material UIQuentin Gliech2022-02-221-14/+16
|
* webui: replace React importsQuentin Gliech2022-02-161-1/+2
|
* webui: upgrade most dependenciesQuentin Gliech2022-02-161-9/+15
| | | | Also reformat everything with prettier
* Remove elliptic background from gear iconSascha2021-04-081-0/+5
|
* Fix pipeline fail and remove unused fileSascha2021-04-081-144/+0
|
* Remove console.logsSascha2021-04-082-11/+144
|
* 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-082-0/+369
Also support label color in label filter menu on bug list page