feat: implement hide app name feature with toggle in admin settings and update branding context
Some checks failed
Build & Push Docker Image / build (push) Has been cancelled

This commit is contained in:
2026-03-04 10:11:35 +01:00
parent bac4e8ae7c
commit ce2cf499dc
11 changed files with 627 additions and 61 deletions

View File

@@ -13,6 +13,7 @@ export function BrandingProvider({ children }) {
defaultTheme: null,
imprintUrl: null,
privacyUrl: null,
hideAppName: false,
});
const fetchBranding = useCallback(async () => {