]> source.dussan.org Git - gitea.git/commit
Fix OAuth loading state (#24788)
authorsilverwind <me@silverwind.io>
Thu, 18 May 2023 11:50:11 +0000 (13:50 +0200)
committerGitHub <noreply@github.com>
Thu, 18 May 2023 11:50:11 +0000 (11:50 +0000)
commit1e1e8b5d43a36aa788ce0973fa57ac6df648cbd0
tree327adbf90c88765a071a0af25d9815d2736d4b4c
parent09ab64dfad6754d88c7e4da15789bf845b19c30f
Fix OAuth loading state (#24788)

Fix regression from https://github.com/go-gitea/gitea/pull/24740 where
the loading state was not showing because the `oauth-login-image` class
was removed. Replaced the Fomantic loader with a pure CSS loader and
cleaned up the HTML.

Diff:
https://github.com/go-gitea/gitea/pull/24788/files?diff=unified&w=1

![](https://github.com/go-gitea/gitea/assets/115237/b5b4137f-9821-464b-9777-858fe85d9e03)

Co-authored-by: Giteabot <teabot@gitea.io>
templates/user/auth/signin_inner.tmpl
web_src/css/modules/animations.css
web_src/js/features/user-auth.js