aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/list/Filter.tsx
Commit message (Collapse)AuthorAgeFilesLines
* webui: upgrade Material UIQuentin Gliech2022-02-221-13/+12
|
* webui: upgrade react-routerQuentin Gliech2022-02-221-4/+3
|
* webui: replace React importsQuentin Gliech2022-02-161-1/+2
|
* Do not greedy match quotesSascha2021-05-201-3/+3
|
* Fix quoted filter string with bug counterSascha2021-05-201-23/+21
| | | | | | 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.
* Increase width of list/labelmenu and stretch color for menuitemsSascha2021-04-081-5/+18
|
* Add label menu to bug detail pageTim Becker2021-04-081-2/+29
| | | | Also support label color in label filter menu on bug list page
* fix: regex issueAien Saidi2021-04-071-3/+3
|
* Fix readability of filter input field in dark modeSascha2021-04-071-2/+9
|
* fix: issue with keyDown propagationAien Saidi2021-04-071-1/+8
|
* fix: issue with regexAien Saidi2021-04-071-3/+3
|
* feat: use predefined filtersAien Saidi2021-04-071-1/+1
|
* feat: multiple label filterAien Saidi2021-04-071-13/+47
| | | | - add search functionality in menu items
* Fix color of open/close filter buttons in dark modeSascha2021-03-041-2/+2
|
* 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-1/+1
|
* webui: move pages componentsQuentin Gliech2020-02-131-0/+190