Skip to content

Improvements to DTT configuration page

Adam Morris requested to merge adam/dev into master
  • Overhaul of DTT configuation
    • Instead of clicking on a node to immediately configure it, can now select a node (or several nodes) and only configure when the button is pressed
    • Display available particle tags (list depends on the current selection). Clicking one selects all matching particles
    • Fixed bug where TupleTool configs weren't actually being updated(!)
    • Only appropriate TupleTools are shown. Now grouped by base class, then sorted alphabetically (Closes #17 (closed))
    • Attempt to use appropriate <input> tag types for TupleTool options as in #10 (closed) (needs more work...)
  • Move header tags of main components from App to the components themselves
  • Clean up unused files and dependencies
  • Change "remove" button in LinesTable from a red Button to a CloseButton

Merge request reports