aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/new
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #600 from GlancingMind/upstream-improve-navigationMichael Muré2021-03-211-3/+8
|\ | | | | WebUI: Improve navigation
| * Remove BackToList button from NewBugPageSascha2021-03-211-58/+29
| |
| * webui: minor code fixesMichael Muré2021-03-191-3/+3
| |
| * Adjust Button #10Lena2021-03-151-2/+2
| |
| * Refactor BackToListButton #10Lena2021-03-151-2/+2
| |
| * Make BackButton a component and Add it to NewBugPage #10Lena2021-03-151-31/+59
| |
| * #10 Add redirect to detail page after creating new bugLena2021-03-151-0/+6
| |
* | Change caption of buttons from "Issue" to "Bug"Sascha2021-03-141-1/+1
| |
* | Use success.dark for green-button:hoverSascha2021-03-141-0/+4
|/
* Reuse BugTitleInput componentSascha2021-03-041-2/+2
|
* Use colors from theme paletteSascha2021-03-041-20/+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 #541Cláudio2021-02-051-1/+1
|
* Commit for #535Cláudio2021-02-021-4/+1
|
* Commit for #539Cláudio2021-01-311-3/+3
| | | | | - validating to avoid empty comments - comment button now is green
* Commit for #158Cláudio2021-01-291-1/+8
|
* Partial commit for #158Cláudio2021-01-291-11/+40
| | | | | | | | | | - It´s possible to create new issue with title and first message from webui - form simple validation - Extraction from CommentForm to create a generic component for Comments Next steps - Styles - Readme update about codegen usage and enforcing playground usage
* Partial commit for #158Cláudio2021-01-291-1/+1
| | | | | | - Fix for unexpected change in AppBar style when importing Paper see: https://github.com/mui-org/material-ui/issues/19157
* Partial commit for #158Cláudio2021-01-282-18/+30
| | | | | | | | - It´s possible to create new issues from webui (only title) Next step - Finish new issue form (First comment field and style) - Update Readme about codegen usage and enforcing playground usage
* Partial commit for #158Cláudio2021-01-261-0/+80
- Component GBButton created - New issue form partially created (only title) - Refactoring for GBButon usage Next steps - Practice GraphQL calls - Finish New issue form (add first comment and submit)