aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/components/BugTitleForm
Commit message (Collapse)AuthorAgeFilesLines
* webui: upgrade Material UIQuentin Gliech2022-02-222-14/+14
|
* webui: replace React importsQuentin Gliech2022-02-161-1/+1
|
* webui: upgrade most dependenciesQuentin Gliech2022-02-161-4/+4
| | | | Also reformat everything with prettier
* Replace occurrences of humanId with the full IdSascha2021-04-221-1/+1
| | | | | Unless an ID must be shorted for user convenience, the full id should be used to prevent collisions.
* Use profile page for each identitySascha2021-04-131-1/+5
| | | | | Authorcomponent links to the authors profile page. Replace pofile buglist with statistics
* Merge pull request #625 from GlancingMind/upstream-minor-bugfixesMichael Muré2021-04-101-2/+6
|\ | | | | Minor bugfixes
| * Only set bugtitle if title is diffrentSascha2021-04-081-2/+6
| |
* | Prevent page reload for redirecting componentsSascha2021-04-081-1/+3
|/ | | | | | | Link instantly to: - NewBugPage - BackToList
* Merge pull request #600 from GlancingMind/upstream-improve-navigationMichael Muré2021-03-211-1/+1
|\ | | | | WebUI: Improve navigation
| * webui: minor code fixesMichael Muré2021-03-191-1/+1
| |
* | 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