mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 17:17:26 +01:00
Merge branch 'feature-bulk-edit' into feature-bulk-editor
This commit is contained in:
commit
4cae338479
21 changed files with 271 additions and 124 deletions
|
|
@ -10,7 +10,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div style="top: 0; right: 0; font-size: large" class="text-right position-absolute mr-1">
|
||||
<div *ngFor="let t of getTagsLimited$() | async">
|
||||
<app-tag [tag]="t" (click)="clickTag.emit(t.id)" [clickable]="true" linkTitle="Filter by tag"></app-tag>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue