gitea/templates/org
wxiaoguang f63822fe64
Fix autofocus behavior (#34397)
The "autofocus" was abused or misbehaved:

1. When users visit a page but they are not going to change a field,
then the field shouldn't get "autofocus"
* the "auth" / "user" page: in most cases, users do not want to change
the names
    * see also the GitHub's "settings" page behavior.
2. There shouldn't be duplicate "autofocus" inputs in most cases, only
the first one focuses
3. When a panel is shown, the "autofocus" should get focus
    * "add ssh key" panel

This PR fixes all these problems and by the way remove duplicate
"isElemHidden" function.
2025-05-08 18:26:18 +00:00
..
member Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
projects Add fullscreen mode as a more efficient operation way to view projects (#34081) 2025-04-23 13:42:22 +08:00
settings Fix autofocus behavior (#34397) 2025-05-08 18:26:18 +00:00
team Fix various misalignments and overflows (#34227) 2025-04-17 10:32:41 +00:00
worktime Worktime tracking for the organization level (#19808) 2025-02-03 01:51:12 +08:00
create.tmpl Restore form inputs on organization create error (#34201) 2025-04-15 08:21:51 +00:00
follow_unfollow.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
header.tmpl Fix overflow on org header (#32837) 2024-12-14 06:50:12 +00:00
home.tmpl Refactor markup and pdf-viewer to use new init framework (#33772) 2025-03-03 11:49:15 -08:00
menu.tmpl refactor organization menu (#33928) 2025-04-10 12:12:55 -07:00
worktime.tmpl Worktime tracking for the organization level (#19808) 2025-02-03 01:51:12 +08:00