From 72a7536b9f04a37216e4b61203bf36113b4015fa Mon Sep 17 00:00:00 2001 From: Mohamad Choupan Date: Fri, 15 Nov 2024 00:34:12 +0330 Subject: [PATCH] feat: change opengovernance name to opencomply --- services/web-ui/public/index.html | 4 +- services/web-ui/public/manifest.json | 8 +-- services/web-ui/src/App.tsx | 21 +++++--- .../src/auth-provider-with-navigate.tsx | 2 +- .../src/components/Layout/Header/index.tsx | 2 +- services/web-ui/src/icons/OpenGovernance.svg | 52 +++++++++++-------- services/web-ui/src/icons/icons.tsx | 2 +- services/web-ui/src/icons/kaytu.svg | 35 ------------- .../Assets/Single/SingleMetric/index.tsx | 6 +-- .../Tabs/ControlFindings/index.tsx | 2 +- .../Tabs/ImpactedResources/index.tsx | 2 +- .../web-ui/src/pages/RequestDemo/index.tsx | 6 +-- .../src/pages/Spend/Account/AccountTable.tsx | 2 +- 13 files changed, 60 insertions(+), 84 deletions(-) delete mode 100644 services/web-ui/src/icons/kaytu.svg diff --git a/services/web-ui/public/index.html b/services/web-ui/public/index.html index 066f0e4ef..483f90b62 100644 --- a/services/web-ui/public/index.html +++ b/services/web-ui/public/index.html @@ -20,10 +20,10 @@ - + - OpenGovernance + OpenComply + + + + + + + + open + comply + + + + + + + + + + + + + + + + + + + diff --git a/services/web-ui/src/icons/icons.tsx b/services/web-ui/src/icons/icons.tsx index 38d3d51f4..c62d1f8e6 100644 --- a/services/web-ui/src/icons/icons.tsx +++ b/services/web-ui/src/icons/icons.tsx @@ -9,7 +9,7 @@ export { ReactComponent as HipaaIcon } from './hipaa.svg' export { ReactComponent as OpenGovernance } from './OpenGovernanceSmall.svg' export { ReactComponent as OpenGovernanceBig } from './OpenGovernance.svg' -export { ReactComponent as KaytuDarkIconBig } from './kaytu.svg' + export { ReactComponent as BarChartIcon } from './barChart.svg' export { ReactComponent as AreaChartIcon } from './areaChart.svg' diff --git a/services/web-ui/src/icons/kaytu.svg b/services/web-ui/src/icons/kaytu.svg deleted file mode 100644 index 6639ac4b3..000000000 --- a/services/web-ui/src/icons/kaytu.svg +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/services/web-ui/src/pages/Assets/Single/SingleMetric/index.tsx b/services/web-ui/src/pages/Assets/Single/SingleMetric/index.tsx index a28059a34..08ced844b 100644 --- a/services/web-ui/src/pages/Assets/Single/SingleMetric/index.tsx +++ b/services/web-ui/src/pages/Assets/Single/SingleMetric/index.tsx @@ -233,9 +233,7 @@ export default function SingleMetric({ setQuery(modalData) }} > - - Open in Query - + Open in Query @@ -455,7 +453,7 @@ export default function SingleMetric({ - OpenGovernance connection ID + OpenComply connection ID {selectedRow?.connection_id} diff --git a/services/web-ui/src/pages/Governance/Controls/ControlSummary/Tabs/ControlFindings/index.tsx b/services/web-ui/src/pages/Governance/Controls/ControlSummary/Tabs/ControlFindings/index.tsx index c56e0421b..e57210658 100644 --- a/services/web-ui/src/pages/Governance/Controls/ControlSummary/Tabs/ControlFindings/index.tsx +++ b/services/web-ui/src/pages/Governance/Controls/ControlSummary/Tabs/ControlFindings/index.tsx @@ -157,7 +157,7 @@ const columns = (isDemo: boolean) => { }, { field: 'connectionID', - headerName: 'OpenGovernance connection ID', + headerName: 'OpenComply connection ID', type: 'string', hide: true, enableRowGroup: true, diff --git a/services/web-ui/src/pages/Governance/Controls/ControlSummary/Tabs/ImpactedResources/index.tsx b/services/web-ui/src/pages/Governance/Controls/ControlSummary/Tabs/ImpactedResources/index.tsx index aa03a19de..9599d75a5 100644 --- a/services/web-ui/src/pages/Governance/Controls/ControlSummary/Tabs/ImpactedResources/index.tsx +++ b/services/web-ui/src/pages/Governance/Controls/ControlSummary/Tabs/ImpactedResources/index.tsx @@ -155,7 +155,7 @@ const columns = ( }, { field: 'connectionID', - headerName: 'OpenGovernance connection ID', + headerName: 'OpenComply connection ID', type: 'string', hide: true, enableRowGroup: true, diff --git a/services/web-ui/src/pages/RequestDemo/index.tsx b/services/web-ui/src/pages/RequestDemo/index.tsx index d1d763b0e..2195ec924 100644 --- a/services/web-ui/src/pages/RequestDemo/index.tsx +++ b/services/web-ui/src/pages/RequestDemo/index.tsx @@ -1,7 +1,7 @@ import { CheckCircleIcon } from '@heroicons/react/24/solid' import { ArrowTopRightOnSquareIcon } from '@heroicons/react/24/outline' import { Flex, Grid, Text, Title } from '@tremor/react' -import { KaytuDarkIconBig } from '../../icons/icons' +import { OpenGovernanceBig } from '../../icons/icons' export default function RequestDemo() { return ( @@ -17,7 +17,7 @@ export default function RequestDemo() { justifyContent="start" alignItems="start" > - + Manage Complexity @@ -69,7 +69,7 @@ export default function RequestDemo() { Book a Demo {' '} - to navigate OpenGovernance product + to navigate OpenComply product