mirror of
https://gitee.com/gitea/gitea
synced 2025-11-03 08:00:24 +08:00
When the form is going to be submitted, add the "is-loading" class to show an indicator and avoid user UI events. When the request finishes (success / error), remove the "is-loading" class to make user can interact the UI.