820 B
820 B
Task: Add global frontend branding configuration
Goal
Centralize product branding for the frontend so product name, visible brand marks, brand assets, and theme colors can be changed from one module instead of being hardcoded across shell and auth surfaces.
Relevant Files
frontend/src/branding/branding.jsfrontend/src/branding/applyBranding.jsfrontend/src/components/branding/BrandMark.vuefrontend/src/components/branding/BrandLogo.vuefrontend/src/main.jsfrontend/src/assets/main.cssfrontend/src/layouts/main/AppSidebar.vuefrontend/src/static/components/LandingSiteMenu.vuefrontend/src/features/auth/views/RegisterView.vuefrontend/src/features/auth/views/LoginView.vuefrontend/public/images/brand/*
Validation
cd frontend
npm run build