aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/features/repo-issue.js
Commit message (Expand)AuthorAgeFilesLines
* Fix JS error when opening to expanded code comment (#30463) (#30470)Giteabot2024-04-141-5/+3
* Remove fomantic checkbox module (#30162) (#30168)Giteabot2024-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
* Imrove scroll behavior to hash issuecomment(scroll position, auto expand if f...Hester Gong2023-03-171-1/+21
* Convert `<div class="button">` to `<button class="button">` (#23337)delvh2023-03-141-1/+2
* Make Ctrl+Enter submit a pending comment (starting review) instead of submitt...wxiaoguang2023-03-041-1/+1
* Use async await to fix empty quote reply at first time (#23168)HesterG2023-03-021-13/+17
* Improve PR Review Box UI (#22986)wxiaoguang2023-02-211-5/+5
* 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-17/+18
* First step to refactor the `.hide` to `.gt-hidden` (#22916)wxiaoguang2023-02-161-12/+12
* Make issue title edit buttons focusable and fix incorrect ajax requests (#22807)wxiaoguang2023-02-091-4/+8
* JS refactors (#22227)silverwind2022-12-241-1/+1
* Change ID pattern of raw content container for issue (#21966)Felipe Leopoldo Sologuren GutiƩrrez2022-12-101-1/+1
* Improve code comment review on mobile (#21461)Gusted2022-10-251-3/+3
* Replace fomantic popup module with tippy.js (#20428)silverwind2022-08-091-9/+4