]> source.dussan.org Git - gitea.git/commit
Batch delete issue and improve tippy opts (#25253)
authorwxiaoguang <wxiaoguang@gmail.com>
Mon, 19 Jun 2023 07:46:50 +0000 (15:46 +0800)
committerGitHub <noreply@github.com>
Mon, 19 Jun 2023 07:46:50 +0000 (15:46 +0800)
commita1c5057fe81c25dfd1777e9625eb5480c45897ea
tree5e25321082e6f3e5b5255132af825cb0b3a3248e
parent51c2aebe1f5124f1a93f7ccd082792c26e6da291
Batch delete issue and improve tippy opts (#25253)

1. Add "batch delete" button for selected issues, close #22273
2. Address the review in
https://github.com/go-gitea/gitea/pull/25219#discussion_r1229266083
modules/context/base.go
options/locale/locale_en-US.ini
routers/web/repo/issue.go
routers/web/web.go
templates/devtest/fetch-action.tmpl
templates/repo/issue/list.tmpl
web_src/js/features/common-global.js
web_src/js/features/comp/ConfirmModal.js [new file with mode: 0644]
web_src/js/features/repo-issue-list.js
web_src/js/modules/tippy.js