aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/components/CommentInput/CommentInput.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Show placeholder for empty comment(preview)Sascha2021-05-011-1/+12
|
* 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 and improve rendering of markdown elementsSascha2021-04-071-1/+1
| | | | | | - Markdown will no be rendered - Render text always below an image - block quotes wont be just indented text
* Several fixesSascha2021-03-191-2/+3
| | | | | | | - Fix misspelling of cancel... - Fix flickering of green "update comment" button - Fill input with comment text - Close edit view after submit
* Commit for #541Cláudio2021-02-051-0/+107