mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Close #22847 This PR: * introduce Gitea's own `showElem` and related functions * remove jQuery show/hide * remove .hide class * remove inline style=display:none From now on: do not use: * "[hidden]" attribute: it's too weak, can not be applied to an element with "display: flex" * ".hidden" class: it has been polluted by Fomantic UI in many cases * inline style="display: none": it's difficult to tweak * jQuery's show/hide/toggle: it can not show/hide elements with "display: xxx !important" only use: * this ".gt-hidden" class * showElem/hideElem/toggleElem functions in "utils/dom.js" cc: @silverwind , this is the all-in-one PR |
2 years ago | |
---|---|---|
.. | ||
activate.tmpl | 2 years ago | |
captcha.tmpl | 2 years ago | |
change_passwd.tmpl | 2 years ago | |
change_passwd_inner.tmpl | 2 years ago | |
finalize_openid.tmpl | 2 years ago | |
forgot_passwd.tmpl | 2 years ago | |
grant.tmpl | 2 years ago | |
grant_error.tmpl | 2 years ago | |
link_account.tmpl | 2 years ago | |
oidc_wellknown.tmpl | 3 years ago | |
prohibit_login.tmpl | 2 years ago | |
reset_passwd.tmpl | 2 years ago | |
signin.tmpl | 2 years ago | |
signin_inner.tmpl | 2 years ago | |
signin_navbar.tmpl | 2 years ago | |
signin_openid.tmpl | 2 years ago | |
signup.tmpl | 2 years ago | |
signup_inner.tmpl | 2 years ago | |
signup_openid_connect.tmpl | 2 years ago | |
signup_openid_navbar.tmpl | 2 years ago | |
signup_openid_register.tmpl | 2 years ago | |
twofa.tmpl | 2 years ago | |
twofa_scratch.tmpl | 2 years ago | |
webauthn.tmpl | 2 years ago | |
webauthn_error.tmpl | 2 years ago |