aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/components
Commit message (Collapse)AuthorAgeFilesLines
* Fix (hoepfully) eslint error for pipelineSascha2021-03-211-2/+10
| | | | Unfortunatly will this result in error for eslint on local machine... *sigh*
* Fix highlighting of tabs and error in consoleSascha2021-03-211-57/+45
|
* Add tooltip to unimplemented navigationsSascha2021-03-211-15/+40
|
* Center navbar and disable unresolved navigationsSascha2021-03-211-5/+10
|
* Fix eslint empty line errorSascha2021-03-211-1/+0
|
* Add test navbarSascha2021-03-211-0/+42
|
* webui: minor code fixesMichael Muré2021-03-193-3/+3
|
* Adjust Button #10Lena2021-03-151-0/+0
|
* Refactor BackToListButton #10Lena2021-03-151-0/+36
|
* Adjust BackToList button color for dark/light-modeSascha2021-03-151-2/+6
| | | | | The AppBar is commonly used for navigation. As the BackToList button is a navigation element, use similar colors as the AppBar.
* Add 404 page #10Lena2021-03-151-7/+0
|
* Add back-to-list-button #10Lena2021-03-151-0/+7
|
* Change color of ModeIconSascha2021-03-061-7/+15
| | | | | Will use contrastText which should always make the icon visible, but use fade to dimme the contrast down.
* Ignore system prefered colorscheme modeSascha2021-03-061-8/+6
| | | | Currently this introduces to much state problems.
* Revert renameSascha2021-03-051-1/+1
|
* Rename "bug" to "issue"Sascha2021-03-041-1/+1
|
* Implement title inputfield as custom componentSascha2021-03-042-8/+44
|
* Fix spacing between cancle and save buttonSascha2021-03-042-0/+4
|
* Use colors from theme paletteSascha2021-03-042-21/+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.
* Add Icon to "Close Issue"-buttonSascha2021-03-041-0/+11
|
* Fix (hopefully) eslint error on node 14.x pipelineSascha2021-03-041-1/+2
|
* Inject theme instead of defining it in Themer.tsxSascha2021-03-041-38/+19
|
* Use brower preference and persist theme modeSascha2021-03-041-13/+26
|
* Add button to toggle between light- and dark-modeSascha2021-03-042-0/+71
|
* Commit for #543Cláudio2021-02-081-17/+22
| | | | | - To test I forced Ifloggedin always return null. - Layout is ok even when edition components are hidden.
* Commit for #541Cláudio2021-02-059-22/+230
|
* Webui 548 (#549)Cláudio Silva2021-02-052-0/+62
| | | | | * Commit for #548 * Commit for #548
* Merge pull request #547 from claudioantonio/webui_546Michael Muré2021-02-052-0/+63
|\ | | | | Webui 546
| * Commit for #546Cláudio2021-02-041-1/+1
| | | | | | | | - Fixing code review requests
| * Fix #546Cláudio2021-02-021-5/+11
| | | | | | | | - Fixing code review requests
| * Commit for #546Cláudio2021-02-022-0/+57
| |
* | fix #544Cláudio2021-02-022-6/+6
|/ | | | - Fixing code review requests
* Commit for #544Cláudio2021-02-021-0/+16
|
* Commit for #535Cláudio2021-02-021-1/+5
|
* Commit for #535Cláudio2021-02-022-0/+184
|
* webui: dependencies upgradesQuentin Gliech2020-09-301-1/+1
| | | | | | | | | | | | | | | | 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: fix bad formatting on DateMichael Muré2020-02-231-3/+1
|
* webui: run linter fixludovicm672020-02-221-1/+3
|
* webui: more readable dates, also localizedMichael Muré2020-02-171-2/+2
|
* webui: move pages componentsQuentin Gliech2020-02-135-6/+12
|
* webui: start reorganizing the component structureQuentin Gliech2020-02-137-0/+187