aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/bug/Bug.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Make BackButton a component and Add it to NewBugPage #10Lena2021-03-151-21/+2
|
* Adjust BackToList button color for dark/light-modeSascha2021-03-151-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 ↵Lena2021-03-151-17/+28
| | | | missing bug pages #10
* Make backbutton sticky #10Lena2021-03-151-1/+21
|
* Commit for #541Cláudio2021-02-051-1/+1
|
* Fix #546Cláudio2021-02-021-1/+1
| | | | - Fixing code review requests
* Commit for #535Cláudio2021-02-021-18/+8
|
* webui: dependencies upgradesQuentin Gliech2020-09-301-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 renderingMichael Muré2020-06-271-3/+5
| | | Co-authored-by: Quentin Gliech <quentingliech@gmail.com>
* Refactor webui changes.Luke Granger-Brown2020-06-271-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-Brown2020-06-271-3/+6
| | | | Fixes #402.
* webui: adjust some marginsMichael Muré2020-02-231-2/+4
|
* webui: more styling on the bug pageMichael Muré2020-02-161-4/+17
|
* webui: move pages componentsQuentin Gliech2020-02-131-0/+98