aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/features/repo-issue.js
Commit message (Expand)AuthorAgeFilesLines
* Convert frontend code to typescript (#31559)silverwind2024-07-071-733/+0
* Refactor dropzone (#31482)wxiaoguang2024-06-271-19/+8
* Disable issue/PR comment button given empty input (#31463)Kemal Zebari2024-06-231-12/+17
* Split common-global.js into separate files (#31438)wxiaoguang2024-06-211-1/+1
* Use `querySelector` over alternative DOM methods (#31280)silverwind2024-06-101-7/+7
* Remove jQuery `.text()` (#30506)silverwind2024-06-101-10/+12
* Replace `gt-word-break` with `tw-break-anywhere` (#31183)silverwind2024-06-041-1/+1
* Fix JS error when editing a merged PR's title (#30990)wxiaoguang2024-05-161-1/+4
* Fix some UI problems (dropdown/container) (#30849)wxiaoguang2024-05-061-2/+2
* Fix some UI problems (install/checkbox) (#30854)wxiaoguang2024-05-061-7/+7
* Fix issue/PR title edit (#30858)wxiaoguang2024-05-051-71/+56
* Rework and fix stopwatch (#30732)silverwind2024-04-301-0/+1
* Fix JS error when opening to expanded code comment (#30463)silverwind2024-04-141-5/+3
* Remove jQuery class from the `repo-issue.js` file (#30192)Yarden Shoham2024-03-311-70/+85
* Remove fomantic checkbox module (#30162)silverwind2024-03-291-25/+19
* Remove jQuery `.attr` from the common issue page functions (#30083)Yarden Shoham2024-03-261-73/+83
* Refactor all `.length === 0` patterns in JS (#30045)silverwind2024-03-251-8/+6
* Migrate `gt-hidden` to `tw-hidden` (#30046)silverwind2024-03-241-14/+14
* Enforce trailing comma in JS on multiline (#30002)silverwind2024-03-221-7/+7
* Fix various loading states, remove `.loading` class (#29920)silverwind2024-03-211-5/+5
* Solving the issue of UI disruption when the review is deleted without refresh...HEREYUA2024-03-211-1/+7
* Forbid variables containing jQuery collections not having the `$` prefix (#29...Yarden Shoham2024-03-161-46/+46
* Remove jQuery AJAX from the `repo-issue.js` file (#29776)Yarden Shoham2024-03-141-84/+114
* Replace more `gt-` with `tw-`, update frontend docs (#29595)silverwind2024-03-051-2/+2
* Add attachment support for code review comments (#29220)Jimmy Praet2024-02-251-0/+7
* Add `eslint-plugin-github` and fix issues (#29201)silverwind2024-02-161-7/+3
* Fix incorrect URL for "Reference in New Issue" (#28716)wxiaoguang2024-01-071-1/+2
* Update JS dependencies (#27922)silverwind2023-11-061-2/+0
* Hide archived labels by default from the suggestions when assigning labels fo...puni98692023-10-171-0/+13
* Remove "TODO" tasks from CSS file (#26835)wxiaoguang2023-08-311-3/+3
* Fix sidebar label dropdown divider (#25359)HesterG2023-06-191-1/+1
* Fix label list divider (#25312)wxiaoguang2023-06-181-0/+1
* Use fetch to send requests to create issues/comments (#25258)wxiaoguang2023-06-161-5/+0
* Fix mobile navbar and misc cleanups (#25134)silverwind2023-06-091-1/+0
* Fix strange UI behavior of cancelling dismiss review modal (#25133)yp053272023-06-081-7/+0
* Improve accessibility when (re-)viewing files (#24817)delvh2023-05-211-3/+3
* Add status indicator on main home screen for each repo (#24638)Yarden Shoham2023-05-131-2/+2
* Improve "goto issue by number" button (#24577)wxiaoguang2023-05-101-29/+0
* Support markdown editor for issue template (#24400)yp053272023-05-081-0/+56
* Add goto issue id function (#24479)Tyrone Yeh2023-05-071-0/+29
* Make Issue/PR/projects more compact, misc CSS tweaks (#24459)silverwind2023-05-031-1/+3
* Introduce eslint-plugin-no-jquery/no-event-shorthand (#24198)yp053272023-04-201-2/+2
* Refactor authors dropdown (send get request from frontend to avoid long wait ...Hester Gong2023-04-071-1/+1
* Fix code view (diff) broken layout (#23096)wxiaoguang2023-04-041-9/+0
* Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876)wxiaoguang2023-04-031-60/+14
* Fix JS error when changing PR's target branch (#23862)wxiaoguang2023-04-011-2/+0
* Fix issue due date edit toggle bug (#23723)wxiaoguang2023-03-281-1/+1
* Use a general approach to show tooltip, fix temporary tooltip bug (#23574)wxiaoguang2023-03-231-4/+1
* Fix JS error on compare page (#23551)silverwind2023-03-181-13/+15
* Fix diff detail buttons wrapping, use tippy for review box (#23271)silverwind2023-03-171-6/+17