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
..
2025-03-24 14:28:02 +00:00
2025-05-08 18:26:18 +00:00
2025-04-18 22:56:50 +08:00
2025-04-29 16:57:47 +00:00
2025-04-13 12:27:31 -07:00
2025-01-06 12:07:52 +08:00
2024-03-14 23:24:59 +00:00
2023-04-29 15:43:01 -04:00