You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/templates
Giteabot 932e282e15
Fix duplicate ID when deleting repo (#28520) (#28528)
Backport #28520 by @framitdavid


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.

I am submitting these pull requests to ensure that the correct input
field is focused when the user clicks on the label. This change will
also facilitate the writing of tests using Playwright or Testing Library
to retrieve elements based on roles. This PR will also improve
acessibility of this area.

Co-authored-by: David Øvrelid <46874830+framitdavid@users.noreply.github.com>
1 year ago
..
admin Add word break to the repo list in admin settings page (#28034) (#28035) 1 year ago
api/packages/pypi Remove incorrect HTML self close tag (#23748) 2 years ago
base Backport ctx locale refactoring manually (#27231) (#27259) (#27260) 1 year ago
code Backport ctx locale refactoring manually (#27231) (#27259) (#27260) 1 year ago
custom Add footer extra links template (#9576) 5 years ago
devtest Improve dropdown button alignment and fix hover bug (#27632) (#27637) 1 year ago
explore Keep profile tab when clicking on Language (#28320) (#28331) 1 year ago
mail Update team invitation email link (#26550) 1 year ago
org Use full width for project boards (#28225) (#28245) 1 year ago
package Do not display search box when there's no packages yet (#28146) (#28159) 1 year ago
projects Use full width for project boards (#28225) (#28245) 1 year ago
repo Fix duplicate ID when deleting repo (#28520) (#28528) 1 year ago
shared Refactor template empty checks (#28351) (#28354) 1 year ago
status Clean up template locale usage (#27856) (#27857) 1 year ago
swagger chore(api): support ignore password if login source type is LDAP for creating user API (#28491) (#28525) 1 year ago
user Improve the prompt for "ssh-keygen sign" (#28509) (#28510) 1 year ago
webhook Extract common code to new template (#26933) 1 year ago
home.tmpl Backport ctx locale refactoring manually (#27231) (#27259) (#27260) 1 year ago
install.tmpl Backport ctx locale refactoring manually (#27231) (#27259) (#27260) 1 year ago
post-install.tmpl Backport ctx locale refactoring manually (#27231) (#27259) (#27260) 1 year ago