aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/new
Commit message (Collapse)AuthorAgeFilesLines
* #10 Add redirect to detail page after creating new bugLena2021-03-151-0/+6
|
* 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)