aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/features/repo-issue.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable spellcheck for EasyMDE, use contenteditable mode (#19776)wxiaoguang2022-06-291-3/+4
* Use Vue to refactor pull merge UI (#19650)wxiaoguang2022-05-121-26/+0
* Improve reviewing PR UX (#19612)Gusted2022-05-071-0/+10
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-281-0/+33
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-071-4/+4
* Fix the editor height in review box (#19003)wxiaoguang2022-03-041-1/+2
* Set max text height to prevent overflow (#18862)Kyle D2022-02-231-1/+1
* Replace deprecated String.prototype.substr() with String.prototype.slice() (#...CommanderRoot2022-02-181-2/+2
* Fix review excerpt (#18502)confusedsushi2022-02-011-1/+3
* Use explicit jQuery import, remove unused eslint globals (#18435)silverwind2022-01-281-0/+1
* Place inline diff comment dialogs on split diff in 4th and 8th columns (#18403)zeripath2022-01-251-0/+2
* Make the height of the editor in Review Box smaller (4 lines as GitHub) (#18319)wxiaoguang2022-01-191-1/+3
* Place inline diff comment dialogs in the 4th column. (#18321)JonRB2022-01-181-1/+1
* Revert "Prevent possible XSS when using jQuery (#18289)" (#18293)wxiaoguang2022-01-161-2/+2
* Prevent possible XSS when using jQuery (#18289)Gusted2022-01-161-2/+2