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.
wxiaoguang d32af84a10
Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remove inline style=display:none (#22950)
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
1 year ago
..
base.tmpl Add main landmark to templates and adjust titles (#22670) 1 year ago
base_list.tmpl Move helpers to be prefixed with `gt-` (#22879) 1 year ago
delete_modal.tmpl Refactor `i18n` to `locale` (#20153) 2 years ago
dingtalk.tmpl Refactor `i18n` to `locale` (#20153) 2 years ago
discord.tmpl Refactor `i18n` to `locale` (#20153) 2 years ago
feishu.tmpl Refactor `i18n` to `locale` (#20153) 2 years ago
gitea.tmpl Refactor `i18n` to `locale` (#20153) 2 years ago
gogs.tmpl Refactor `i18n` to `locale` (#20153) 2 years ago
history.tmpl Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remove inline style=display:none (#22950) 1 year ago
list.tmpl Merge default and system webhooks under one menu (#14244) 3 years ago
matrix.tmpl Add Webhook authorization header (#20926) 2 years ago
msteams.tmpl Refactor `i18n` to `locale` (#20153) 2 years ago
new.tmpl Add main landmark to templates and adjust titles (#22670) 1 year ago
packagist.tmpl Refactor `i18n` to `locale` (#20153) 2 years ago
settings.tmpl Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remove inline style=display:none (#22950) 1 year ago
slack.tmpl Refactor `i18n` to `locale` (#20153) 2 years ago
telegram.tmpl Refactor `i18n` to `locale` (#20153) 2 years ago
wechatwork.tmpl Refactor `i18n` to `locale` (#20153) 2 years ago