summaryrefslogtreecommitdiffstats
path: root/web_src/js/features/imagediff.js
Commit message (Expand)AuthorAgeFilesLines
* Refactor imagediff and fix regression bug (#30694)wxiaoguang2024-04-251-102/+102
* Remove jQuery class from the image diff (#30140)Yarden Shoham2024-03-291-9/+20
* Remove remaining jQuery .css code (#30015)silverwind2024-03-241-44/+45
* Remove jQuery `.attr` from the image diff again (#30022)Yarden Shoham2024-03-231-2/+4
* Enforce trailing comma in JS on multiline (#30002)silverwind2024-03-221-15/+15
* Remove jQuery `.attr` from the image diff (#29917)Yarden Shoham2024-03-191-1/+1
* Forbid jQuery `.css` and refactor all usage (#29852)silverwind2024-03-191-54/+54
* Replace ajax with fetch, improve image diff (#27267)silverwind2023-10-111-54/+37
* Improve Image Diff UI (#26696)wxiaoguang2023-08-241-4/+3
* Prevent duplicate image loading (#25675)delvh2023-07-041-1/+2
* Fix various ImageDiff/SVG bugs (#23312)wxiaoguang2023-03-071-8/+7
* Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remov...wxiaoguang2023-02-191-3/+4
* Add missing close bracket in imagediff (#22710)zeripath2023-02-011-1/+1
* JS refactors (#22227)silverwind2022-12-241-1/+1
* Fix viewed images not loading in a PR (#19919)wxiaoguang2022-06-081-1/+2
* Fix two UI bugs: JS error in imagediff.js, 500 error in diff/compare.tmplwxiaoguang2022-04-261-4/+11
* Use explicit jQuery import, remove unused eslint globals (#18435)silverwind2022-01-281-0/+2
* Improve async/await usage, and sort init calls in `index.js` (#17386)wxiaoguang2021-11-091-1/+1
* Add Image Diff for SVG files (#14867)KN4CK3R2021-06-051-8/+66
* Add Image Diff options in Pull Request Diff view (#14450)KN4CK3R2021-02-271-0/+206