Skip to content

Conversation

@vic2099
Copy link

@vic2099 vic2099 commented Dec 1, 2025

Implement a flexible branding configuration system that allows customization of:

  • Primary and secondary colors for the UI
  • Logo and icon assets
  • Branding name and description

Changes:

  • Add branding.json configuration file with customizable colors and assets
  • Update build.html to dynamically load and apply branding configuration
  • Add JavaScript to fetch branding.json and apply CSS variables
  • Add logo container in build.html for displaying custom logos
  • Create BRANDING.md documentation with customization guide
  • Add assets/ directory structure for branding files

The system gracefully falls back to default values if branding.json is not found.

Implement a flexible branding configuration system that allows customization of:
- Primary and secondary colors for the UI
- Logo and icon assets
- Branding name and description

Changes:
- Add branding.json configuration file with customizable colors and assets
- Update build.html to dynamically load and apply branding configuration
- Add JavaScript to fetch branding.json and apply CSS variables
- Add logo container in build.html for displaying custom logos
- Create BRANDING.md documentation with customization guide
- Add assets/ directory structure for branding files

The system gracefully falls back to default values if branding.json is not found.
@levlam
Copy link
Contributor

levlam commented Dec 2, 2025

This makes no sense for build.html.

@levlam levlam closed this Dec 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants