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.
forgejo/docs/content/doc/developers
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
..
api-usage.en-us.md Remove insecure flag from curl (#21074) 2 years ago
api-usage.zh-cn.md Update curl usage in API docs (#21071) 2 years ago
guidelines-backend.en-us.md Fix typo in guidelines-backend.en-us.md (#22690) 1 year ago
guidelines-frontend.en-us.md Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remove inline style=display:none (#22950) 1 year ago
hacking-on-gitea.en-us.md inline gitpod image (#21494) 2 years ago
integrations.en-us.md Pre-fill suggested New File 'name' and 'content' with Query Params (#16556) 3 years ago
integrations.zh-tw.md docs: Fix broken anchors in links to awesome-gitea (#16331) 3 years ago
migrations.en-us.md Add markdownlint (#20512) 2 years ago
migrations.zh-tw.md Add markdownlint (#20512) 2 years ago
oauth2-provider.en-us.md Support scoped access tokens (#20908) 1 year ago
oauth2-provider.zh-tw.md Use neutral language in comments and docs (#20135) 2 years ago