conda-incubator / conda-store-ui

conda-store-ui is a frontend for conda-store powered by react
https://conda-incubator.github.io/conda-store-ui/
BSD 3-Clause "New" or "Revised" License
13 stars 18 forks source link

[ENH] - Make build canceling exposed in the UI #347

Open nkaretnikov opened 8 months ago

nkaretnikov commented 8 months ago

Feature description

This was recently merged https://github.com/conda-incubator/conda-store/pull/531 It exposes UI elements on the admin side, but we need to port that to the new UI.

Value and/or benefit

Improved UX.

Anything else?

No response

kcpevey commented 7 months ago

What happens if you delete an environment that is currently building? I'm wondering because that is available in the UI. I did it the other day and I was wondering if it freed up a celery worker or if it just kept building in the background.