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/web_src/js/utils
silverwind 291a00dc57
Fix and clean up `ConfirmModal` (#31283)
Bug: orange button color was removed in
https://github.com/go-gitea/gitea/pull/30475, replaced with red
Bug: translation text was not html-escaped
Refactor: Replaced as much jQuery as possible, added useful
`createElementFromHTML`
Refactor: Remove colors checks that don't exist on `.link-action`

<img width="381" alt="image"
src="https://github.com/go-gitea/gitea/assets/115237/5900bf6a-8a86-4a86-b368-0559cbfea66e">

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: delvh <dev.lh@web.de>
9 months ago
..
color.js Fix and rewrite contrast color calculation, fix project-related bugs (#30237) 11 months ago
color.test.js Fix and rewrite contrast color calculation, fix project-related bugs (#30237) 11 months ago
dom.js Fix and clean up `ConfirmModal` (#31283) 9 months ago
dom.test.js Fix and clean up `ConfirmModal` (#31283) 9 months ago
image.js Downscale pasted PNG images based on metadata (#29123) 1 year ago
image.test.js Downscale pasted PNG images based on metadata (#29123) 1 year ago
match.js Avoiding accessing undefined mentionValues (#26461) 2 years ago
match.test.js Use vitest globals (#27102) 1 year ago
time.js Have time.js use UTC-related getters/setters (#30857) 10 months ago
time.test.js Implement contributors graph (#27882) 1 year ago
url.js Support pasting URLs over markdown text (#29566) 12 months ago
url.test.js Support pasting URLs over markdown text (#29566) 12 months ago