AWeber-Imbi/imbi

Deploying and releasing does not block other actions on the screen

Fermée

#210 ouverte le 12 août 2026

 (1 commentaire) (0 réaction) (1 personne assignée)Python (14 forks)auto 404
help wantedui

Métriques du dépôt

Stars
 (5 étoiles)
Métriques de merge PR
 (Merge moyen 8h 4m) (95 PRs mergées en 30 j)

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.

Guide contributeur