desktop icon indicating copy to clipboard operation
desktop copied to clipboard

reload should work *always*

Open b5 opened this issue 5 years ago • 3 comments

Given that we're still early days, we often get the WSOD (white screen of death). I think we should move the thing that looks for the command-R hotkey as far up the chain as possible, ideally tied directly to the main process (I don't think that's possible thanks to browser keyboard capture).

Basically, I want Reload to work more often.

b5 avatar Feb 13 '20 15:02 b5

I believe the issue that keeps happening right now with WSOD, is that when you 'reload' you end up reloading to the same route that got you to WSOD in the first place. In which case, 'reload' should maybe take you to a 'parent' route, aka if what got you in trouble was /network/this/dataset, it should take you to /network

ramfox avatar Feb 13 '20 21:02 ramfox

This might have been addressed by #465? We should test

b5 avatar Mar 03 '20 03:03 b5

Reload only punks out now if you reload from the Workbench page, the fetchWorkingDataset function fires off before fetchMyDatasets returns, causing issues. Should ensure we have a list of datasets before fetching the working dataset

ramfox avatar Mar 18 '20 15:03 ramfox