aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/bug/EditCommentForm.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Fix eslint pipeline fail hopefullySascha2021-03-191-4/+4
|
* Reduced arbitary variable namesSascha2021-03-191-4/+8
|
* Return of new comment works...Sascha2021-03-191-4/+7
| | | | ...but the types are quite hacky
* Use theme colors for submit buttonSascha2021-03-191-3/+4
|
* Update comment on submitSascha2021-03-191-7/+16
|
* Several fixesSascha2021-03-191-28/+15
| | | | | | | - Fix misspelling of cancel... - Fix flickering of green "update comment" button - Fill input with comment text - Close edit view after submit
* Create EditCommentForm and handle cancle buttonSascha2021-03-191-0/+119