aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js
Commit message (Expand)AuthorAgeFilesLines
* Add aria attributes to interactive time tooltips. (#23661)Felipe Leopoldo Sologuren GutiƩrrez2023-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-239-54/+101
* Improve `<SvgIcon>` to make it output `svg` node and optimize performance (#2...wxiaoguang2023-03-234-8/+73
* Use a general approch to improve a11y for all checkboxes and dropdowns. (#23542)wxiaoguang2023-03-226-94/+196
* Polyfill the window.customElements (#23592)wxiaoguang2023-03-201-0/+2
* 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
* Remove stars in dashboard repo list (#23530)yp053272023-03-171-5/+1
* Fix aria.js bugs: incorrect role element problem, mobile focus problem, tippy...wxiaoguang2023-03-175-86/+199
* Make time tooltips interactive (#23526)silverwind2023-03-161-0/+1
* Replace Less with CSS (#23481)silverwind2023-03-141-128/+139
* Refactor branch/tag selector to Vue SFC (#23421)wxiaoguang2023-03-1410-233/+323
* Refactor dashboard repo list to Vue SFC (#23405)wxiaoguang2023-03-147-405/+463
* Convert `<div class="button">` to `<button class="button">` (#23337)delvh2023-03-145-12/+26
* Fix actions frontend bugs (pagination, long name alignment) and small simplif...Hester Gong2023-03-131-2/+1
* 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-112-41/+28
* Hide target selector if tag exists when creating new release (#23171)Zettat1232023-03-102-4/+39
* Fix incorrect display for comment context menu (#23343)wxiaoguang2023-03-081-2/+3
* Fix adding of empty class name (#23352)Hester Gong2023-03-071-1/+2
* Fix various ImageDiff/SVG bugs (#23312)wxiaoguang2023-03-071-8/+7
* Add ActionRunStatus component (#23259)yp053272023-03-062-16/+35
* 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-052-2/+2
* 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
* Add run status in action view page (#23212)yp053272023-03-041-2/+13
* update to mermaid v10 (#23178)techknowlogick2023-03-041-21/+20
* 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
* Add document for `webcomponents` (#23261)wxiaoguang2023-03-031-0/+19
* 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
* Fix incorrect checkbox behaviors in the dashboard repolist's filter (#23147)wxiaoguang2023-03-011-63/+28
* Change button text for commenting and closing an issue at the same time (#23135)wxiaoguang2023-02-272-1/+10
* Add pagination for dashboard and user activity feeds (#22937)Brecht Van Lommel2023-02-241-0/+2
* Require approval to run actions for fork pull request (#22803)Jason Song2023-02-241-2/+18
* 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
* Fix the show/hide methods for string selector (#23042)wxiaoguang2023-02-211-1/+5
* Add force_merge to merge request and fix checking mergable (#23010)Jason Song2023-02-211-1/+6
* Improve PR Review Box UI (#22986)wxiaoguang2023-02-212-5/+6
* Fix the Manually Merged form (#23015)wxiaoguang2023-02-211-0/+4
* Improve frontend guidelines (#23007)wxiaoguang2023-02-211-3/+30
* Remove unnecessary and incorrect `find('.menu').toggle()` (#22987)wxiaoguang2023-02-202-4/+0