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/repo/issue
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
..
fields Add validations.required check to dropdown field (#24849) 2 years ago
labels Improve dropdown menus, remove inline styles (#24954) 2 years ago
milestone Improve dropdown menus, remove inline styles (#24954) 2 years ago
view_content Fix strange UI behavior of cancelling dismiss review modal (#25133) 2 years ago
branch_selector_field.tmpl Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remove inline style=display:none (#22950) 2 years ago
choose.tmpl Implement Issue Config (#20956) 2 years ago
comment_tab.tmpl Improve markdown editor: width, height, preferred (#23895) 2 years ago
label_precolors.tmpl Fix purple color in suggested label colors (#18241) 3 years ago
labels.tmpl Make Issue/PR/projects more compact, misc CSS tweaks (#24459) 2 years ago
list.tmpl Don't display `select all issues` checkbox when no issues are available (#25086) 2 years ago
milestone_issues.tmpl Add Progressbar to Milestone Page (#25050) 2 years ago
milestone_new.tmpl Add main landmark to templates and adjust titles (#22670) 2 years ago
milestones.tmpl Make Issue/PR/projects more compact, misc CSS tweaks (#24459) 2 years ago
navbar.tmpl Make Issue/PR/projects more compact, misc CSS tweaks (#24459) 2 years ago
new.tmpl Make Issue/PR/projects more compact, misc CSS tweaks (#24459) 2 years ago
new_form.tmpl Improve dropdown menus, remove inline styles (#24954) 2 years ago
openclose.tmpl Make Issue/PR/projects more compact, misc CSS tweaks (#24459) 2 years ago
search.tmpl Improve some Forms (#24878) 2 years ago
view.tmpl Make Issue/PR/projects more compact, misc CSS tweaks (#24459) 2 years ago
view_content.tmpl Consolidate the two review boxes into one (#24738) 2 years ago
view_title.tmpl Improve accessibility when (re-)viewing files (#24817) 2 years ago