diff --git a/apps/red-ui/src/app/components/downloads-list-screen/downloads-list-screen.component.html b/apps/red-ui/src/app/components/downloads-list-screen/downloads-list-screen.component.html index abc5a0ec2..a3f0a0e32 100644 --- a/apps/red-ui/src/app/components/downloads-list-screen/downloads-list-screen.component.html +++ b/apps/red-ui/src/app/components/downloads-list-screen/downloads-list-screen.component.html @@ -20,7 +20,7 @@ icon="red:download" > - +
@@ -53,15 +53,15 @@ (action)="downloadItem(download)" *ngIf="download.status === 'READY' && !download.inProgress" [tooltip]="'downloads-list.actions.download' | translate" - icon="red:download" [type]="circleButtonTypes.dark" + icon="red:download" > @@ -79,7 +79,7 @@ (action)="deleteItems()" *ngIf="entitiesService.areSomeSelected$ | async" [tooltip]="'downloads-list.bulk.delete' | translate" - icon="red:trash" [type]="circleButtonTypes.dark" + icon="red:trash" > diff --git a/apps/red-ui/src/app/modules/admin/dialogs/add-edit-dictionary-dialog/add-edit-dictionary-dialog.component.html b/apps/red-ui/src/app/modules/admin/dialogs/add-edit-dictionary-dialog/add-edit-dictionary-dialog.component.html index be329fdb1..477d76338 100644 --- a/apps/red-ui/src/app/modules/admin/dialogs/add-edit-dictionary-dialog/add-edit-dictionary-dialog.component.html +++ b/apps/red-ui/src/app/modules/admin/dialogs/add-edit-dictionary-dialog/add-edit-dictionary-dialog.component.html @@ -63,8 +63,8 @@ diff --git a/apps/red-ui/src/app/modules/admin/dialogs/file-attributes-csv-import-dialog/active-fields-listing/active-fields-listing.component.html b/apps/red-ui/src/app/modules/admin/dialogs/file-attributes-csv-import-dialog/active-fields-listing/active-fields-listing.component.html index 6da51b99b..ef90a9d75 100644 --- a/apps/red-ui/src/app/modules/admin/dialogs/file-attributes-csv-import-dialog/active-fields-listing/active-fields-listing.component.html +++ b/apps/red-ui/src/app/modules/admin/dialogs/file-attributes-csv-import-dialog/active-fields-listing/active-fields-listing.component.html @@ -12,7 +12,7 @@ icon="red:attribute" > - +
- +
{{ log.message }} diff --git a/apps/red-ui/src/app/modules/admin/screens/default-colors/default-colors-screen.component.html b/apps/red-ui/src/app/modules/admin/screens/default-colors/default-colors-screen.component.html index 3a1c8dced..e57155ba4 100644 --- a/apps/red-ui/src/app/modules/admin/screens/default-colors/default-colors-screen.component.html +++ b/apps/red-ui/src/app/modules/admin/screens/default-colors/default-colors-screen.component.html @@ -26,7 +26,7 @@ [tableHeaderLabel]="tableHeaderLabel" > - +
@@ -42,8 +42,8 @@ (action)="openEditColorDialog($event, color)" *ngIf="currentUser.isAdmin" [tooltip]="'default-colors-screen.action.edit' | translate" - icon="iqser:edit" [type]="circleButtonTypes.dark" + icon="iqser:edit" >
diff --git a/apps/red-ui/src/app/modules/admin/screens/dictionary-listing/dictionary-listing-screen.component.html b/apps/red-ui/src/app/modules/admin/screens/dictionary-listing/dictionary-listing-screen.component.html index 18a0b5f1b..2998054d6 100644 --- a/apps/red-ui/src/app/modules/admin/screens/dictionary-listing/dictionary-listing-screen.component.html +++ b/apps/red-ui/src/app/modules/admin/screens/dictionary-listing/dictionary-listing-screen.component.html @@ -20,88 +20,33 @@
- + emptyColumnWidth="1fr" + > - + + + + + + + + - - - -
-
- -
- -
-
-
-
- {{ dict.label }} -
-
-
- - {{ dict.entries?.length }} -
-
- - {{ 'dictionary-listing.case-sensitive' | translate }} -
-
-
-
- -
- {{ dict.rank }} -
- -
- -
- -
-
- - - -
-
-
-
-
+ + + +
-
+
@@ -134,9 +79,60 @@ (action)="openAddEditDictionaryDialog()" *ngIf="currentUser.isAdmin" [label]="'dictionary-listing.add-new' | translate" - icon="red:plus" [type]="iconButtonTypes.primary" + icon="red:plus" >
+ + +
+
+
+
+ {{ entity.label }} +
+
+
+ + {{ entity.entries?.length }} +
+
+ + {{ 'dictionary-listing.case-sensitive' | translate }} +
+
+
+
+
+ + +
+ {{ entity.rank }} +
+
+ + +
+ +
+
+ + +
+ + + +
+
diff --git a/apps/red-ui/src/app/modules/admin/screens/dictionary-listing/dictionary-listing-screen.component.scss b/apps/red-ui/src/app/modules/admin/screens/dictionary-listing/dictionary-listing-screen.component.scss index ef2c038ad..218ba0992 100644 --- a/apps/red-ui/src/app/modules/admin/screens/dictionary-listing/dictionary-listing-screen.component.scss +++ b/apps/red-ui/src/app/modules/admin/screens/dictionary-listing/dictionary-listing-screen.component.scss @@ -1,42 +1,27 @@ -iqser-table-header::ng-deep .header-item { - padding-right: 16px; -} +::ng-deep iqser-table cdk-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper .table-item > div.cell { + display: flex; + flex-direction: row; + align-items: center; + justify-content: flex-start; -.content-container cdk-virtual-scroll-viewport { - ::ng-deep.cdk-virtual-scroll-content-wrapper { - grid-template-columns: auto 2fr 1fr 1fr 1fr 11px; - - .table-item > div:not(.scrollbar-placeholder) { - display: flex; - flex-direction: row; - padding-left: 10px; - align-items: center; - justify-content: flex-start; - - &.center { - justify-content: center; - } - - .color-square { - width: 16px; - height: 16px; - min-width: 16px; - margin-right: 16px; - } - - .dict-name { - z-index: 1; - max-width: 100%; - } - - .stats-subtitle { - margin-top: 4px; - } - } + &.center { + justify-content: center; } - &.has-scrollbar:hover ::ng-deep.cdk-virtual-scroll-content-wrapper { - grid-template-columns: auto 2fr 1fr 1fr 1fr; + .color-square { + width: 16px; + height: 16px; + min-width: 16px; + margin-right: 16px; + } + + .dict-name { + z-index: 1; + max-width: 100%; + } + + .stats-subtitle { + margin-top: 4px; } } diff --git a/apps/red-ui/src/app/modules/admin/screens/dictionary-listing/dictionary-listing-screen.component.ts b/apps/red-ui/src/app/modules/admin/screens/dictionary-listing/dictionary-listing-screen.component.ts index 65e86bd61..41d72020a 100644 --- a/apps/red-ui/src/app/modules/admin/screens/dictionary-listing/dictionary-listing-screen.component.ts +++ b/apps/red-ui/src/app/modules/admin/screens/dictionary-listing/dictionary-listing-screen.component.ts @@ -1,4 +1,4 @@ -import { Component, Injector, OnInit } from '@angular/core'; +import { Component, forwardRef, Injector, OnInit, TemplateRef, ViewChild } from '@angular/core'; import { DoughnutChartConfig } from '@shared/components/simple-doughnut-chart/simple-doughnut-chart.component'; import { DictionaryControllerService } from '@redaction/red-ui-http'; import { AppStateService } from '@state/app-state.service'; @@ -29,29 +29,18 @@ const toChartConfig = (dict: TypeValueWrapper): DoughnutChartConfig => ({ @Component({ templateUrl: './dictionary-listing-screen.component.html', styleUrls: ['./dictionary-listing-screen.component.scss'], - providers: [...DefaultListingServices] + providers: [...DefaultListingServices, { provide: ListingComponent, useExisting: forwardRef(() => DictionaryListingScreenComponent) }] }) export class DictionaryListingScreenComponent extends ListingComponent implements OnInit { readonly iconButtonTypes = IconButtonTypes; readonly circleButtonTypes = CircleButtonTypes; readonly currentUser = this._userService.currentUser; readonly tableHeaderLabel = _('dictionary-listing.table-header.title'); - readonly tableColumnConfigs: TableColumnConfig[] = [ - { - label: _('dictionary-listing.table-col-names.type'), - sortByKey: 'label' - }, - { - label: _('dictionary-listing.table-col-names.order-of-importance'), - sortByKey: 'rank', - class: 'flex-center' - }, - { - label: _('dictionary-listing.table-col-names.hint-redaction'), - class: 'flex-center' - } - ]; + tableColumnConfigs: TableColumnConfig[]; chartData: DoughnutChartConfig[] = []; + @ViewChild('labelTemplate', { static: true }) labelTemplate: TemplateRef; + @ViewChild('rankTemplate', { static: true }) rankTemplate: TemplateRef; + @ViewChild('iconTemplate', { static: true }) iconTemplate: TemplateRef; protected readonly _primaryKey = 'type'; constructor( @@ -69,7 +58,10 @@ export class DictionaryListingScreenComponent extends ListingComponent [entity.type]; + ngOnInit(): void { + this._setColumnConfig(); this._loadDictionaryData(); } @@ -108,6 +100,30 @@ export class DictionaryListingScreenComponent extends ListingComponent !d.virtual); diff --git a/apps/red-ui/src/app/modules/admin/screens/dossier-attributes-listing/dossier-attributes-listing-screen.component.html b/apps/red-ui/src/app/modules/admin/screens/dossier-attributes-listing/dossier-attributes-listing-screen.component.html index fef0715c2..d2ab0c2da 100644 --- a/apps/red-ui/src/app/modules/admin/screens/dossier-attributes-listing/dossier-attributes-listing-screen.component.html +++ b/apps/red-ui/src/app/modules/admin/screens/dossier-attributes-listing/dossier-attributes-listing-screen.component.html @@ -22,8 +22,8 @@
@@ -42,7 +42,7 @@ [text]="'dossier-attributes-listing.no-match.title' | translate" > - +
@@ -91,8 +91,8 @@ (action)="openConfirmDeleteAttributeDialog($event)" *ngIf="currentUser.isAdmin && entitiesService.areSomeSelected$ | async" [tooltip]="'dossier-attributes-listing.bulk.delete' | translate" - icon="red:trash" [type]="circleButtonTypes.dark" + icon="red:trash" >
@@ -105,8 +105,8 @@ (action)="openAddEditAttributeDialog($event)" *ngIf="currentUser.isAdmin" [label]="'dossier-attributes-listing.add-new' | translate" - icon="red:plus" [type]="iconButtonTypes.primary" + icon="red:plus" >
diff --git a/apps/red-ui/src/app/modules/admin/screens/dossier-template-listing/dossier-templates-listing-screen.component.html b/apps/red-ui/src/app/modules/admin/screens/dossier-template-listing/dossier-templates-listing-screen.component.html index 64d1f2f61..13b503373 100644 --- a/apps/red-ui/src/app/modules/admin/screens/dossier-template-listing/dossier-templates-listing-screen.component.html +++ b/apps/red-ui/src/app/modules/admin/screens/dossier-template-listing/dossier-templates-listing-screen.component.html @@ -45,7 +45,7 @@ [text]="'dossier-templates-listing.no-match.title' | translate" > - +
@@ -39,7 +39,7 @@ [text]="'file-attributes-listing.no-match.title' | translate" > - +
@@ -76,14 +76,14 @@
@@ -101,8 +101,8 @@ (click)="openConfirmDeleteAttributeDialog($event)" *ngIf="currentUser.isAdmin && (entitiesService.areSomeSelected$ | async)" [tooltip]="'file-attributes-listing.bulk-actions.delete' | translate" - icon="red:trash" [type]="circleButtonTypes.dark" + icon="red:trash" >
@@ -117,17 +117,17 @@ (action)="fileInput.click()" *ngIf="currentUser.isAdmin" [tooltip]="'file-attributes-listing.upload-csv' | translate" + [type]="circleButtonTypes.dark" icon="red:upload" tooltipPosition="above" - [type]="circleButtonTypes.dark" >
diff --git a/apps/red-ui/src/app/modules/admin/screens/reports/reports-screen.component.html b/apps/red-ui/src/app/modules/admin/screens/reports/reports-screen.component.html index a4c317c84..f0650b3c3 100644 --- a/apps/red-ui/src/app/modules/admin/screens/reports/reports-screen.component.html +++ b/apps/red-ui/src/app/modules/admin/screens/reports/reports-screen.component.html @@ -19,7 +19,7 @@ -
+
@@ -42,7 +42,7 @@
-
+
- +
diff --git a/apps/red-ui/src/app/modules/admin/screens/user-listing/user-listing-screen.component.html b/apps/red-ui/src/app/modules/admin/screens/user-listing/user-listing-screen.component.html index 155d19494..c7b86e9eb 100644 --- a/apps/red-ui/src/app/modules/admin/screens/user-listing/user-listing-screen.component.html +++ b/apps/red-ui/src/app/modules/admin/screens/user-listing/user-listing-screen.component.html @@ -16,8 +16,8 @@ (action)="openAddEditUserDialog($event)" *ngIf="currentUser.isUserAdmin" [label]="'user-listing.add-new' | translate" - icon="red:plus" [type]="iconButtonTypes.primary" + icon="red:plus" > - +
@@ -66,15 +66,15 @@
@@ -83,7 +83,7 @@
-
+
diff --git a/apps/red-ui/src/app/modules/admin/screens/watermark/watermark-screen.component.html b/apps/red-ui/src/app/modules/admin/screens/watermark/watermark-screen.component.html index cd8b6cf54..8040ae9e3 100644 --- a/apps/red-ui/src/app/modules/admin/screens/watermark/watermark-screen.component.html +++ b/apps/red-ui/src/app/modules/admin/screens/watermark/watermark-screen.component.html @@ -26,14 +26,14 @@ (action)="save()" [disabled]="configForm.invalid" [label]="'watermark-screen.action.save' | translate" - icon="iqser:check" [type]="iconButtonTypes.primary" + icon="iqser:check" >
-
+
@@ -42,8 +42,8 @@ [placeholder]="'watermark-screen.form.text-placeholder' | translate" class="w-full" formControlName="text" + iqserHasScrollbar name="text" - redactionHasScrollbar rows="4" type="text" > diff --git a/apps/red-ui/src/app/modules/dossier/components/document-info/document-info.component.html b/apps/red-ui/src/app/modules/dossier/components/document-info/document-info.component.html index 5e0e2b8e8..c717583fb 100644 --- a/apps/red-ui/src/app/modules/dossier/components/document-info/document-info.component.html +++ b/apps/red-ui/src/app/modules/dossier/components/document-info/document-info.component.html @@ -15,7 +15,7 @@
-
+
{{ attr.label }}:
diff --git a/apps/red-ui/src/app/modules/dossier/components/file-workload/file-workload.component.html b/apps/red-ui/src/app/modules/dossier/components/file-workload/file-workload.component.html index e6b143bf6..bcb0c1f7a 100644 --- a/apps/red-ui/src/app/modules/dossier/components/file-workload/file-workload.component.html +++ b/apps/red-ui/src/app/modules/dossier/components/file-workload/file-workload.component.html @@ -61,8 +61,8 @@
@@ -134,7 +134,7 @@ (keyup)="preventKeyDefault($event)" [class.active-panel]="!pagesPanelActive" class="annotations" - redactionHasScrollbar + iqserHasScrollbar tabindex="1" > @@ -160,16 +160,16 @@ (action)="jumpToPreviousWithAnnotations()" [disabled]="activeViewerPage <= displayedPages[0]" [label]="'file-preview.tabs.annotations.jump-to-previous' | translate" - icon="red:nav-prev" [type]="iconButtonTypes.dark" + icon="red:nav-prev" >
diff --git a/apps/red-ui/src/app/modules/dossier/components/page-exclusion/page-exclusion.component.html b/apps/red-ui/src/app/modules/dossier/components/page-exclusion/page-exclusion.component.html index 9c9971824..e1923ce1f 100644 --- a/apps/red-ui/src/app/modules/dossier/components/page-exclusion/page-exclusion.component.html +++ b/apps/red-ui/src/app/modules/dossier/components/page-exclusion/page-exclusion.component.html @@ -13,7 +13,7 @@
-
+
{{ range.startPage }} diff --git a/apps/red-ui/src/app/modules/dossier/components/scroll-button/scroll-button.component.html b/apps/red-ui/src/app/modules/dossier/components/scroll-button/scroll-button.component.html deleted file mode 100644 index d303ac067..000000000 --- a/apps/red-ui/src/app/modules/dossier/components/scroll-button/scroll-button.component.html +++ /dev/null @@ -1,7 +0,0 @@ - - - diff --git a/apps/red-ui/src/app/modules/dossier/components/scroll-button/scroll-button.component.scss b/apps/red-ui/src/app/modules/dossier/components/scroll-button/scroll-button.component.scss deleted file mode 100644 index 4667400ec..000000000 --- a/apps/red-ui/src/app/modules/dossier/components/scroll-button/scroll-button.component.scss +++ /dev/null @@ -1,30 +0,0 @@ -@import '../../../../../assets/styles/variables'; - -.scroll-button { - background-color: $white; - position: absolute; - right: 0; - height: 40px; - width: 44px; - border: none; - border-radius: 8px 0 0 8px; - box-shadow: -1px 1px 5px 0 rgba(40, 50, 65, 0.25); - - &.bottom { - bottom: 30px; - } - - &.top { - top: 100px; - - mat-icon { - transform: rotate(180deg); - } - } -} - -mat-icon { - width: 22px; - height: 22px; - color: $grey-7; -} diff --git a/apps/red-ui/src/app/modules/dossier/components/scroll-button/scroll-button.component.ts b/apps/red-ui/src/app/modules/dossier/components/scroll-button/scroll-button.component.ts deleted file mode 100644 index 335bbfa26..000000000 --- a/apps/red-ui/src/app/modules/dossier/components/scroll-button/scroll-button.component.ts +++ /dev/null @@ -1,60 +0,0 @@ -import { Component, HostListener, Input, OnInit } from '@angular/core'; -import { CdkVirtualScrollViewport } from '@angular/cdk/scrolling'; -import { concatMap, delay, distinctUntilChanged, map, startWith } from 'rxjs/operators'; -import { Observable, of } from 'rxjs'; - -const ButtonTypes = { - top: 'top', - bottom: 'bottom' -} as const; - -type ButtonType = keyof typeof ButtonTypes; - -@Component({ - selector: 'redaction-scroll-button', - templateUrl: './scroll-button.component.html', - styleUrls: ['./scroll-button.component.scss'] -}) -export class ScrollButtonComponent implements OnInit { - readonly buttonType = ButtonTypes; - - @Input() - scrollViewport: CdkVirtualScrollViewport; - @Input() - itemSize: number; - - showScrollUp$: Observable; - showScrollDown$: Observable; - - ngOnInit() { - const scrollSize = () => this.scrollViewport.getDataLength() * this.itemSize; - const scrollIsNeeded = () => this.scrollViewport.getViewportSize() < scrollSize(); - const reachedEnd = (type: ButtonType) => this.scrollViewport.measureScrollOffset(type) === 0; - - const showScrollUp = () => scrollIsNeeded() && !reachedEnd(ButtonTypes.top); - const showScrollDown = () => scrollIsNeeded() && !reachedEnd(ButtonTypes.bottom); - - const scroll$ = this.scrollViewport.elementScrolled().pipe( - startWith(''), - /** Delay first value so that we can wait for items to be rendered in viewport and get correct values */ - concatMap((value, index) => (index === 0 ? of(value).pipe(delay(0)) : of(value))) - ); - this.showScrollUp$ = scroll$.pipe(map(showScrollUp), distinctUntilChanged()); - this.showScrollDown$ = scroll$.pipe(map(showScrollDown), distinctUntilChanged()); - } - - scroll(type: ButtonType): void { - const viewportSize = (this.scrollViewport?.getViewportSize() - this.itemSize) * (type === ButtonTypes.top ? -1 : 1); - const scrollOffset = this.scrollViewport?.measureScrollOffset('top'); - this.scrollViewport?.scrollToOffset(scrollOffset + viewportSize, 'smooth'); - } - - @HostListener('document:keyup', ['$event']) - spaceAndPageDownScroll(event: KeyboardEvent): void { - if (['Space', 'PageDown'].includes(event.code) && (event.target as any).tagName === 'BODY') { - this.scroll(ButtonTypes.bottom); - } else if (['PageUp'].includes(event.code) && (event.target as any).tagName === 'BODY') { - this.scroll(ButtonTypes.top); - } - } -} diff --git a/apps/red-ui/src/app/modules/dossier/dialogs/add-dossier-dialog/add-dossier-dialog.component.html b/apps/red-ui/src/app/modules/dossier/dialogs/add-dossier-dialog/add-dossier-dialog.component.html index 32cb58be2..c0c360868 100644 --- a/apps/red-ui/src/app/modules/dossier/dialogs/add-dossier-dialog/add-dossier-dialog.component.html +++ b/apps/red-ui/src/app/modules/dossier/dialogs/add-dossier-dialog/add-dossier-dialog.component.html @@ -34,8 +34,8 @@ @@ -63,8 +63,8 @@
diff --git a/apps/red-ui/src/app/modules/dossier/dialogs/change-legal-basis-dialog/change-legal-basis-dialog.component.html b/apps/red-ui/src/app/modules/dossier/dialogs/change-legal-basis-dialog/change-legal-basis-dialog.component.html index 3d585594f..1324714b3 100644 --- a/apps/red-ui/src/app/modules/dossier/dialogs/change-legal-basis-dialog/change-legal-basis-dialog.component.html +++ b/apps/red-ui/src/app/modules/dossier/dialogs/change-legal-basis-dialog/change-legal-basis-dialog.component.html @@ -23,7 +23,7 @@
- +
diff --git a/apps/red-ui/src/app/modules/dossier/dialogs/edit-dossier-dialog/deleted-documents/edit-dossier-deleted-documents.component.html b/apps/red-ui/src/app/modules/dossier/dialogs/edit-dossier-dialog/deleted-documents/edit-dossier-deleted-documents.component.html index 942ff9740..33128db1d 100644 --- a/apps/red-ui/src/app/modules/dossier/dialogs/edit-dossier-dialog/deleted-documents/edit-dossier-deleted-documents.component.html +++ b/apps/red-ui/src/app/modules/dossier/dialogs/edit-dossier-dialog/deleted-documents/edit-dossier-deleted-documents.component.html @@ -17,7 +17,7 @@ icon="red:document" > - +
diff --git a/apps/red-ui/src/app/modules/dossier/dialogs/edit-dossier-dialog/general-info/edit-dossier-general-info.component.html b/apps/red-ui/src/app/modules/dossier/dialogs/edit-dossier-dialog/general-info/edit-dossier-general-info.component.html index 446f3db4a..bfbb5075a 100644 --- a/apps/red-ui/src/app/modules/dossier/dialogs/edit-dossier-dialog/general-info/edit-dossier-general-info.component.html +++ b/apps/red-ui/src/app/modules/dossier/dialogs/edit-dossier-dialog/general-info/edit-dossier-general-info.component.html @@ -30,8 +30,8 @@ @@ -60,8 +60,8 @@ (action)="deleteDossier()" *ngIf="permissionsService.canDeleteDossier(dossierWrapper)" [label]="'dossier-listing.delete.action' | translate" - icon="red:trash" [type]="iconButtonTypes.dark" + icon="red:trash" >
diff --git a/apps/red-ui/src/app/modules/dossier/dialogs/force-redaction-dialog/force-redaction-dialog.component.html b/apps/red-ui/src/app/modules/dossier/dialogs/force-redaction-dialog/force-redaction-dialog.component.html index ecd205571..cb10c3df8 100644 --- a/apps/red-ui/src/app/modules/dossier/dialogs/force-redaction-dialog/force-redaction-dialog.component.html +++ b/apps/red-ui/src/app/modules/dossier/dialogs/force-redaction-dialog/force-redaction-dialog.component.html @@ -23,7 +23,7 @@
- +
diff --git a/apps/red-ui/src/app/modules/dossier/dialogs/manual-redaction-dialog/manual-annotation-dialog.component.html b/apps/red-ui/src/app/modules/dossier/dialogs/manual-redaction-dialog/manual-annotation-dialog.component.html index 88256bdff..8696056f2 100644 --- a/apps/red-ui/src/app/modules/dossier/dialogs/manual-redaction-dialog/manual-annotation-dialog.component.html +++ b/apps/red-ui/src/app/modules/dossier/dialogs/manual-redaction-dialog/manual-annotation-dialog.component.html @@ -41,7 +41,7 @@
- +
diff --git a/apps/red-ui/src/app/modules/dossier/dialogs/recategorize-image-dialog/recategorize-image-dialog.component.html b/apps/red-ui/src/app/modules/dossier/dialogs/recategorize-image-dialog/recategorize-image-dialog.component.html index 6894e0b13..aeafba369 100644 --- a/apps/red-ui/src/app/modules/dossier/dialogs/recategorize-image-dialog/recategorize-image-dialog.component.html +++ b/apps/red-ui/src/app/modules/dossier/dialogs/recategorize-image-dialog/recategorize-image-dialog.component.html @@ -18,7 +18,7 @@
- +
diff --git a/apps/red-ui/src/app/modules/dossier/dialogs/remove-annotations-dialog/remove-annotations-dialog.component.html b/apps/red-ui/src/app/modules/dossier/dialogs/remove-annotations-dialog/remove-annotations-dialog.component.html index e7c7ccbdb..e1b1b8d84 100644 --- a/apps/red-ui/src/app/modules/dossier/dialogs/remove-annotations-dialog/remove-annotations-dialog.component.html +++ b/apps/red-ui/src/app/modules/dossier/dialogs/remove-annotations-dialog/remove-annotations-dialog.component.html @@ -41,12 +41,12 @@
- +
-