Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix and improve rendering of markdown elements | Sascha | 2021-04-07 | 1 | -1/+2 |
| | | | | | | - Markdown will no be rendered - Render text always below an image - block quotes wont be just indented text | ||||
* | Remove TODO comments | Sascha | 2021-03-20 | 1 | -2/+0 |
| | |||||
* | Fix eslint pipeline fail hopefully | Sascha | 2021-03-19 | 1 | -1/+1 |
| | |||||
* | Use dialog with accordion for message history menu | Sascha | 2021-03-19 | 1 | -18/+18 |
| | |||||
* | Move toggle button out of history menu | Sascha | 2021-03-19 | 1 | -7/+47 |
| | |||||
* | Populate history menu with edit steps | Sascha | 2021-03-19 | 1 | -0/+2 |
| | |||||
* | Add test menu for edit history | Sascha | 2021-03-19 | 1 | -4/+9 |
| | |||||
* | Add space between edit button and edited indicator | Sascha | 2021-03-19 | 1 | -0/+1 |
| | |||||
* | Update message view after editing | Sascha | 2021-03-19 | 1 | -3/+4 |
| | |||||
* | Return of new comment works... | Sascha | 2021-03-19 | 1 | -2/+6 |
| | | | | ...but the types are quite hacky | ||||
* | Several fixes | Sascha | 2021-03-19 | 1 | -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 button | Sascha | 2021-03-19 | 1 | -2/+10 |
| | |||||
* | Display comment form on edit click | Sascha | 2021-03-19 | 1 | -21/+34 |
| | |||||
* | Pass BugFragment as prop to EditComment | Sascha | 2021-03-19 | 1 | -1/+12 |
| | |||||
* | Add onClick handler to edit button | Sascha | 2021-03-19 | 1 | -0/+6 |
| | |||||
* | Add EditButton to bug message | Sascha | 2021-03-19 | 1 | -0/+20 |
| | |||||
* | Use info.contrastText instead of text.secondary | Sascha | 2021-03-04 | 1 | -1/+1 |
| | | | | This will ensure better color managment for Message titles | ||||
* | Fix padding around issue comments | Sascha | 2021-03-04 | 1 | -1/+1 |
| | |||||
* | Use proper semantic color values | Sascha | 2021-03-04 | 1 | -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 mode | Sascha | 2021-03-04 | 1 | -4/+4 |
| | |||||
* | webui: dependencies upgrades | Quentin Gliech | 2020-09-30 | 1 | -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 page | Michael Muré | 2020-02-16 | 1 | -0/+1 |
| | |||||
* | webui: move pages components | Quentin Gliech | 2020-02-13 | 1 | -0/+79 |