aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/components/BugTitleForm
Commit message (Collapse)AuthorAgeFilesLines
* Change caption of buttons from "Issue" to "Bug"Sascha2021-03-141-1/+1
|
* Use success.dark for green-button:hoverSascha2021-03-141-0/+4
|
* Revert renameSascha2021-03-051-1/+1
|
* Rename "bug" to "issue"Sascha2021-03-041-1/+1
|
* Implement title inputfield as custom componentSascha2021-03-042-8/+44
|
* Fix spacing between cancle and save buttonSascha2021-03-042-0/+4
|
* Use colors from theme paletteSascha2021-03-042-21/+3
| | | | | | - Use theme colors for title input. - Remove inputTitle classes as they are not applied to the TextField. This will lead to double borders and artifacts at the field corners.
* Commit for #543Cláudio2021-02-081-17/+22
| | | | | - To test I forced Ifloggedin always return null. - Layout is ok even when edition components are hidden.
* fix #544Cláudio2021-02-022-6/+6
| | | | - Fixing code review requests
* Commit for #544Cláudio2021-02-021-0/+16
|
* Commit for #535Cláudio2021-02-021-1/+5
|
* Commit for #535Cláudio2021-02-022-0/+184