mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 09:07:18 +01:00
Completely refactored because programming
Extracted filter editor to service Made all components actually reactive
This commit is contained in:
parent
8ce4434ba9
commit
e215e11417
17 changed files with 395 additions and 202 deletions
|
|
@ -64,7 +64,7 @@
|
|||
|
||||
<div class="card w-100 mb-3">
|
||||
<div class="card-body">
|
||||
<app-filter-editor [(filterRules)]="filterRules" (apply)="applyFilterRules()" (clear)="clearFilterRules()" #filterEditor></app-filter-editor>
|
||||
<app-filter-editor [(filterEditorService)]="filterEditorService" (apply)="applyFilterRules()" (clear)="clearFilterRules()" #filterEditor></app-filter-editor>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue