mirror of
https://github.com/go-gitea/gitea
synced 2025-01-09 17:24:43 +00:00
128eac9e0b
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.