aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/components/CommentInput
Commit message (Collapse)AuthorAgeFilesLines
* webui: upgrade Material UIQuentin Gliech2022-02-221-7/+6
|
* webui: replace React importsQuentin Gliech2022-02-161-1/+2
|
* Merge pull request #661 from GlancingMind/fix-660Michael Muré2021-05-021-1/+12
|\ | | | | Show placeholder for empty comment(preview)
| * Show placeholder for empty comment(preview)Sascha2021-05-011-1/+12
| |
* | Make comment input vertically resizableSascha2021-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 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