aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/bug/Message.tsx
Commit message (Collapse)AuthorAgeFilesLines
* webui: upgrade Material UIQuentin Gliech2022-02-221-8/+9
|
* webui: replace React importsQuentin Gliech2022-02-161-1/+2
|
* Show placeholder for empty comment(preview)Sascha2021-05-011-1/+5
|
* Fix #656 (#657)Sascha2021-04-291-0/+1
| | | | Very long words wont any longer overflow over the parent container boundary. Instead a scrollbar will be shown.
* Use profile page for each identitySascha2021-04-131-0/+1
| | | | | Authorcomponent links to the authors profile page. Replace pofile buglist with statistics
* Fix and improve rendering of markdown elementsSascha2021-04-071-1/+2
| | | | | | - Markdown will no be rendered - Render text always below an image - block quotes wont be just indented text
* Remove TODO commentsSascha2021-03-201-2/+0
|
* Fix eslint pipeline fail hopefullySascha2021-03-191-1/+1
|
* Use dialog with accordion for message history menuSascha2021-03-191-18/+18
|
* Move toggle button out of history menuSascha2021-03-191-7/+47
|
* Populate history menu with edit stepsSascha2021-03-191-0/+2
|
* Add test menu for edit historySascha2021-03-191-4/+9
|
* Add space between edit button and edited indicatorSascha2021-03-191-0/+1
|
* Update message view after editingSascha2021-03-191-3/+4
|
* Return of new comment works...Sascha2021-03-191-2/+6
| | | | ...but the types are quite hacky
* Several fixesSascha2021-03-191-10/+12
| | | | | | | - 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-2/+10
|
* Display comment form on edit clickSascha2021-03-191-21/+34
|
* Pass BugFragment as prop to EditCommentSascha2021-03-191-1/+12
|
* Add onClick handler to edit buttonSascha2021-03-191-0/+6
|
* Add EditButton to bug messageSascha2021-03-191-0/+20
|
* Use info.contrastText instead of text.secondarySascha2021-03-041-1/+1
| | | | This will ensure better color managment for Message titles
* Fix padding around issue commentsSascha2021-03-041-1/+1
|
* Use proper semantic color valuesSascha2021-03-041-2/+4
| | | | | | | | | | | | Adjust header colors on light theme - Use adjusted background-color for header instead of text.hint. - Use slightly darker secondary font color for better readability against the head background color. Use more semantic theme colors for bug list Use more semantic theme colors for bug messages Fix usage of text hint for filter header
* Fix Bug description header for dark modeSascha2021-03-041-4/+4
|
* 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: more styling on the bug pageMichael Muré2020-02-161-0/+1
|
* webui: move pages componentsQuentin Gliech2020-02-131-0/+79