mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 16:25:33 +01:00
Basic bulk editor component
This commit is contained in:
parent
3b2bc292d8
commit
b45bd66573
7 changed files with 111 additions and 12 deletions
|
|
@ -52,6 +52,10 @@ export class DocumentListComponent implements OnInit {
|
|||
return DOCUMENT_SORT_FIELDS
|
||||
}
|
||||
|
||||
get isBulkEditing(): boolean {
|
||||
return this.list.selected.size > 0
|
||||
}
|
||||
|
||||
saveDisplayMode() {
|
||||
localStorage.setItem('document-list:displayMode', this.displayMode)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue