reanahub / reana-ui

REANA UI frontend
http://reana-ui.rtfd.io
MIT License
4 stars 33 forks source link

ui: add option to delete all workflow runs #357

Closed mdonadoni closed 10 months ago

mdonadoni commented 11 months ago

Closes https://github.com/reanahub/reana-ui/issues/349

giuseppe-steduto commented 10 months ago

Also, this could be a nice occasion to update the outdated UI screenshot used in the docs in the delete workflows section.

mdonadoni commented 10 months ago

And I'm gonna leave an idea here: what do you think about displaying the checkbox only when the number of total runs is greater than 1?

Given that this depends on a network call I would avoid this, as otherwise the checkbox would appear after some delay, causing the layout to change and the buttons at the bottom of the modal to move around.

mdonadoni commented 10 months ago

Also, this could be a nice occasion to update the outdated UI screenshot used in the docs in the delete workflows section.

Done! https://github.com/reanahub/docs.reana.io/pull/185