aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/bug/Bug.tsx
Commit message (Collapse)AuthorAgeFilesLines
* webui: upgrade Material UIQuentin Gliech2022-02-221-1/+1
|
* webui: replace React importsQuentin Gliech2022-02-161-2/+0
|
* Fix label alignment to title on bug list pageSascha2021-04-081-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 ellipseSascha2021-04-081-1/+1
|
* Add label menu to bug detail pageTim Becker2021-04-081-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-issuesMichael Muré2021-03-241-1/+2
|\ | | | | WebUI: Edit comments and inspect edit history
| * Fix CommentForm marginSascha2021-03-191-0/+1
| |
| * Pass BugFragment as prop to EditCommentSascha2021-03-191-1/+1
| |
* | Remove BackToList button from BugPageSascha2021-03-211-10/+2
| |
* | Adjust Button #10Lena2021-03-151-1/+1
| |
* | Refactor BackToListButton #10Lena2021-03-151-2/+2
| |
* | 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