lbry-desktop/ui/js
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
..
actions Remove unnecessary load of Discover page during startup 2017-06-19 08:12:00 -04:00
component Remove doCancelResolveUri, it deletes claims from the store 2017-06-16 09:51:02 +07:00
config format with prettier 2017-06-05 21:21:55 -07:00
constants Remove doCancelResolveUri, it deletes claims from the store 2017-06-16 09:51:02 +07:00
page Merge branch 'master' of github.com:lbryio/lbry-app 2017-06-18 10:34:54 -04:00
reducers Remove doCancelResolveUri, it deletes claims from the store 2017-06-16 09:51:02 +07:00
selectors Prettier fixes 2017-06-11 00:17:55 +07:00
util change prettier options 2017-06-06 17:19:12 -04:00
app.js format with prettier 2017-06-05 21:21:55 -07:00
jsonrpc.js format with prettier 2017-06-05 21:21:55 -07:00
lbry.js Merge branch 'master' into refresh-claim-list-mine 2017-06-15 09:36:25 -04:00
lbryio.js reviewable 2017-06-08 17:15:34 -04:00
lbryuri.js format with prettier 2017-06-05 21:21:55 -07:00
lighthouse.js format with prettier 2017-06-05 21:21:55 -07:00
main.js use ipcRenderer as bridge for communication between electron and ui app 2017-06-13 17:02:06 +02:00
rewards.js reviewable 2017-06-08 17:15:34 -04:00
store.js Add a way for users to clear their own cache 2017-06-16 12:43:43 +07:00
utils.js format with prettier 2017-06-05 21:21:55 -07:00