aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/bug/CommentForm.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Make backbutton sticky #10Lena2021-03-151-10/+0
|
* Add back-to-list-button #10Lena2021-03-151-0/+11
|
* Commit for #541Cláudio2021-02-051-1/+1
|
* Webui 548 (#549)Cláudio Silva2021-02-051-1/+10
| | | | | * Commit for #548 * Commit for #548
* Fix #546Cláudio2021-02-021-5/+6
| | | | - Fixing code review requests
* Commit for #546Cláudio2021-02-021-0/+3
|
* Commit for #539Cláudio2021-01-311-65/+26
| | | | | - validating to avoid empty comments - comment button now is green
* webui: dependencies upgradesQuentin Gliech2020-09-301-1/+1
| | | | | | | | | | | | | | | | Most upgrades are minor version without breaking changes. One big upgrade is Apollo 2 -> 3, which required a few changes in the Apollo setup (see src/apollo.ts). Other changes are due to changes in Prettier, requiring to add parenthesis around arrow function parameters. Because of an incompatibility in older version of typescript-eslint with newer versions of typescript, I had to switch to the "next" unstable version of react-scripts. It should not break stuff though. See typescript-eslint/typescript-eslint#2442
* webui: move pages componentsQuentin Gliech2020-02-131-0/+146