Fix everything I broke (I hope) - Use react-router #2408

Merged
neb-b merged 1 commit from routing-fixes into master 2019-04-04 23:14:05 +02:00
neb-b commented 2019-04-04 22:39:53 +02:00 (Migrated from github.com)
  • Will fix auth, scroll in a different PR
- Will fix auth, scroll in a different PR
neb-b (Migrated from github.com) reviewed 2019-04-04 22:41:39 +02:00
@ -2,4 +2,3 @@
import { Lbryio } from 'lbryinc';
import ReactGA from 'react-ga';
import { globalHistory } from '@reach/router';
neb-b (Migrated from github.com) commented 2019-04-04 22:41:39 +02:00

Will add back analytics stuff in another PR. They were busted anyway. Just want to get this in.

Will add back analytics stuff in another PR. They were busted anyway. Just want to get this in.
neb-b (Migrated from github.com) reviewed 2019-04-04 22:43:51 +02:00
@ -47,0 +29,4 @@
<Route path={`/$/${PAGES.BACKUP}`} exact component={BackupPage} />
<Route path={`/$/${PAGES.INVITE}`} exact component={InvitePage} />
<Route path={`/$/${PAGES.DOWNLOADED}`} exact component={FileListDownloaded} />
<Route path={`/$/${PAGES.PUBLISHED}`} exact component={FileListPublished} />
neb-b (Migrated from github.com) commented 2019-04-04 22:43:51 +02:00

Will add this back later, it will be a little different with react-router

Will add this back later, it will be a little different with react-router
skhameneh (Migrated from github.com) approved these changes 2019-04-04 23:07:07 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#2408
No description provided.