Add severity filter (#11190)

* Allow viewing all types on single screen

* Implement for mobile as well

* fix import

* Show all is optional
This commit is contained in:
Nicolas Mowen
2024-05-01 08:11:16 -06:00
committed by GitHub
parent 499f70cfd3
commit b5b819c866
5 changed files with 66 additions and 6 deletions

View File

@@ -26,6 +26,7 @@ export type ReviewFilter = {
before?: number;
after?: number;
showReviewed?: 0 | 1;
showAll?: boolean;
};
type ReviewSummaryDay = {