lbry-desktop/ui
Alex Liebowitz a5968c2c20 Remove unnecessary load of Discover page during startup
We were loading the Discover page at the end of the launch screen.
That meant that if a user started with LBRY closed and started it by
clicking on a lbry:// link, it would load during the launch screen
but then get overridden by the Discover page as soon as the launch
screen finished.

Fortunately, this load was redundant anyway as the necessary state is
already being set in the default state for the App component:
902fb96878/ui/js/reducers/app.js (L5)
2017-06-19 08:12:00 -04:00
..
.travis Add 'ui/' from commit 'efc28c6644b7970403e3a11523cbf6e336eee52d' 2017-03-09 12:11:46 -05:00
dist Switch to https://github.com/Selz/plyr video player (recommended by @fillerino). 2017-05-04 11:59:46 -04:00
js Remove unnecessary load of Discover page during startup 2017-06-19 08:12:00 -04:00
scss Merge remote-tracking branch 'origin/master' into tear_down_this_wall 2017-06-08 20:03:11 -04:00
.babelrc Add 'ui/' from commit 'efc28c6644b7970403e3a11523cbf6e336eee52d' 2017-03-09 12:11:46 -05:00
.eslintrc.js Add 'ui/' from commit 'efc28c6644b7970403e3a11523cbf6e336eee52d' 2017-03-09 12:11:46 -05:00
.gitignore Add 'ui/' from commit 'efc28c6644b7970403e3a11523cbf6e336eee52d' 2017-03-09 12:11:46 -05:00
.travis.yml Add 'ui/' from commit 'efc28c6644b7970403e3a11523cbf6e336eee52d' 2017-03-09 12:11:46 -05:00
Dangerfile Add 'ui/' from commit 'efc28c6644b7970403e3a11523cbf6e336eee52d' 2017-03-09 12:11:46 -05:00
LICENSE.md Add 'ui/' from commit 'efc28c6644b7970403e3a11523cbf6e336eee52d' 2017-03-09 12:11:46 -05:00
package-lock.json Fixes after rebasing on master 2017-06-15 11:27:38 +07:00
package.json Bump version: 0.12.2rc2 → 0.12.2rc3 2017-06-18 10:53:17 -04:00
README.md remove obsolete info 2017-03-13 11:44:15 -04:00
watch.sh Add 'ui/' from commit 'efc28c6644b7970403e3a11523cbf6e336eee52d' 2017-03-09 12:11:46 -05:00
webpack.config.js Fixes after rebasing on master 2017-06-15 11:27:38 +07:00
webpack.dev.config.js Fixes after rebasing on master 2017-06-15 11:27:38 +07:00

Development Setup