Skip to content

Commit

Permalink
Got donations working again.
Browse files Browse the repository at this point in the history
Pulled some of the abandoned files into a new srcDeprecated directory that is not compiled.
Got sign in with SMS working again.
  • Loading branch information
SailingSteve committed Jun 10, 2021
1 parent fbca149 commit 5739173
Show file tree
Hide file tree
Showing 37 changed files with 2,824 additions and 1,883 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
src/js/vendor/*.js
src/js/mock-data/
src/js/dispatcher/Dispatcher.js
srcDeprecated
File renamed without changes.
4 changes: 0 additions & 4 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ const CandidateForExtension = React.lazy(() => import(/* webpackChunkName: 'Cand
const ClaimYourPage = React.lazy(() => import(/* webpackChunkName: 'ClaimYourPage' */ './js/routes/Settings/ClaimYourPage'));
const Credits = React.lazy(() => import(/* webpackChunkName: 'Credits' */ './js/routes/More/Credits'));
const Donate = React.lazy(() => import(/* webpackChunkName: 'Donate' */ './js/routes/More/Donate'));
const DonateThankYou = React.lazy(() => import(/* webpackChunkName: 'DonateThankYou' */ './js/routes/More/DonateThankYou'));
const ElectionReminder = React.lazy(() => import(/* webpackChunkName: 'ElectionReminder' */ './js/routes/More/ElectionReminder'));
const Elections = React.lazy(() => import(/* webpackChunkName: 'Elections' */ './js/routes/More/Elections'));
const ExtensionSignIn = React.lazy(() => import(/* webpackChunkName: 'ExtensionSignIn' */ './js/routes/More/ExtensionSignIn'));
Expand Down Expand Up @@ -98,7 +97,6 @@ class App extends Component {
this.state = {
// doShowHeader: true,
// doShowFooter: true,
// isInitialized: false,
showReadyLight: true,
};
// this.setShowHeader = this.setShowHeader.bind(this);
Expand Down Expand Up @@ -261,8 +259,6 @@ class App extends Component {
<Route path="/more/credits" component={Credits} />
<Route path="/more/donate" component={isNotWeVoteMarketingSite ? ReadyRedirect : Donate} />
<Route path="/more/donate" component={isNotWeVoteMarketingSite ? ReadyRedirect : Donate} />
<Route path="/more/donate_thank_you" component={isNotWeVoteMarketingSite ? ReadyRedirect : DonateThankYou} />
<Route path="/more/donate_thank_you" component={isNotWeVoteMarketingSite ? ReadyRedirect : DonateThankYou} />
<Route path="/more/elections" component={Elections} />
<Route path="/more/elections" component={Elections} />
<Route path="/more/extensionsignin" component={ExtensionSignIn} />
Expand Down
59 changes: 59 additions & 0 deletions src/img/global/svg-icons/external_link_font_awesome_blue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/img/global/svg-icons/white-lock.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5739173

Please sign in to comment.