Improvements to DTT configuration page
- 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 redButton
to aCloseButton