mirror of
https://gitee.com/gitea/gitea
synced 2025-12-10 02:00:27 +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.