Skip to content

Commit b6bef24

Browse files
paulbertjsnwesson
authored andcommitted
refactor!: Remove ZendeskFab component
Deletes the ZendeskFab component and associated mock, removes react-zendesk package, and removes env variables for Zendesk
1 parent bb5a2aa commit b6bef24

File tree

12 files changed

+0
-165
lines changed

12 files changed

+0
-165
lines changed

.env

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ ENTERPRISE_MARKETING_UTM_SOURCE=''
3232
ENTERPRISE_MARKETING_UTM_CAMPAIGN=''
3333
ENTERPRISE_MARKETING_FOOTER_UTM_MEDIUM=''
3434
LEARNING_BASE_URL=''
35-
ZENDESK_KEY=''
3635
HOTJAR_APP_ID=''
3736
HOTJAR_VERSION='6'
3837
HOTJAR_DEBUG=''

.env.development

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ ENTERPRISE_MARKETING_UTM_CAMPAIGN='example.com Referral'
3838
ENTERPRISE_MARKETING_FOOTER_UTM_MEDIUM='Footer'
3939
LEARNING_BASE_URL='http://localhost:2000'
4040
SESSION_COOKIE_DOMAIN='localhost'
41-
ZENDESK_KEY=''
4241
HOTJAR_APP_ID=''
4342
HOTJAR_VERSION='6'
4443
HOTJAR_DEBUG=''

.env.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ ENTERPRISE_MARKETING_UTM_SOURCE='example.com'
3737
ENTERPRISE_MARKETING_UTM_CAMPAIGN='example.com Referral'
3838
ENTERPRISE_MARKETING_FOOTER_UTM_MEDIUM='Footer'
3939
LEARNING_BASE_URL='http://localhost:2000'
40-
ZENDESK_KEY='test-zendesk-key'
4140
HOTJAR_APP_ID='hot-jar-app-id'
4241
HOTJAR_VERSION='6'
4342
HOTJAR_DEBUG=''

example.env.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ module.exports = {
5959
ENTERPRISE_MARKETING_FOOTER_UTM_MEDIUM: 'Footer',
6060
LEARNING_BASE_URL: 'http://localhost:2000',
6161
SESSION_COOKIE_DOMAIN: 'localhost',
62-
ZENDESK_KEY: '',
6362
HOTJAR_APP_ID: '',
6463
HOTJAR_VERSION: 6,
6564
HOTJAR_DEBUG: '',

package-lock.json

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
"react-redux": "^7.2.4",
6262
"react-router-dom": "6.27.0",
6363
"react-share": "^4.4.0",
64-
"react-zendesk": "^0.1.13",
6564
"redux": "4.2.1",
6665
"redux-logger": "3.0.6",
6766
"redux-thunk": "2.4.2",

src/App.test.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jest.mock('@edx/frontend-component-footer', () => ({ FooterSlot: 'Footer' }));
1717

1818
jest.mock('containers/Dashboard', () => 'Dashboard');
1919
jest.mock('containers/LearnerDashboardHeader', () => 'LearnerDashboardHeader');
20-
jest.mock('components/ZendeskFab', () => 'ZendeskFab');
2120
jest.mock('containers/WidgetContainers/AppWrapper', () => 'AppWrapper');
2221
jest.mock('data/redux', () => ({
2322
selectors: 'redux.selectors',

src/components/ZendeskFab/__snapshots__/index.test.jsx.snap

Lines changed: 0 additions & 65 deletions
This file was deleted.

src/components/ZendeskFab/index.jsx

Lines changed: 0 additions & 56 deletions
This file was deleted.

src/components/ZendeskFab/index.test.jsx

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)