Deploying and releasing does not block other actions on the screen
#210 aperta il 12 ago 2026
Metriche repository
- Star
- (5 stelle)
- Metriche merge PR
- (Merge medio 8h 4m) (95 PR mergiate in 30 g)
Descrizione
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.