Extracts the majority of analyzer-gui to a new analyzer-gui-common module.
analyzer-gui becomes a 'shim' exposing analyzer-gui-common as an Electron app.
analyzer-kit also contains a shim that exposes analyzer-gui-common as an embedded SPA, which is available by accessing the Analyzer's HTTP endpoint in a web browser.
Various tweaks and improvements to the common UI and Electron-specific UI.
analyzer-gui
to a newanalyzer-gui-common
module.analyzer-gui
becomes a 'shim' exposinganalyzer-gui-common
as an Electron app.analyzer-kit
also contains a shim that exposesanalyzer-gui-common
as an embedded SPA, which is available by accessing the Analyzer's HTTP endpoint in a web browser.