summaryrefslogtreecommitdiffstats
path: root/web_src/js/components
Commit message (Expand)AuthorAgeFilesLines
* Fix checks for `needs` in Actions (#23789)Jason Song2023-03-301-3/+2
* Diff improvements (#23553)silverwind2023-03-302-20/+23
* Add commit info in action page (#23210)yp053272023-03-271-0/+27
* Fine tune more downdrop settings, use SVG for labels, improve Repo Topic Edit...wxiaoguang2023-03-261-1/+1
* Use data-tooltip-content for tippy tooltip (#23649)wxiaoguang2023-03-243-6/+4
* Use a general approach to show tooltip, fix temporary tooltip bug (#23574)wxiaoguang2023-03-233-17/+1
* Improve `<SvgIcon>` to make it output `svg` node and optimize performance (#2...wxiaoguang2023-03-232-3/+3
* Remove stars in dashboard repo list (#23530)yp053272023-03-171-5/+1
* Replace Less with CSS (#23481)silverwind2023-03-141-128/+139
* Refactor branch/tag selector to Vue SFC (#23421)wxiaoguang2023-03-144-212/+298
* Refactor dashboard repo list to Vue SFC (#23405)wxiaoguang2023-03-145-399/+439
* Fix actions frontend bugs (pagination, long name alignment) and small simplif...Hester Gong2023-03-131-2/+1
* Refactor branch/tag selector dropdown (first step) (#23394)wxiaoguang2023-03-111-40/+27
* Add ActionRunStatus component (#23259)yp053272023-03-062-16/+35
* Improve the frontend guideline (#23298)wxiaoguang2023-03-051-1/+1
* Add run status in action view page (#23212)yp053272023-03-041-2/+13
* Fix incorrect checkbox behaviors in the dashboard repolist's filter (#23147)wxiaoguang2023-03-011-63/+28
* 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
* Add force_merge to merge request and fix checking mergable (#23010)Jason Song2023-02-211-1/+6
* Fix the Manually Merged form (#23015)wxiaoguang2023-02-211-0/+4
* Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remov...wxiaoguang2023-02-191-3/+3
* Scoped labels (#22585)Brecht Van Lommel2023-02-181-19/+4
* Add `title` to PR file tree items (#22918)delvh2023-02-161-1/+2
* Fix the full-height problem for all pages (#22905)wxiaoguang2023-02-141-5/+5
* Move helpers to be prefixed with `gt-` (#22879)zeripath2023-02-135-26/+26
* Remove _actions.less (#22885)Jason Song2023-02-131-2/+53
* Fix style of actions rerun button (#22835)Jason Song2023-02-121-18/+30
* Fix PR file tree folders no longer collapsing (#22864)gempir2023-02-121-2/+5
* Fix rerun button of Actions (#22798)Jason Song2023-02-081-6/+9
* Use relative url in actions view (#22675)Jason Song2023-01-311-4/+4
* Implement actions (#21937)Jason Song2023-01-311-0/+398
* Restore function to "Show more" buttons (#22399)zeripath2023-01-131-1/+4
* JS refactors (#22227)silverwind2022-12-246-38/+4
* Fix heatmap first color being unused (#22157)silverwind2022-12-191-0/+7
* feat: add button to quickly clear merge message (#21548)kolaente2022-11-231-0/+11
* Localize time units on activity heatmap (#21570)Yarden Shoham2022-10-281-4/+4
* Update JS dependencies and eslint config (#21388)silverwind2022-10-101-1/+1
* Fix typos in PullRequestMergeForm.vue header comment (#21378)Yarden Shoham2022-10-091-2/+2
* Refactor from Vue2 to Vue3 (#20044)André Jaenisch2022-10-017-61/+68
* Add filetree on left of diff view (#21012)sebastian-sauer2022-09-273-0/+360
* Replace fomantic popup module with tippy.js (#20428)silverwind2022-08-091-1/+4
* Fix default merge style (#20564)wxiaoguang2022-07-311-1/+4
* Fix eslint parsing errors, remove eslint-plugin-html (#20323)silverwind2022-07-151-0/+16
* Fix checks in PR for empty commits #19603 (#20290)Ing. Jaroslav Šafka2022-07-131-1/+1
* Auto merge pull requests when all checks succeeded via WebUI (#19648)65432022-06-111-10/+124
* Use Vue to refactor pull merge UI (#19650)wxiaoguang2022-05-121-0/+127
* Improve dashboard's repo list performance (#18963)Gusted2022-04-261-20/+25
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-072-3/+3
* Add apply-patch, basic revert and cherry-pick functionality (#17902)zeripath2022-02-091-2/+58