paperless-ngx/src-ui/src/app
jonaswinkler 94c07839a4 refactored filter service
- I wasn't too happy with that in the end.
- The filter editor should not be concerned about managing filter rule state.
- Therefore, it should not access a service for filter rules.
- The editor should simply be given a set of rules, and edit that rule set.
- The only entity that should manage filter state should be the document list service, and the saved view service in the form of filters associated with saved views.
2020-12-14 16:51:01 +01:00
..
components refactored filter service 2020-12-14 16:51:01 +01:00
data Remove unused displayName 2020-12-13 20:16:15 -08:00
directives added sorting to management pages 2020-11-08 16:58:06 +01:00
interceptors Frontend: CSRF support 2020-11-11 20:25:33 +01:00
pipes Merge branch 'dev' into quick-filters 2020-12-13 11:27:40 -08:00
services refactored filter service 2020-12-14 16:51:01 +01:00
app-routing.module.ts use django authentication instead of auth tokens. 2020-11-09 15:28:12 +01:00
app.component.html added paperless ui 2020-10-27 01:11:32 +01:00
app.component.scss now using SCSS for better theming support 2020-11-22 14:43:59 +01:00
app.component.spec.ts added paperless ui 2020-10-27 01:11:32 +01:00
app.component.ts now using SCSS for better theming support 2020-11-22 14:43:59 +01:00
app.module.ts Typo from merge 2020-12-13 11:29:12 -08:00