RIFT-15943 - Debug tab presented no content and download button broken 94/1394/1
authorBob Gallagher <bob.gallagher@riftio.com>
Tue, 28 Mar 2017 21:41:31 +0000 (17:41 -0400)
committerBob Gallagher <bob.gallagher@riftio.com>
Tue, 28 Mar 2017 21:41:31 +0000 (17:41 -0400)
commitd2c96111c45346c47d4a7d105324781c0c501e81
treef15dc92e6b78ea77364fe7414433812ebfb45596
parent97d1943c13dd7c6dca1bd372ec456d79558120df
RIFT-15943 - Debug tab presented no content and download button broken
- the link eventDispatch was not working
— converted to link.click()
- cleaned up download
— removed prefix (no longer needed)
— postponed building download content till button pressed
- added isLoading support
— retrieving crash log from server can take some time
— display loading text on page when loading
— use loading component
- bit of code clean up
— formatting
— var -> let/const
— comments

Change-Id: I9aa154c115c5a8b73879347ecc6587595d4bd0fd
Signed-off-by: Bob Gallagher <bob.gallagher@riftio.com>
skyquake/plugins/debug/src/crash.jsx
skyquake/plugins/debug/src/crashStore.js