Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix label alignment to title on bug list page | Sascha | 2021-04-08 | 1 | -0/+2 |
| | | | | | | Also add className support for custom label component. This allows to set the margin of an label where the label is used instead of defining a fixed margin in the label component. | ||||
* | Cut of very long labels with an ellipse | Sascha | 2021-04-08 | 1 | -1/+1 |
| | |||||
* | Add label menu to bug detail page | Tim Becker | 2021-04-08 | 1 | -6/+9 |
| | | | | Also support label color in label filter menu on bug list page | ||||
* | Merge pull request #602 from GlancingMind/upstream-4-interface-to-edit-issues | Michael Muré | 2021-03-24 | 1 | -1/+2 |
|\ | | | | | WebUI: Edit comments and inspect edit history | ||||
| * | Fix CommentForm margin | Sascha | 2021-03-19 | 1 | -0/+1 |
| | | |||||
| * | Pass BugFragment as prop to EditComment | Sascha | 2021-03-19 | 1 | -1/+1 |
| | | |||||
* | | Remove BackToList button from BugPage | Sascha | 2021-03-21 | 1 | -10/+2 |
| | | |||||
* | | Adjust Button #10 | Lena | 2021-03-15 | 1 | -1/+1 |
| | | |||||
* | | 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 | -21/+2 |
| | | |||||
* | | Adjust BackToList button color for dark/light-mode | Sascha | 2021-03-15 | 1 | -3/+4 |
| | | | | | | | | | | The AppBar is commonly used for navigation. As the BackToList button is a navigation element, use similar colors as the AppBar. | ||||
* | | Backbutton to left with patch from GlancingMind, Adjusting and 404 for ↵ | Lena | 2021-03-15 | 1 | -17/+28 |
| | | | | | | | | missing bug pages #10 | ||||
* | | Make backbutton sticky #10 | Lena | 2021-03-15 | 1 | -1/+21 |
|/ | |||||
* | Commit for #541 | Cláudio | 2021-02-05 | 1 | -1/+1 |
| | |||||
* | Fix #546 | Cláudio | 2021-02-02 | 1 | -1/+1 |
| | | | | - Fixing code review requests | ||||
* | Commit for #535 | Cláudio | 2021-02-02 | 1 | -18/+8 |
| | |||||
* | webui: dependencies upgrades | Quentin Gliech | 2020-09-30 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Most upgrades are minor version without breaking changes. One big upgrade is Apollo 2 -> 3, which required a few changes in the Apollo setup (see src/apollo.ts). Other changes are due to changes in Prettier, requiring to add parenthesis around arrow function parameters. Because of an incompatibility in older version of typescript-eslint with newer versions of typescript, I had to switch to the "next" unstable version of react-scripts. It should not break stuff though. See typescript-eslint/typescript-eslint#2442 | ||||
* | webui: render component's children as a function to avoid uncecessary rendering | Michael Muré | 2020-06-27 | 1 | -3/+5 |
| | | | Co-authored-by: Quentin Gliech <quentingliech@gmail.com> | ||||
* | Refactor webui changes. | Luke Granger-Brown | 2020-06-27 | 1 | -3/+3 |
| | | | | | | Don't use contexts, just raw Apollo, since it's cached anyway. Change "ReadonlyHidden" to "IfLoggedIn". | ||||
* | Add support for read-only mode for web UI. | Luke Granger-Brown | 2020-06-27 | 1 | -3/+6 |
| | | | | Fixes #402. | ||||
* | webui: adjust some margins | Michael Muré | 2020-02-23 | 1 | -2/+4 |
| | |||||
* | webui: more styling on the bug page | Michael Muré | 2020-02-16 | 1 | -4/+17 |
| | |||||
* | webui: move pages components | Quentin Gliech | 2020-02-13 | 1 | -0/+98 |