aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/features/comp
Commit message (Expand)AuthorAgeFilesLines
...
* Use async await to fix empty quote reply at first time (#23168)HesterG2023-03-021-1/+1
* Change button text for commenting and closing an issue at the same time (#23135)wxiaoguang2023-02-271-0/+3
* Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remov...wxiaoguang2023-02-191-3/+4
* Scoped labels (#22585)Brecht Van Lommel2023-02-181-9/+60
* JS refactors (#22227)silverwind2022-12-244-3/+3
* Add team member invite by email (#20307)KN4CK3R2022-10-191-1/+14
* Add down key check has tribute container (#21016)Tyrone Yeh2022-09-031-0/+12
* Support Issue forms and PR forms (#20987)Jason Song2022-09-021-1/+1
* Replace fomantic popup module with tippy.js (#20428)silverwind2022-08-091-4/+8
* move handleGlobalEnterQuickSubmit into a separate file to avoid cycle-import ...wxiaoguang2022-08-052-1/+16
* Enable spellcheck for EasyMDE, use contenteditable mode (#19776)wxiaoguang2022-06-292-51/+86
* Make Ctrl+Enter (quick submit) work for issue comment and wiki editor (#19729)wxiaoguang2022-05-201-1/+14
* Replace blue button and label classes with primary (#19763)silverwind2022-05-201-1/+1
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-071-1/+1
* Fix EasyMDE error when input Enter (#19004)wxiaoguang2022-03-061-2/+2
* Remove CodeMirror dependencies (#18911)silverwind2022-02-261-40/+3
* Replace deprecated String.prototype.substr() with String.prototype.slice() (#...CommanderRoot2022-02-181-2/+2
* Use explicit jQuery import, remove unused eslint globals (#18435)silverwind2022-01-288-2/+10
* Make the height of the editor in Review Box smaller (4 lines as GitHub) (#18319)wxiaoguang2022-01-191-3/+4
* Revert "Prevent possible XSS when using jQuery (#18289)" (#18293)wxiaoguang2022-01-161-1/+1
* Prevent possible XSS when using jQuery (#18289)Gusted2022-01-161-1/+1
* Fix CSS specificity issue with easymde's css (#18201)silverwind2022-01-071-1/+1
* Load EasyMDE/CodeMirror dynamically, remove RequireEasyMDE (#18069)wxiaoguang2022-01-051-6/+54
* Fix EasyMDE validation (#18161)wxiaoguang2022-01-031-18/+30
* Require codereview to have content (#18156)Gusted2022-01-021-0/+28
* Clean legacy SimpleMDE code (#17926)wxiaoguang2021-12-102-14/+40
* Add new JS linter rules (#17699)silverwind2021-11-221-2/+2
* Improve async/await usage, and sort init calls in `index.js` (#17386)wxiaoguang2021-11-092-2/+2
* Remove appSubUrl from pasted images (#17572)zeripath2021-11-081-3/+3
* Frontend refactor, PascalCase to camelCase, remove unused code (#17365)wxiaoguang2021-10-215-12/+12
* Split `index.js` to separate files (#17315)wxiaoguang2021-10-178-0/+349