forgejo/templates/user
MrSmoer 506ed7f43f fix: Move "forgot_password"-link to fix login tab order
Previously hitting tab in the username field set the focus to the "forgot password" link. Only on the next hit the password field was selected.
This is an issue for some password managers (keepassdx android keyboard) and not as nice for accessibility.
Now the forgot link is below the sign up link at the bottom of the page.
Using "tabindex" didn't work properly with the templating engine because many elements get assigned a tabindex of "0" by default disrupting the tab selection sequence.
2024-11-09 22:59:50 +00:00
..
auth fix: Move "forgot_password"-link to fix login tab order 2024-11-09 22:59:50 +00:00
dashboard [PORT] Replace DateTime with proper functions (gitea#32402) 2024-11-03 17:03:14 +01:00
notification feat(ui): add more emoji and code block rendering in issues 2024-09-24 14:20:33 +02:00
overview feat(UI): add package counter to repo/user/org overview pages 2024-07-31 12:40:24 +02:00
settings [PORT] Replace DateTime with DateUtils (gitea#32383) 2024-11-03 16:37:01 +01:00
code.tmpl Unify search boxes (#29530) 2024-03-20 12:31:05 +00:00
heatmap.tmpl Fix heatmap localization 2024-03-20 08:20:08 +01:00
profile.tmpl feat(ui): better activity messages for cases of private profiles (#5638) 2024-10-21 14:39:29 +00:00