aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/features/repo-issue.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix EasyMDE image paste bug during refactoring (#18207)wxiaoguang2022-01-081-2/+4
* Load EasyMDE/CodeMirror dynamically, remove RequireEasyMDE (#18069)wxiaoguang2022-01-051-6/+7
* Clean legacy SimpleMDE code (#17926)wxiaoguang2021-12-101-13/+10
* Remove unnecessary `X-Remote` HTTP header in AJAX request (#17932)wxiaoguang2021-12-081-1/+0
* Update JS dependencies, adjust eslint config (#17904)silverwind2021-12-041-1/+1
* Add new JS linter rules (#17699)silverwind2021-11-221-8/+9
* Make a.add-code-comment click handler an event handler (#17737)zeripath2021-11-201-1/+1
* perf: sent `data-path` once for each file (#17657)Gusted2021-11-191-3/+3
* Fix database deadlock when update issue labels (#17649)wxiaoguang2021-11-161-14/+10
* perf: only generate data-comment-url once (#17618)Gusted2021-11-141-1/+1
* Frontend refactor, PascalCase to camelCase, remove unused code (#17365)wxiaoguang2021-10-211-12/+12
* Split `index.js` to separate files (#17315)wxiaoguang2021-10-171-0/+638