Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | graphql: properly namespace Bug to make space for other entities (#1254) | Michael Muré | 2024-08-28 | 2 | -3/+3 |
| | | | | | | | Also: use gqlgen directives to help the type auto-binding Missing: - namespace mutations - adapt the webUI queries | ||||
* | webui: upgrade Material UI | Quentin Gliech | 2022-02-22 | 1 | -10/+11 |
| | |||||
* | webui: upgrade react-router | Quentin Gliech | 2022-02-22 | 1 | -3/+3 |
| | |||||
* | webui: replace React imports | Quentin Gliech | 2022-02-16 | 1 | -1/+1 |
| | |||||
* | Replace occurrences of humanId with the full Id | Sascha | 2021-04-22 | 2 | -3/+3 |
| | | | | | Unless an ID must be shorted for user convenience, the full id should be used to prevent collisions. | ||||
* | Merge pull request #600 from GlancingMind/upstream-improve-navigation | Michael Muré | 2021-03-21 | 1 | -3/+8 |
|\ | | | | | WebUI: Improve navigation | ||||
| * | Remove BackToList button from NewBugPage | Sascha | 2021-03-21 | 1 | -58/+29 |
| | | |||||
| * | webui: minor code fixes | Michael Muré | 2021-03-19 | 1 | -3/+3 |
| | | |||||
| * | Adjust Button #10 | Lena | 2021-03-15 | 1 | -2/+2 |
| | | |||||
| * | Refactor BackToListButton #10 | Lena | 2021-03-15 | 1 | -2/+2 |
| | | |||||
| * | Make BackButton a component and Add it to NewBugPage #10 | Lena | 2021-03-15 | 1 | -31/+59 |
| | | |||||
| * | #10 Add redirect to detail page after creating new bug | Lena | 2021-03-15 | 1 | -0/+6 |
| | | |||||
* | | Change caption of buttons from "Issue" to "Bug" | Sascha | 2021-03-14 | 1 | -1/+1 |
| | | |||||
* | | Use success.dark for green-button:hover | Sascha | 2021-03-14 | 1 | -0/+4 |
|/ | |||||
* | Reuse BugTitleInput component | Sascha | 2021-03-04 | 1 | -2/+2 |
| | |||||
* | Use colors from theme palette | Sascha | 2021-03-04 | 1 | -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 #541 | Cláudio | 2021-02-05 | 1 | -1/+1 |
| | |||||
* | Commit for #535 | Cláudio | 2021-02-02 | 1 | -4/+1 |
| | |||||
* | Commit for #539 | Cláudio | 2021-01-31 | 1 | -3/+3 |
| | | | | | - validating to avoid empty comments - comment button now is green | ||||
* | Commit for #158 | Cláudio | 2021-01-29 | 1 | -1/+8 |
| | |||||
* | Partial commit for #158 | Cláudio | 2021-01-29 | 1 | -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 #158 | Cláudio | 2021-01-29 | 1 | -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 #158 | Cláudio | 2021-01-28 | 2 | -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 #158 | Cláudio | 2021-01-26 | 1 | -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) |