Skip to content

#272 - Added UI/CSS & tests

  • Added tests html. Tests html has calls to test all functions in the utils classes, which can be expanded later to verify output against hardcoded values (which should then be the same as the Java/C export).
  • Added minimal css, emulates the ESCET theme.
  • UI: Has space reserved for SVG (top half of screen), and has a resizable/collapsible log pane which allows command input.
  • Have not used any external (css/js) resources, since those would not work offline.
  • For the first version of the export, have chosen to export separate files, rather than put everyting into a single html file (this will be the second export option, which we can add later).

Merge request reports