From 08a3b909423c9cd957bc4445b025e68c6da0c65f Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Fri, 29 Mar 2024 16:18:43 +0100 Subject: [PATCH] Load the branding from the API instead of hardcoding in the config --- frontend/index.html | 2 +- frontend/src/components/ErrorBoundary.tsx | 2 +- .../src/components/Footer/Footer.stories.tsx | 34 +++++- frontend/src/components/Footer/Footer.tsx | 107 +++++++++--------- frontend/src/components/Layout/Layout.tsx | 44 +++++-- frontend/src/config.ts | 6 - frontend/src/gql/gql.ts | 10 ++ frontend/src/gql/graphql.ts | 12 ++ frontend/src/main.tsx | 12 +- templates/app.html | 5 - 10 files changed, 150 insertions(+), 84 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 5dc65ea8..97151e62 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -24,7 +24,7 @@ limitations under the License. matrix-authentication-service