-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate referrals pages to React Router (#7454)
* Migrate send referral form to React Router * Migrate referral details page to React Router * Refactor ReferralHelp to incorporate above changes * Elevate referrals code to modules * Remove legacy code * Refactor and update tests
- Loading branch information
Showing
37 changed files
with
607 additions
and
884 deletions.
There are no files selected for viewing
35 changes: 0 additions & 35 deletions
35
src/apps/companies/apps/referrals/__tests__/transformer.test.js
This file was deleted.
Oops, something went wrong.
152 changes: 0 additions & 152 deletions
152
src/apps/companies/apps/referrals/details/client/ReferralDetails.jsx
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
src/apps/companies/apps/referrals/details/views/details-container.njk
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
107 changes: 0 additions & 107 deletions
107
src/apps/companies/apps/referrals/send-referral/client/SendReferralForm.jsx
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
src/apps/companies/apps/referrals/send-referral/views/client-container.njk
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.