aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/features/comp
Commit message (Expand)AuthorAgeFilesLines
* Focus editor on "Write" tab click (#26714)silverwind2023-08-251-0/+6
* Set "type=button" for editor's toolbar buttons (#26510)wxiaoguang2023-08-151-0/+2
* Allow to archive labels (#26478)puni98692023-08-141-2/+5
* Don't autosize textarea in diff view (#26233)silverwind2023-07-311-2/+5
* Add toasts to UI (#25449)silverwind2023-06-271-1/+2
* Batch delete issue and improve tippy opts (#25253)wxiaoguang2023-06-191-0/+30
* Update JS dependencies, remove space after emoji completion (#25266)silverwind2023-06-181-1/+3
* Change form actions to fetch for submit review box (#25219)HesterG2023-06-141-7/+14
* Improve and fix bugs surrounding reactions (#24760)silverwind2023-05-281-39/+32
* Support markdown editor for issue template (#24400)yp053272023-05-084-65/+88
* Fix EasyMDE toolbar (#24489)silverwind2023-05-032-57/+163
* Remove all direct references to font-awesome (#24448)Yarden Shoham2023-05-011-4/+5
* Improve emoji and mention matching (#24255)Yarden Shoham2023-04-221-18/+4
* Make mention autocomplete case insensitive in new markdown editor (#24190)Brecht Van Lommel2023-04-181-2/+4
* Add option to search for users is active join a team (#24093)Tyrone Yeh2023-04-141-1/+1
* Add monospace toggle button to textarea (#24034)silverwind2023-04-131-2/+19
* Add popup to hashed comments/pull requests/issues in file editing/adding prev...Hester Gong2023-04-111-7/+2
* Fine tune markdown editor toolbar (#24046)wxiaoguang2023-04-111-1/+4
* Replace tribute with text-expander-element for textarea (#23985)silverwind2023-04-091-4/+74
* Improve markdown editor: width, height, preferred (#23895)wxiaoguang2023-04-071-13/+49
* Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876)wxiaoguang2023-04-034-227/+303
* Append `(comment)` when a link points at a comment rather than the whole issu...Hester Gong2023-04-031-0/+3
* Use data-tooltip-content for tippy tooltip (#23649)wxiaoguang2023-03-241-1/+1
* Scoped labels: set aria-disabled on muted Exclusive option for a11y (#23306)Brecht Van Lommel2023-03-051-0/+2
* 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