wip second filter option
This commit is contained in:
parent
0437685133
commit
14837d5316
@ -16,6 +16,15 @@ export class AnnotationProcessingService {
|
|||||||
topLevelFilter: true,
|
topLevelFilter: true,
|
||||||
filters: [],
|
filters: [],
|
||||||
checker: (annotation: AnnotationWrapper) => annotation?.comments?.length > 0
|
checker: (annotation: AnnotationWrapper) => annotation?.comments?.length > 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'with-reason-changes',
|
||||||
|
icon: 'red:comment',
|
||||||
|
label: 'filter-menu.with-reason-changes',
|
||||||
|
checked: false,
|
||||||
|
topLevelFilter: true,
|
||||||
|
filters: [],
|
||||||
|
checker: (annotation: AnnotationWrapper) => annotation?.comments?.length > 0
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@ -606,7 +606,8 @@
|
|||||||
"label": "Filter",
|
"label": "Filter",
|
||||||
"filter-types": "Filter types",
|
"filter-types": "Filter types",
|
||||||
"filter-options": "Filter options",
|
"filter-options": "Filter options",
|
||||||
"with-comments": "Show only annotations with comments"
|
"with-comments": "Only annotations with comments",
|
||||||
|
"with-reason-changes": "Only redactions with reason changes"
|
||||||
},
|
},
|
||||||
"sorting": {
|
"sorting": {
|
||||||
"recent": "Recent",
|
"recent": "Recent",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user