mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-26 17:34:41 +00:00

* feat(ui): add support for brand color config * Update primary color variables in UI styles * Update background color variables in less files * Update UI styles to use primary color variable * Add brand color customization option * Add postinstall script to run build-check * Update theme configuration in DirectionProvider and useApplicationStore * Update primary color hover in variables.less * Update primary color hover in UI styles * Refactor BubbleMenu rendering in BubbleMenu.tsx * Update activity feed card style and announcement border color * Update colors in UI components * Refactor BrandColorConfigSettingsPage component * Add white label configuration settings page * Refactor UI components and add AntDConfigProvider * Add appearance configuration settings page * Update appearance constants, add resetTheme function, and adjust input height * Add link and custom theme support, and fix BrandImage src fallback * Add custom theme translations for multiple languages * Remove unused code and update theme color * Add primary color to theme * Remove custom logo configuration * Add appearance configuration message to language files * add unit test * Remove appearance key and add theme key in language files * Refactor AppearanceConfigSettingsPage component * Fix import issue and update theme color * Update text color in UI components * Add theme colors to useApplicationStore