mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-15 02:57:09 +01:00
Merge branch 'dev' into feature-permissions
This commit is contained in:
commit
f31cee75f3
41 changed files with 3562 additions and 1179 deletions
|
|
@ -1,6 +1,5 @@
|
|||
import { HttpEventType } from '@angular/common/http'
|
||||
import { Component, OnInit } from '@angular/core'
|
||||
import { FileSystemFileEntry, NgxFileDropEntry } from 'ngx-file-drop'
|
||||
import { Component } from '@angular/core'
|
||||
import { NgxFileDropEntry } from 'ngx-file-drop'
|
||||
import { ComponentWithPermissions } from 'src/app/components/with-permissions/with-permissions.component'
|
||||
import {
|
||||
ConsumerStatusService,
|
||||
|
|
@ -16,10 +15,7 @@ const MAX_ALERTS = 5
|
|||
templateUrl: './upload-file-widget.component.html',
|
||||
styleUrls: ['./upload-file-widget.component.scss'],
|
||||
})
|
||||
export class UploadFileWidgetComponent
|
||||
extends ComponentWithPermissions
|
||||
implements OnInit
|
||||
{
|
||||
export class UploadFileWidgetComponent extends ComponentWithPermissions {
|
||||
alertsExpanded = false
|
||||
|
||||
constructor(
|
||||
|
|
@ -115,8 +111,6 @@ export class UploadFileWidgetComponent
|
|||
this.consumerStatusService.dismissCompleted()
|
||||
}
|
||||
|
||||
ngOnInit(): void {}
|
||||
|
||||
public fileOver(event) {}
|
||||
|
||||
public fileLeave(event) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue