aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/bug/CommentForm.tsx
Commit message (Collapse)AuthorAgeFilesLines
* webui: upgrade Material UIQuentin Gliech2022-02-221-5/+5
|
* webui: replace React importsQuentin Gliech2022-02-161-1/+2
|
* Rename default component filename to index.tsxSascha2021-05-261-4/+4
| | | | | 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/+18
|
* Update webui/src/pages/bug/CommentForm.tsxMichael Muré2021-05-251-3/+3
|
* WebUI: Add comment-and-close of a bug in one stepSascha2021-05-251-7/+10
| | | | | | 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.
* Fix and improve rendering of markdown elementsSascha2021-04-071-8/+0
| | | | | | - Markdown will no be rendered - Render text always below an image - block quotes wont be just indented text
* Merge pull request #602 from GlancingMind/upstream-4-interface-to-edit-issuesMichael Muré2021-03-241-1/+0
|\ | | | | WebUI: Edit comments and inspect edit history
| * Fix CommentForm marginSascha2021-03-191-1/+0
| |
* | Merge pull request #600 from GlancingMind/upstream-improve-navigationMichael Muré2021-03-211-0/+1
|\ \ | |/ |/| WebUI: Improve navigation
| * Make backbutton sticky #10Lena2021-03-151-10/+0
| |
| * Add back-to-list-button #10Lena2021-03-151-0/+11
| |
* | Use success.dark for green-button:hoverSascha2021-03-141-3/+4
|/
* 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