From 31c90f31901c4aeadfa3e0000aed5be139311f37 Mon Sep 17 00:00:00 2001 From: Mihajlo Medjedovic Date: Wed, 29 May 2024 14:36:17 +0200 Subject: [PATCH] style: lint --- client/src/app/app.component.ts | 11 +++++++--- client/src/app/editor/editor.component.html | 9 +++++++-- .../src/app/editor/utils/renderers.utils.ts | 2 +- client/src/app/home/home.component.html | 12 +++++++++-- client/src/app/lineage/lineage.component.html | 4 +++- .../src/app/metadata/metadata.component.html | 4 +++- client/src/app/models/AppSettings.ts | 4 ++-- .../approve-details.component.html | 8 ++------ .../app/review/approve/approve.component.html | 7 +++++-- .../review/submitter/submitter.component.html | 8 ++++++-- .../src/app/services/app-settings.service.ts | 12 ++++++----- client/src/app/services/event.service.ts | 4 +--- .../header-actions.component.html | 20 +++++++++++++++++-- client/src/app/stage/stage.component.ts | 2 +- client/src/app/system/system.module.ts | 7 +------ client/src/app/viewer/viewer.component.html | 13 +++++++++--- client/src/app/xlmap/xlmap.component.html | 12 +++++++++-- 17 files changed, 95 insertions(+), 44 deletions(-) diff --git a/client/src/app/app.component.ts b/client/src/app/app.component.ts index eb6b132..91c0002 100644 --- a/client/src/app/app.component.ts +++ b/client/src/app/app.component.ts @@ -13,10 +13,15 @@ import { InfoModal } from './models/InfoModal' import { DcAdapterSettings } from './models/DcAdapterSettings' import { AppStoreService } from './services/app-store.service' import { LicenceService } from './services/licence.service' -import '@cds/core/icon/register.js'; -import { ClarityIcons, exclamationTriangleIcon, moonIcon, sunIcon } from '@cds/core/icon'; +import '@cds/core/icon/register.js' +import { + ClarityIcons, + exclamationTriangleIcon, + moonIcon, + sunIcon +} from '@cds/core/icon' -ClarityIcons.addIcons(moonIcon, sunIcon, exclamationTriangleIcon); +ClarityIcons.addIcons(moonIcon, sunIcon, exclamationTriangleIcon) @Component({ selector: 'my-app', diff --git a/client/src/app/editor/editor.component.html b/client/src/app/editor/editor.component.html index ddf1917..f307f92 100644 --- a/client/src/app/editor/editor.component.html +++ b/client/src/app/editor/editor.component.html @@ -169,7 +169,10 @@ Back to table selection - + Viewboxes @@ -488,7 +491,9 @@ >
- +