Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Olark #21488

Merged
merged 13 commits into from
Jan 16, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove state/ui/olark Redux code
  • Loading branch information
jsnajdr committed Jan 13, 2018
commit 3e96b905be5cdfebaf1e287ec1b4fb90fda79700
6 changes: 0 additions & 6 deletions client/state/action-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -442,12 +442,6 @@ export const NPS_SURVEY_SUBMIT_WITH_NO_SCORE_REQUEST_FAILURE =
'NPS_SURVEY_SUBMIT_WITH_NO_SCORE_FAILURE';
export const NPS_SURVEY_SUBMIT_WITH_NO_SCORE_REQUEST_SUCCESS =
'NPS_SURVEY_SUBMIT_WITH_NO_SCORE_SUCCESS';
export const OLARK_OPERATORS_AVAILABLE = 'OLARK_OPERATORS_AVAILABLE';
export const OLARK_OPERATORS_AWAY = 'OLARK_OPERATORS_AWAY';
export const OLARK_READY = 'OLARK_READY';
export const OLARK_REQUEST = 'OLARK_REQUEST';
export const OLARK_SET_AVAILABILITY = 'OLARK_SET_AVAILABILITY';
export const OLARK_TIMEOUT = 'OLARK_TIMEOUT';
export const PAGE_TEMPLATES_RECEIVE = 'PAGE_TEMPLATES_RECEIVE';
export const PAGE_TEMPLATES_REQUEST = 'PAGE_TEMPLATES_REQUEST';
export const PAGE_TEMPLATES_REQUEST_FAILURE = 'PAGE_TEMPLATES_REQUEST_FAILURE';
Expand Down
87 changes: 0 additions & 87 deletions client/state/ui/olark/actions.js

This file was deleted.

6 changes: 0 additions & 6 deletions client/state/ui/olark/constants.js

This file was deleted.

97 changes: 0 additions & 97 deletions client/state/ui/olark/reducer.js

This file was deleted.

53 changes: 0 additions & 53 deletions client/state/ui/olark/selectors.js

This file was deleted.

91 changes: 0 additions & 91 deletions client/state/ui/olark/test/actions.js

This file was deleted.

Loading