mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +01:00
improved the logic of the "dismiss completed" button
This commit is contained in:
parent
71d5af233d
commit
3b541b22e8
4 changed files with 11 additions and 13 deletions
|
|
@ -32,6 +32,9 @@ export class UploadFileWidgetComponent implements OnInit {
|
|||
return this.consumerStatusService.getConsumerStatus(FileStatusPhase.UPLOADING)
|
||||
}
|
||||
|
||||
getStatusCompleted() {
|
||||
return this.consumerStatusService.getConsumerStatusCompleted()
|
||||
}
|
||||
getTotalUploadProgress() {
|
||||
let current = 0
|
||||
let max = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue