mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-12 11:39:39 +00:00

* Add predefined color palette for UI styling assets - backend * Update UI components to use customLogoConfig in applicationConfig * Update UI components to use customLogoConfig and customTheme in applicationConfig * Update UI components to use customLogoConfig and customTheme in applicationConfig * Update UI components to use customLogoConfig and customTheme in AppearanceConfigSettingsPage.tsx * Update UI components to use customLogoConfig and customTheme in AppearanceConfigSettingsPage.test.tsx * Remove existing customLogoConfiguration * Refactor App.tsx and ThemeUtils.ts files * Update AppearanceConfigSettingsPage.tsx with new imports and default theme values * Update AppearanceConfigSettingsPage.tsx with new imports and reset functionality * add cypress test * Fix color update issue in CustomThemeConfig.spec.ts * Remove existing customLogoConfiguration -migration changes * Fix theme configuration initialization in useApplicationStore.ts * Update CustomThemeConfig.spec.ts to check if the color is updated * update existing customLogoConfiguration with customUiThemePreference -migration changes * Update CustomThemeConfig.spec.ts to fix color update check * Add unit tests for ThemeUtils * move validateJsonSchema method to JsonUtils --------- Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>