diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf index da9211d3a..e7263e0f2 100644 --- a/src-ui/messages.xlf +++ b/src-ui/messages.xlf @@ -255,7 +255,7 @@ src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html - 63 + 73 @@ -447,7 +447,7 @@ src/app/components/document-detail/document-detail.component.html - 323 + 315 @@ -506,7 +506,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 307 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -632,7 +632,7 @@ src/app/components/document-detail/document-detail.component.html - 332 + 324 src/app/components/document-list/document-list.component.html @@ -948,7 +948,7 @@ src/app/components/document-detail/document-detail.component.html - 281 + 283 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1967,7 +1967,7 @@ src/app/components/document-detail/document-detail.component.ts - 719 + 733 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2006,7 +2006,7 @@ src/app/components/document-detail/document-detail.component.ts - 721 + 735 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -4308,7 +4308,7 @@ src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html - 34 + 39 @@ -4472,7 +4472,7 @@ Dismiss completed src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html - 16 + 20 This button dismisses all status messages about processed documents on the dashboard (failed and successful) @@ -4480,7 +4480,7 @@ {VAR_PLURAL, plural, =1 {One more document} other { more documents}} src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html - 32 + 37 This is shown as a summary line when there are more than 5 document in the processing pipeline. @@ -4814,110 +4814,106 @@ Notes src/app/components/document-detail/document-detail.component.html - 270,273 - - - - Enter Password - - src/app/components/document-detail/document-detail.component.html - 304 - - - src/app/components/document-detail/document-detail.component.html - 361 + 272,275 Save & next src/app/components/document-detail/document-detail.component.html - 317 + 309 Save & close src/app/components/document-detail/document-detail.component.html - 320 + 312 + + + + Enter Password + + src/app/components/document-detail/document-detail.component.html + 363 An error occurred loading content: src/app/components/document-detail/document-detail.component.ts - 284,286 + 298,300 Document changes detected src/app/components/document-detail/document-detail.component.ts - 307 + 321 The version of this document in your browser session appears older than the existing version. src/app/components/document-detail/document-detail.component.ts - 308 + 322 Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document. src/app/components/document-detail/document-detail.component.ts - 309 + 323 Ok src/app/components/document-detail/document-detail.component.ts - 311 + 325 Error retrieving metadata src/app/components/document-detail/document-detail.component.ts - 451 + 465 Error retrieving suggestions. src/app/components/document-detail/document-detail.component.ts - 476 + 490 Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 594 + 608 src/app/components/document-detail/document-detail.component.ts - 603 + 617 Error saving document src/app/components/document-detail/document-detail.component.ts - 607 + 621 src/app/components/document-detail/document-detail.component.ts - 648 + 662 Confirm delete src/app/components/document-detail/document-detail.component.ts - 674 + 688 src/app/components/manage/management-list/management-list.component.ts @@ -4928,35 +4924,35 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 675 + 689 The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 676 + 690 Delete document src/app/components/document-detail/document-detail.component.ts - 678 + 692 Error deleting document src/app/components/document-detail/document-detail.component.ts - 697 + 711 Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 717 + 731 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -4967,28 +4963,28 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 718 + 732 Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 729 + 743 Error executing operation src/app/components/document-detail/document-detail.component.ts - 740 + 754 Page Fit src/app/components/document-detail/document-detail.component.ts - 809 + 823 diff --git a/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html b/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html index fe6642aa9..b492052ba 100644 --- a/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html +++ b/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html @@ -5,69 +5,77 @@ -
-
-
- @if (getStatus().length > 0) { -

{{getStatusSummary()}}

- } - @if (getStatusCompleted().length > 0) { - - Dismiss completed - - - } -
-
- @for (status of getStatus(); track status) { -
- -
- } -
- @if (getStatusHidden().length) { -
- @if (!alertsExpanded) { -

- {getStatusHidden().length, plural, =1 {One more document} other {{{getStatusHidden().length}} more documents}} -  •  - Show all -

- } -
- @for (status of getStatusHidden(); track status) { -
- + @if (getStatus().length > 0) { +
+
+
+
+
+
+ @if (getStatus().length > 0) { +

{{getStatusSummary()}}

+ } + @if (getStatusCompleted().length > 0) { + + Dismiss completed + + + } +
- } +
+
+ @for (status of getStatus(); track status) { +
+ +
+ } + @if (getStatusHidden().length) { +
+ @if (!alertsExpanded) { +

+ {getStatusHidden().length, plural, =1 {One more document} other {{{getStatusHidden().length}} more documents}} +  •  + Show all +

+ } +
+ @for (status of getStatusHidden(); track status) { +
+ +
+ } +
+
+ } +
+
+
- } +
+ }
-
-
- -
{{status.filename}}
- @if (!isFinished(status) || (isFinished(status) && !status.documentId)) { -

{{status.message}}

- } - -
- @if (isFinished(status)) { -
- @if (status.documentId) { - - } -
+ +
{{status.filename}}
+ @if (!isFinished(status) || (isFinished(status) && !status.documentId)) { +

{{status.message}}

+ } + +
+ @if (isFinished(status)) { +
+ @if (status.documentId) { + }
- + }
-
+
diff --git a/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.scss b/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.scss index 3192be0ec..f0e80c1f4 100644 --- a/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.scss +++ b/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.scss @@ -35,3 +35,7 @@ form { ::ng-deep .ngx-file-drop__drop-zone--over { background-color: var(--pngx-primary-faded) !important; } + +.consumer-status-card { + background-color: rgba(var(--bs-body-bg-rgb), .95) !important; +} diff --git a/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.spec.ts b/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.spec.ts index 30215d542..5ecc116c2 100644 --- a/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.spec.ts +++ b/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.spec.ts @@ -26,6 +26,7 @@ import { UploadDocumentsService } from 'src/app/services/upload-documents.servic import { WidgetFrameComponent } from '../widget-frame/widget-frame.component' import { UploadFileWidgetComponent } from './upload-file-widget.component' import { DragDropModule } from '@angular/cdk/drag-drop' +import { NgxBootstrapIconsModule, allIcons } from 'ngx-bootstrap-icons' const FAILED_STATUSES = [new FileStatus()] const WORKING_STATUSES = [new FileStatus(), new FileStatus()] @@ -73,6 +74,7 @@ describe('UploadFileWidgetComponent', () => { RouterTestingModule.withRoutes(routes), NgbAlertModule, DragDropModule, + NgxBootstrapIconsModule.pick(allIcons), ], }).compileComponents() @@ -147,12 +149,16 @@ describe('UploadFileWidgetComponent', () => { it('should allow dismissing all alerts', fakeAsync(() => { mockConsumerStatuses(consumerStatusService) + component.alertsExpanded = true fixture.detectChanges() + jest + .spyOn(component, 'getStatusCompleted') + .mockImplementation(() => SUCCESS_STATUSES) const dismissSpy = jest.spyOn(consumerStatusService, 'dismiss') component.dismissCompleted() tick(1000) fixture.detectChanges() - expect(dismissSpy).toHaveBeenCalledTimes(6) + expect(dismissSpy).toHaveBeenCalledTimes(10) })) }) diff --git a/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts b/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts index a06352797..176c4e7f8 100644 --- a/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts +++ b/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts @@ -116,6 +116,11 @@ export class UploadFileWidgetComponent extends ComponentWithPermissions { dismissCompleted() { this.alerts.forEach((a) => a.close()) + if (this.alertsExpanded) { + this.getStatusCompleted().forEach((status) => + this.consumerStatusService.dismiss(status) + ) + } } public onFileSelected(event: Event) {