aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/features/repo-legacy.js
Commit message (Expand)AuthorAgeFilesLines
* Convert frontend code to typescript (#31559)silverwind2024-07-071-415/+0
* Fix JS error when creating new issue (#31383)wxiaoguang2024-06-161-1/+1
* Remove jQuery `.text()` (#30506)silverwind2024-06-101-2/+2
* Fix incorrect issue form (#30881)wxiaoguang2024-05-081-16/+11
* Fix JS error on pull request page (#30838)silverwind2024-05-031-0/+1
* Fix branch selector UI (#30803)wxiaoguang2024-05-021-11/+14
* Rewrite and restyle reaction selector and enable no-sizzle eslint rule (#30453)silverwind2024-04-141-1/+1
* Split `issue edit` code from `repo-legacy.js` into its own file (#30419)wxiaoguang2024-04-121-204/+3
* Refactor dropzone (#30232)wxiaoguang2024-04-021-29/+21
* Remove jQuery `.attr` from the code comments (#30112)Yarden Shoham2024-03-261-60/+71
* Refactor all `.length === 0` patterns in JS (#30045)silverwind2024-03-251-8/+4
* Migrate `gt-hidden` to `tw-hidden` (#30046)silverwind2024-03-241-9/+9
* Forbid jQuery `is` and fix issues (#30016)silverwind2024-03-241-3/+3
* Migrate margin and padding helpers to tailwind (#30043)silverwind2024-03-241-3/+3
* Fix: Abnormal strings appear when comments are saved after editing (#29991)HEREYUA2024-03-221-1/+1
* Forbid jQuery `.css` and refactor all usage (#29852)silverwind2024-03-191-1/+1
* Forbid jQuery `.prop` and fix related issues (#29832)silverwind2024-03-161-1/+1
* Forbid HTML injection using jQuery (#29843)Yarden Shoham2024-03-161-3/+2
* Forbid variables containing jQuery collections not having the `$` prefix (#29...Yarden Shoham2024-03-161-11/+11
* Remove jQuery AJAX from the comment edit box (#29812)Yarden Shoham2024-03-151-19/+29
* Remove jQuery AJAX from the issue branch reference selection (#29722)Yarden Shoham2024-03-121-2/+10
* Replace more `gt-` with `tw-`, update frontend docs (#29595)silverwind2024-03-051-3/+3
* Remove jQuery .map() and enable eslint rules for it (#29272)silverwind2024-02-211-6/+3
* Add `eslint-plugin-github` and fix issues (#29201)silverwind2024-02-161-18/+27
* Update JS dependencies (#27922)silverwind2023-11-061-2/+0
* Add `Hide/Show all checks` button to commit status check (#26284)yp053272023-11-021-0/+2
* Improve "language stats" UI (#26968)wxiaoguang2023-09-101-2/+0
* Remove "TODO" tasks from CSS file (#26835)wxiaoguang2023-08-311-3/+3
* Handle "comment form combo editor init" more gracefully (#26688)wxiaoguang2023-08-231-2/+3
* Show branches and tags that contain a commit (#25180)delvh2023-07-271-1/+1
* Improve and fix bugs surrounding reactions (#24760)silverwind2023-05-281-1/+1
* Support markdown editor for issue template (#24400)yp053272023-05-081-14/+8
* Make Issue/PR/projects more compact, misc CSS tweaks (#24459)silverwind2023-05-031-5/+1
* Introduce eslint-plugin-no-jquery/no-event-shorthand (#24198)yp053272023-04-201-1/+1
* Fix issue attachment handling (#24202)wxiaoguang2023-04-201-24/+30
* Make wiki title supports dashes and improve wiki name related features (#24143)wxiaoguang2023-04-191-6/+0
* Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876)wxiaoguang2023-04-031-181/+150
* Append `(comment)` when a link points at a comment rather than the whole issu...Hester Gong2023-04-031-0/+3
* Fix aria.js bugs: incorrect role element problem, mobile focus problem, tippy...wxiaoguang2023-03-171-3/+0
* Refactor branch/tag selector to Vue SFC (#23421)wxiaoguang2023-03-141-2/+2
* Convert `<div class="button">` to `<button class="button">` (#23337)delvh2023-03-141-1/+2
* Refactor branch/tag selector dropdown (first step) (#23394)wxiaoguang2023-03-111-1/+1
* Scoped labels: don't require holding alt key to remove (#23303)Brecht Van Lommel2023-03-061-6/+1
* Use async await to fix empty quote reply at first time (#23168)HesterG2023-03-021-6/+5
* Use the correct selector to hide the checkmark of selected labels on clear (#...wxiaoguang2023-03-011-1/+1
* Change button text for commenting and closing an issue at the same time (#23135)wxiaoguang2023-02-271-1/+7
* Make issue meta dropdown support Enter, confirm before reloading (#23014)wxiaoguang2023-02-241-12/+37
* Remove unnecessary and incorrect `find('.menu').toggle()` (#22987)wxiaoguang2023-02-201-2/+0
* Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remov...wxiaoguang2023-02-191-20/+21
* Scoped labels (#22585)Brecht Van Lommel2023-02-181-25/+49