Skip to content

More web GUI fixes

Alex Pearce requested to merge apearce-web-gui-fixes-2 into master

Sorry for the vague title, but this really is just a bag of miscellaneous improvements to the operation and UI of the web GUI. To summarise:

  1. Add a settings page, only used right now for debugging;
  2. Fix a crash that occurred when trying to cast to int;
  3. Improve plot retrieval time by pre-loading ROOT libraries; and
  4. Fix #28 (closed).

Merge request reports