mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-15 11:07:00 +01:00
refactored most of the list view; fixes #147, much snappier UX when switching between views
This commit is contained in:
parent
0e237fa459
commit
0f80eee54e
6 changed files with 163 additions and 125 deletions
|
|
@ -137,7 +137,7 @@ export class BulkEditorComponent {
|
|||
} else {
|
||||
modal.componentInstance.message = $localize`This operation will add the tags ${this._localizeList(changedTags.itemsToAdd)} and remove the tags ${this._localizeList(changedTags.itemsToRemove)} on ${this.list.selected.size} selected document(s).`
|
||||
}
|
||||
|
||||
|
||||
modal.componentInstance.btnClass = "btn-warning"
|
||||
modal.componentInstance.btnCaption = $localize`Confirm`
|
||||
modal.componentInstance.confirmClicked.subscribe(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue