From c81c98286d0c606053873b13f90d8d53d12cbea0 Mon Sep 17 00:00:00 2001 From: Ashish Gupta Date: Wed, 25 Oct 2023 22:32:30 +0530 Subject: [PATCH] fix(ui): domain styling color in the title if provided (#13697) * supported domain styling color in title if provided * fix on data product page * fix: allow dot in mentions allowed char --------- Co-authored-by: karanh37 --- .../DataProductsDetailsPage.component.tsx | 3 ++- .../DomainDetailsPage.component.tsx | 3 ++- .../ui/src/constants/Feeds.constants.ts | 2 +- .../src/pages/SignUp/BasicSignup.component.tsx | 1 + .../resources/ui/src/pages/SignUp/SignUpPage.tsx | 1 + .../resources/ui/src/pages/TagsPage/TagsPage.tsx | 16 ++++++++++------ .../main/resources/ui/src/pages/login/index.tsx | 1 + 7 files changed, 18 insertions(+), 9 deletions(-) diff --git a/openmetadata-ui/src/main/resources/ui/src/components/DataProducts/DataProductsDetailsPage/DataProductsDetailsPage.component.tsx b/openmetadata-ui/src/main/resources/ui/src/components/DataProducts/DataProductsDetailsPage/DataProductsDetailsPage.component.tsx index 57cce913ad6..086d0187756 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/DataProducts/DataProductsDetailsPage/DataProductsDetailsPage.component.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/DataProducts/DataProductsDetailsPage/DataProductsDetailsPage.component.tsx @@ -469,9 +469,10 @@ const DataProductsDetailsPage = ({ ) } serviceName="" + titleColor={dataProduct.style?.color} /> - +
{!isVersionsView && dataProductPermission.Create && ( diff --git a/openmetadata-ui/src/main/resources/ui/src/pages/login/index.tsx b/openmetadata-ui/src/main/resources/ui/src/pages/login/index.tsx index 2be0e7ace35..52a1eef5f23 100644 --- a/openmetadata-ui/src/main/resources/ui/src/pages/login/index.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/pages/login/index.tsx @@ -225,6 +225,7 @@ const SigninPage = () => { requiredMark={false} rules={[{ required: true }]}>