From 58c4b9a3f7bbd39c301de0b1f9b859586481c7c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20K=C3=A4ser?= Date: Tue, 23 Apr 2024 10:19:38 +0200 Subject: [PATCH] Manual merge --- .run/OkrApplication-E2E.run.xml | 2 +- frontend/cypress/e2e/checkIn.cy.ts | 10 +++-- frontend/src/app/app.component.ts | 19 +++++++- frontend/src/app/app.module.ts | 7 ++- .../application-top-bar.component.ts | 6 +-- .../application-top-bar.component.scss | 8 +--- .../application-top-bar.component.spec.ts | 2 +- .../application-top-bar.component.ts | 44 ++++++++++--------- .../src/app/components/team/team.component.ts | 5 +-- .../app/{ => services}/config.service.spec.ts | 0 .../src/app/{ => services}/config.service.ts | 2 +- .../services/customization.service.spec.ts | 4 +- .../src/app/services/customization.service.ts | 4 +- .../member-list-table.component.html | 2 +- .../member-list/member-list.component.html | 2 +- 15 files changed, 66 insertions(+), 51 deletions(-) rename frontend/src/app/{ => services}/config.service.spec.ts (100%) rename frontend/src/app/{ => services}/config.service.ts (85%) diff --git a/.run/OkrApplication-E2E.run.xml b/.run/OkrApplication-E2E.run.xml index aa7706165a..7c23471331 100644 --- a/.run/OkrApplication-E2E.run.xml +++ b/.run/OkrApplication-E2E.run.xml @@ -1,7 +1,7 @@