From 17ea1b3868bbdfba4f682fc1bdc8e9071141f364 Mon Sep 17 00:00:00 2001 From: conblem Date: Tue, 8 Jul 2025 15:15:49 +0200 Subject: [PATCH] local changes --- .../src/app/modules/nav/nav.component.html | 9 +-- .../header-button.component.html | 8 +-- .../header-button.component.scss | 22 +++++- .../header-button/header-button.component.ts | 3 +- .../new-header/new-header.component.html | 12 +++- .../new-header/new-header.component.ts | 20 +++++- .../organization-selector.component.html | 9 +-- .../organization-selector.component.ts | 70 ++++++++++++++++--- .../auth-user-detail.component.ts | 29 ++++---- console/src/app/services/grpc-auth.service.ts | 6 -- console/src/app/services/user.service.ts | 69 +++++++++++------- console/src/component-themes.scss | 2 + 12 files changed, 182 insertions(+), 77 deletions(-) diff --git a/console/src/app/modules/nav/nav.component.html b/console/src/app/modules/nav/nav.component.html index d61b750d9f..73338a4831 100644 --- a/console/src/app/modules/nav/nav.component.html +++ b/console/src/app/modules/nav/nav.component.html @@ -1,7 +1,7 @@