From abfe001f0abedcc5750c2da072b6d04fcc5b22d1 Mon Sep 17 00:00:00 2001 From: Tim Roes Date: Tue, 4 Oct 2022 18:00:20 +0200 Subject: [PATCH] Add integration for Osano/GDPR --- airbyte-webapp/public/index.html | 6 -- .../src/components/ui/SideMenu/SideMenu.tsx | 8 +- airbyte-webapp/src/index.tsx | 6 ++ airbyte-webapp/src/locales/en.json | 1 + .../cloud/views/AcceptEmailInvite.tsx | 4 +- .../auth/SignupPage/components/SignupForm.tsx | 3 +- .../views/settings/CloudSettingsPage.tsx | 10 +++ .../src/pages/SettingsPage/SettingsPage.tsx | 6 +- airbyte-webapp/src/utils/dataPrivacy.test.ts | 33 ++++++++ airbyte-webapp/src/utils/dataPrivacy.ts | 75 +++++++++++++++++++ 10 files changed, 141 insertions(+), 11 deletions(-) create mode 100644 airbyte-webapp/src/utils/dataPrivacy.test.ts create mode 100644 airbyte-webapp/src/utils/dataPrivacy.ts diff --git a/airbyte-webapp/public/index.html b/airbyte-webapp/public/index.html index c7e46228ea92..9d9d4611d7f2 100644 --- a/airbyte-webapp/public/index.html +++ b/airbyte-webapp/public/index.html @@ -14,12 +14,6 @@ Airbyte - <% if (process.env.REACT_APP_OSANO) { %> - - - <% } %>