Deploying and releasing does not block other actions on the screen
#210 opened on Aug 12, 2026
Repository metrics
- Stars
- (5 stars)
- PR merge metrics
- (Avg merge 8h 4m) (95 merged PRs in 30d)
Description
When creating a new release (promotion from "testing"), a workflow is dispatched asynchronously and a small toast is shown in the upper right hand corner.
Nothing in the user interface prevents you from scrolling down and pressing the "release" button again. We should block actions while a release is on-going. I made some changes in the management of the state to ensure that the toast persists across separate tags in #194 so we should be able to piggy back off of that behavior to provide a DOM block.
I'm not completely sure what would happen if you press the "release" button again. I suspect that it will error out. I will update this issue after I test it.