From 8f6e74cf02900b2e5d6eb1f7635d85093c9b29e0 Mon Sep 17 00:00:00 2001 From: printcalc-ci Date: Wed, 4 Mar 2026 11:15:52 +0000 Subject: [PATCH] style: apply prettier formatting --- frontend/src/app/core/layout/navbar.component.ts | 2 +- .../pages/admin-cad-invoices.component.html | 16 +++++++++++++--- .../pages/admin-contact-requests.component.html | 8 +++++--- .../admin/pages/admin-dashboard.component.html | 8 +++++--- .../admin/pages/admin-shell.component.html | 4 +--- .../calculator/calculator-page.component.ts | 10 ++++++++-- 6 files changed, 33 insertions(+), 15 deletions(-) diff --git a/frontend/src/app/core/layout/navbar.component.ts b/frontend/src/app/core/layout/navbar.component.ts index 3283ebb..3db215c 100644 --- a/frontend/src/app/core/layout/navbar.component.ts +++ b/frontend/src/app/core/layout/navbar.component.ts @@ -2,7 +2,7 @@ import { Component } from '@angular/core'; import { RouterLink, RouterLinkActive } from '@angular/router'; import { TranslateModule } from '@ngx-translate/core'; import { LanguageService } from '../services/language.service'; -import {routes} from '../../app.routes'; +import { routes } from '../../app.routes'; @Component({ selector: 'app-navbar', diff --git a/frontend/src/app/features/admin/pages/admin-cad-invoices.component.html b/frontend/src/app/features/admin/pages/admin-cad-invoices.component.html index e1cdbb5..9dc0022 100644 --- a/frontend/src/app/features/admin/pages/admin-cad-invoices.component.html +++ b/frontend/src/app/features/admin/pages/admin-cad-invoices.component.html @@ -96,7 +96,9 @@ {{ row.cadTotalChf | currency: "CHF" }} {{ row.grandTotalChf | currency: "CHF" }} {{ row.sessionStatus }} - {{ row.notes || "-" }} + + {{ row.notes || "-" }} + - - -