aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/components/CloseBugWithCommentButton
Commit message (Collapse)AuthorAgeFilesLines
* webui: upgrade Material UIQuentin Gliech2022-02-221-13/+4
|
* webui: replace React importsQuentin Gliech2022-02-161-2/+0
|
* webui: upgrade most dependenciesQuentin Gliech2022-02-162-5/+2
| | | | Also reformat everything with prettier
* Rename default component filename to index.tsxSascha2021-05-261-0/+0
| | | | | This reduces duplicate filepath components and with it the overall import filepath length.
* WebUI: Add comment-and-reopen of a bug in one stepSascha2021-05-261-2/+8
|
* WebUI: Add comment-and-close of a bug in one stepSascha2021-05-252-0/+80
When a user has some text entered in the comment field, the close bug button will change to "Close bug with comment". This way the user does not have to comment and close a bug in two separate steps.