gitea/templates/repo/settings
David Øvrelid 128eac9e0b
Fix duplicate ID when deleting repo ()
There is an accessibility issue in the interface when attempting to
delete a repository. When I click on "Delete repository," a dialog box
appears, requiring confirmation to proceed with the repository deletion.
However, when I press the "Repo name" label, the wrong input field gains
focus. The focused field is located behind the dialog and is intended
for renaming the repository.
..
webhook Fix more "locale" usages ()
actions.tmpl Support configuration variables on Gitea Actions ()
branches.tmpl Always use `ctx.Locale.Tr` inside templates ()
collaboration.tmpl Fix more "locale" usages ()
deploy_keys.tmpl Fix more "locale" usages ()
githook_edit.tmpl Always use `ctx.Locale.Tr` inside templates ()
githooks.tmpl Always use `ctx.Locale.Tr` inside templates ()
layout_footer.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings ()
layout_head.tmpl Use flex-container for repo and org settings ()
lfs.tmpl Fix more "locale" usages ()
lfs_file.tmpl Always use `ctx.Locale.Tr` inside templates ()
lfs_file_find.tmpl Fix more "locale" usages ()
lfs_locks.tmpl Fix more "locale" usages ()
lfs_pointers.tmpl Fix more "locale" usages ()
nav.tmpl Always use `ctx.Locale.Tr` inside templates ()
navbar.tmpl Use flex-container for repo and org settings ()
options.tmpl Fix duplicate ID when deleting repo ()
protected_branch.tmpl Add protected branch name description ()
push_mirror_sync_modal.tmpl Always use `ctx.Locale.Tr` inside templates ()
runner_edit.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings ()
secrets.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings ()
tags.tmpl Always use `ctx.Locale.Tr` inside templates ()