aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/features
Commit message (Expand)AuthorAgeFilesLines
* Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876)wxiaoguang2023-04-0311-690/+530
* Append `(comment)` when a link points at a comment rather than the whole issu...Hester Gong2023-04-033-1/+10
* Use clippie module to copy to clipboard (#23801)silverwind2023-04-023-45/+6
* Fix JS error when changing PR's target branch (#23862)wxiaoguang2023-04-011-2/+0
* Fix dropdown direction behavior (#23806)wxiaoguang2023-03-301-1/+8
* Convert issue list checkboxes to native (#23596)silverwind2023-03-301-18/+4
* Fix issue due date edit toggle bug (#23723)wxiaoguang2023-03-281-1/+1
* Fix incorrect `toggle` buttons (#23676)wxiaoguang2023-03-261-5/+8
* Fine tune more downdrop settings, use SVG for labels, improve Repo Topic Edit...wxiaoguang2023-03-262-23/+18
* Allow new file and edit file preview if it has editable extension (#23624)Hester Gong2023-03-261-14/+27
* Remove row clicking from notification table (#22695)John Olheiser2023-03-251-15/+0
* Use data-tooltip-content for tippy tooltip (#23649)wxiaoguang2023-03-241-1/+1
* Fix cancel button in the page of project edit not work (#23655)sillyguodong2023-03-241-1/+1
* Editor preview support for external renderers (#23333)Brecht Van Lommel2023-03-242-9/+8
* Use a general approach to show tooltip, fix temporary tooltip bug (#23574)wxiaoguang2023-03-234-16/+2
* Use a general approch to improve a11y for all checkboxes and dropdowns. (#23542)wxiaoguang2023-03-223-300/+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
* Fix aria.js bugs: incorrect role element problem, mobile focus problem, tippy...wxiaoguang2023-03-174-85/+197
* Refactor branch/tag selector to Vue SFC (#23421)wxiaoguang2023-03-143-13/+5
* Convert `<div class="button">` to `<button class="button">` (#23337)delvh2023-03-145-12/+26
* Sync the class change of Edit Column Button to JS code (#23400)yp053272023-03-121-26/+22
* Refactor branch/tag selector dropdown (first step) (#23394)wxiaoguang2023-03-111-1/+1
* Hide target selector if tag exists when creating new release (#23171)Zettat1232023-03-101-2/+37
* Fix incorrect display for comment context menu (#23343)wxiaoguang2023-03-081-2/+3
* Fix various ImageDiff/SVG bugs (#23312)wxiaoguang2023-03-071-8/+7
* Scoped labels: don't require holding alt key to remove (#23303)Brecht Van Lommel2023-03-061-6/+1
* Change interactiveBorder to fix popup preview (#23169)Hester Gong2023-03-051-0/+1
* Improve the frontend guideline (#23298)wxiaoguang2023-03-051-1/+1
* Scoped labels: set aria-disabled on muted Exclusive option for a11y (#23306)Brecht Van Lommel2023-03-051-0/+2
* Make Ctrl+Enter submit a pending comment (starting review) instead of submitt...wxiaoguang2023-03-042-5/+11
* Fix various bugs for "install" page (#23194)wxiaoguang2023-03-041-1/+38
* Support paste treepath when creating a new file or updating the file name (#2...Hester Gong2023-03-031-28/+38
* Use async await to fix empty quote reply at first time (#23168)HesterG2023-03-023-20/+23
* Fix switched citation format (#23250)Blender Defender2023-03-021-1/+1
* Use the correct selector to hide the checkmark of selected labels on clear (#...wxiaoguang2023-03-011-1/+1
* Change button text for commenting and closing an issue at the same time (#23135)wxiaoguang2023-02-272-1/+10
* Make issue meta dropdown support Enter, confirm before reloading (#23014)wxiaoguang2023-02-242-13/+39
* Fix some more hidden problems (#23074)wxiaoguang2023-02-221-4/+4
* Improve PR Review Box UI (#22986)wxiaoguang2023-02-212-5/+6
* Improve frontend guidelines (#23007)wxiaoguang2023-02-211-3/+30
* Remove unnecessary and incorrect `find('.menu').toggle()` (#22987)wxiaoguang2023-02-202-4/+0
* Fix hidden commit status on multiple checks (#22889)oliverpool2023-02-201-1/+1
* Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remov...wxiaoguang2023-02-1926-142/+167
* Scoped labels (#22585)Brecht Van Lommel2023-02-184-51/+117
* First step to refactor the `.hide` to `.gt-hidden` (#22916)wxiaoguang2023-02-161-12/+12
* Move helpers to be prefixed with `gt-` (#22879)zeripath2023-02-137-16/+16
* Make issue title edit buttons focusable and fix incorrect ajax requests (#22807)wxiaoguang2023-02-092-4/+9
* Improve AppUrl/ROOT_URL checking (#22836)wxiaoguang2023-02-092-6/+8