0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-06-11 06:59:21 +02:00
gitea/services/context
Giteabot 0352b99221
Rewrite and restyle reaction selector and enable no-sizzle eslint rule (#30453) (#30473)
Backport #30453 by @silverwind

Enable `no-sizzle` lint rule, there was only one use in
`initCompReactionSelector` which I have rewritten as follows:

- Remove all jQuery except the necessary fomantic dropdown init
- Remove the recursion, instead bind event listeners to common parent
container nodes

Did various tests, works with our without attachments, in diff view and
in diff comments inside comment list.

Additionally the style of reactions now matches between code comments
and issue comments:

<img width="275" alt="Screenshot 2024-04-13 at 14 58 10"
src="https://github.com/go-gitea/gitea/assets/115237/9d08f188-8661-4dd9-bff4-cad6d6d09cab">

Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2024-04-14 11:58:48 +00:00
..
upload Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
access_log.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
api.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
api_org.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
api_test.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
base.go Use strict protocol check when redirect (#29642) 2024-03-07 02:03:41 +00:00
base_test.go Use strict protocol check when redirect (#29642) 2024-03-07 02:03:41 +00:00
captcha.go Clean up log messages (#30313) (#30318) 2024-04-07 11:44:09 +00:00
context.go Rewrite and restyle reaction selector and enable no-sizzle eslint rule (#30453) (#30473) 2024-04-14 11:58:48 +00:00
context_cookie.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
context_model.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
context_request.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
context_response.go Refactor URL detection (#29960) 2024-03-21 12:02:34 +00:00
context_template.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
context_test.go Refactor external URL detection (#29973) 2024-03-22 04:32:40 +08:00
csrf.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
org.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
package.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
pagination.go Remove AddParamIfExist(AddParam) (#29841) 2024-03-16 12:07:56 +00:00
permission.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
private.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
repo.go Move get/set default branch from git package to gitrepo package to hide repopath (#29126) 2024-03-08 15:30:10 +08:00
response.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
user.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
utils.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
xsrf.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
xsrf_test.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00