aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/list/FilterToolbar.tsx
Commit message (Collapse)AuthorAgeFilesLines
* webui: upgrade Material UIQuentin Gliech2022-02-221-5/+4
|
* webui: upgrade react-routerQuentin Gliech2022-02-221-2/+2
|
* webui: replace React importsQuentin Gliech2022-02-161-1/+1
|
* webui: upgrade most dependenciesQuentin Gliech2022-02-161-28/+30
| | | | Also reformat everything with prettier
* Fix quoted filter string with bug counterSascha2021-05-201-2/+11
| | | | | | The parse function dropped user given quotes. This resulted into a wrong query to the backend, which lead to an error. This error prevented the webui from displaying the proper bug count.
* Add label menu to bug detail pageTim Becker2021-04-081-0/+1
| | | | Also support label color in label filter menu on bug list page
* Support filtering by multiple selected authorsSascha2021-04-071-1/+1
|
* chore: returning valueAien Saidi2021-04-071-4/+1
|
* fix: issue with regexAien Saidi2021-04-071-1/+6
|
* fix: issue with toggling the authorAien Saidi2021-04-071-2/+2
|
* feat: multiple label filterAien Saidi2021-04-071-10/+24
| | | | - add search functionality in menu items
* feat: check if there are labelsAien Saidi2021-04-071-8/+10
|
* feat: add filter by labelAien Saidi2021-04-071-5/+26
|
* feat: use author to filter the listAien Saidi2021-04-071-2/+26
|
* webui: minor code fixesMichael Muré2021-03-191-1/+1
|
* Use proper semantic color valuesSascha2021-03-041-2/+2
| | | | | | | | | | | | Adjust header colors on light theme - Use adjusted background-color for header instead of text.hint. - Use slightly darker secondary font color for better readability against the head background color. Use more semantic theme colors for bug list Use more semantic theme colors for bug messages Fix usage of text hint for filter header
* Fix backgroundcolor of toolbar for dark modeSascha2021-03-041-3/+3
|
* webui: dependencies upgradesQuentin Gliech2020-09-301-3/+3
| | | | | | | | | | | | | | | | 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: in the bug list, toggle open and close when clickingMichael Muré2020-02-161-3/+9
|
* webui: move pages componentsQuentin Gliech2020-02-131-0/+129