mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-13 18:17:02 +01:00
Enhancement: Improved popup preview, respect embedded viewer, error handling (#4947)
This commit is contained in:
parent
829836ddf6
commit
9e93ae952a
17 changed files with 235 additions and 53 deletions
|
|
@ -22,6 +22,7 @@ import { By } from '@angular/platform-browser'
|
|||
import { TagComponent } from '../../common/tag/tag.component'
|
||||
import { PaperlessTag } from 'src/app/data/paperless-tag'
|
||||
import { IsNumberPipe } from 'src/app/pipes/is-number.pipe'
|
||||
import { PreviewPopupComponent } from '../../common/preview-popup/preview-popup.component'
|
||||
|
||||
const doc = {
|
||||
id: 10,
|
||||
|
|
@ -64,6 +65,7 @@ describe('DocumentCardSmallComponent', () => {
|
|||
SafeUrlPipe,
|
||||
TagComponent,
|
||||
IsNumberPipe,
|
||||
PreviewPopupComponent,
|
||||
],
|
||||
providers: [DatePipe],
|
||||
imports: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue