RIFT-15943 - Debug tab presented no content and download button broken
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)
commit5f6d87f16bf80c3042a4bd5474bb0654b757d973
treef15dc92e6b78ea77364fe7414433812ebfb45596
parentb4e1ec715377ef6d4a1e2cc14f679514abd1be92
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