aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/list/Filter.tsx
Commit message (Collapse)AuthorAgeFilesLines
* 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