ComputationalBiomechanicsLab / opensim-creator

A UI for building OpenSim models
https://opensimcreator.com
Apache License 2.0
137 stars 16 forks source link

Make `Output Plots` open if a user watches an output from the simulator tab #780

Open adamkewley opened 10 months ago

adamkewley commented 10 months ago

Minor nitpick: helps the user see where the outputs are going.

adamkewley commented 10 months ago

Will require a bit of engineering: the current structure has the MainUIStateAPI dependency-injected into the context menu, but that is one layer "above" the simulation tab. A mutation is necessary in the simulation tab (i.e. open the named panel) and in the layer above (i.e. mutate the configuration file).

Dropping from 0.5.2 because it'll take longer than the deadline.