aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/bug/MessageHistoryDialog.tsx
Commit message (Collapse)AuthorAgeFilesLines
* webui: upgrade Material UIQuentin Gliech2022-02-221-22/+20
|
* webui: replace React importsQuentin Gliech2022-02-161-1/+1
|
* webui: upgrade most dependenciesQuentin Gliech2022-02-161-6/+4
| | | | Also reformat everything with prettier
* 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.
* Fix MessageHistoryDialog console errorSascha2021-04-071-0/+1
|
* Render comment history via markdownSascha2021-04-071-1/+6
|
* Treat description not as editSascha2021-03-241-9/+20
|
* Improve message history accordionsSascha2021-03-201-1/+4
| | | | | | | - Add unfold icon to edit history accordions - Change order of edit number. Most recent should have highest id and initial description should always have "#1 Edit" - Add "(Initial description)' to title of the first comment version
* Number accordion elementsSascha2021-03-191-1/+2
|
* Improve readability of accordion summarySascha2021-03-191-4/+6
|
* Sort history from most recent edit to oldSascha2021-03-191-1/+4
|
* Rename MessageEditHistoryQuerySascha2021-03-191-2/+2
|
* Use dialog with accordion for message history menuSascha2021-03-191-0/+215