]> source.dussan.org Git - gitea.git/commit
Remove jQuery from the repo commit functions (#29230)
authorYarden Shoham <git@yardenshoham.com>
Thu, 22 Feb 2024 17:13:25 +0000 (19:13 +0200)
committerGitHub <noreply@github.com>
Thu, 22 Feb 2024 17:13:25 +0000 (17:13 +0000)
commiteaede2de98fbe0ac2156c9f4cd8b5899d2c7cbbf
tree2c1d5665826494e41be99f2952b7c0a258992ddf
parent7a1557d2cc893030ae900c4333eeb12d84b891dc
Remove jQuery from the repo commit functions (#29230)

- Switched to plain JavaScript
- Tested the commit ellipsis button functionality and it works as before
- Tested the commits statuses tippy functionality and it works as before
- Tested the last commit loader functionality and it works as before

# Demo using JavaScript without jQuery

![action](https://github.com/go-gitea/gitea/assets/20454870/465516f8-0ff3-438c-a17e-26cbab82750b)

![action](https://github.com/go-gitea/gitea/assets/20454870/968da210-9382-4b50-a4c2-09419dc86e07)

---------

Signed-off-by: Yarden Shoham <git@yardenshoham.com>
Co-authored-by: silverwind <me@silverwind.io>
web_src/js/features/repo-commit.js