classmodel / class-web

Web version of CLASS
https://classmodel.github.io/class-web
GNU General Public License v3.0
0 stars 0 forks source link

Unable to cancel adding experiment #15

Open sverhoeven opened 4 weeks ago

sverhoeven commented 4 weeks ago

Given you presses Add experiment button and have the dialog with a form open.,When your press Escape or X button or click outside dialog then the experiment card is still shown. When I download the experiment I see an empty config and no output.

I expected when I close (by not pressing run button) the dialog the experiment would not be added.

sverhoeven commented 4 weeks ago

The dialog is also used for editing.

We should take care that when editing closing will discard any changes to the experiment configuration. And when adding an experiment, closing will not add or remove the associated experiment.