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
yp05327 b5a2bb9ab3
Fix strange UI behavior of cancelling dismiss review modal (#25133)
Fixes https://github.com/go-gitea/gitea/issues/25130

The old code uses `$(this).next()` to get `dismiss-review-modal`.
At first, it will get `$(#dismiss-review-modal)`, but the next time it
will get `$(#dismiss-review-modal).next();`
and then `$(#dismiss-review-modal).next().next();`.
Because div `dismiss-review-modal` will be removed when
`dismiss-review-btn` clicked.

Maybe the right usage is adding `show-modal` class and `data-modal`
attribute.
2 years ago
..
admin Add details summary for vertical menus in settings to allow toggling (#25098) 2 years ago
api/packages/pypi Remove incorrect HTML self close tag (#23748) 2 years ago
base Improve notification icon and navbar (#25111) 2 years ago
code Use data-tooltip-content for tippy tooltip (#23649) 2 years ago
custom Add footer extra links template (#9576) 5 years ago
devtest Improve button-ghost, remove tertiary button (#24692) 2 years ago
explore Consolidate the two review boxes into one (#24738) 2 years ago
mail Remove incorrect HTML self close tag (#23748) 2 years ago
org Add details summary for vertical menus in settings to allow toggling (#25098) 2 years ago
package Consolidate the two review boxes into one (#24738) 2 years ago
projects Merge `new project` templates into one (#24985) 2 years ago
repo Fix strange UI behavior of cancelling dismiss review modal (#25133) 2 years ago
shared Show `bot` label next to username when rendering autor link if the user is a bot (#24943) 2 years ago
status Improve notification icon and navbar (#25111) 2 years ago
swagger fix swagger documentation for multiple files API endpoint (#25110) 2 years ago
user Fix webauthn regression and improve code (#25113) 2 years ago
home.tmpl Improve home page template, fix Sort dropdown menu flash (#23856) 2 years ago
install.tmpl Unification of registration fields order (#24737) 2 years ago
post-install.tmpl Remove incorrect element ID on "post-install" page (#25104) 2 years ago