lbry-desktop/ui/js/actions
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
..
app.js Remove unnecessary load of Discover page during startup 2017-06-19 08:12:00 -04:00
availability.js change prettier options 2017-06-06 17:19:12 -04:00
content.js Remove doCancelResolveUri, it deletes claims from the store 2017-06-16 09:51:02 +07:00
cost_info.js Prettier fixes 2017-06-11 00:17:55 +07:00
file_info.js Merge branch 'master' into redux-persist 2017-06-15 10:13:22 -04:00
rewards.js reviewable 2017-06-08 17:15:34 -04:00
search.js Make search page updates more efficient with batch actions 2017-06-15 11:27:38 +07:00
settings.js change prettier options 2017-06-06 17:19:12 -04:00
user.js reviewable 2017-06-08 17:15:34 -04:00
wallet.js kill lbry.call 2017-06-14 20:21:31 -04:00