gitea/templates
PineBale 99cd709bd6
Fix Repository transferring page (#37277)
While editing frontend, I found some inconsistencies while testing
transferring repositories:

- No button for accepting/rejecting/cancelling the transfer of an empty
repository.
- The `redirect_to` in `templates/repo/header.tmpl` is useless.
- There's no redirection when there's an error from `handleActionError`
in `routers/web/repo/repo.go`. Therefore, instead of flash message, a
blank page will be displayed.

This pr adds some commits to resolve all these issues.

Update: see the new changes
https://github.com/go-gitea/gitea/pull/37277#issuecomment-4276150232

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Giteabot <teabot@gitea.io>
2026-04-19 17:57:51 +00:00
..
admin Add `ExternalIDClaim` option for OAuth2 OIDC auth source (#37229) 2026-04-16 17:30:46 +00:00
api/packages/pypi
base Use Content-Security-Policy: script nonce (#37232) 2026-04-15 20:07:57 +00:00
custom
devtest Workflow Artifact Info Hover (#37100) 2026-04-19 07:37:50 +00:00
explore
mail
org Refactor frontend `tw-justify-between` layouts to `flex-left-right` (#37291) 2026-04-19 18:57:48 +08:00
package Add terraform state registry (#36710) 2026-04-06 13:41:17 -07:00
projects Refactor frontend `tw-justify-between` layouts to `flex-left-right` (#37291) 2026-04-19 18:57:48 +08:00
repo Fix Repository transferring page (#37277) 2026-04-19 17:57:51 +00:00
shared Refactor frontend `tw-justify-between` layouts to `flex-left-right` (#37291) 2026-04-19 18:57:48 +08:00
status Use Content-Security-Policy: script nonce (#37232) 2026-04-15 20:07:57 +00:00
swagger Frontend iframe renderer framework: 3D models, OpenAPI (#37233) 2026-04-17 22:30:17 +00:00
user Refactor frontend `tw-justify-between` layouts to `flex-left-right` (#37291) 2026-04-19 18:57:48 +08:00
webhook
home.tmpl
install.tmpl Indicate form field readonly via background (#37175) 2026-04-11 14:38:56 +00:00
post-install.tmpl