summaryrefslogtreecommitdiffstats
path: root/web_src/js/components
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use explicit jQuery import, remove unused eslint globals (#18435)silverwind2022-01-283-0/+3
* 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
* Handle invalid issues (#18111)Gusted2021-12-281-8/+20
* Cleanup and use global style on popups (#17674)silverwind2021-11-181-1/+1
* Frontend refactor, PascalCase to camelCase, remove unused code (#17365)wxiaoguang2021-10-213-6/+6
* Fix dashboard repolist alignment and repolisting (#17355)zeripath2021-10-191-0/+1
* Split `index.js` to separate files (#17315)wxiaoguang2021-10-174-17/+10
* Frontend refactor: move Vue related code from `index.js` to `components` dir,...wxiaoguang2021-10-155-26/+617
* Actually compute proper foreground color for labels (#16729)Clar Fon2021-08-251-7/+22
* Load issue/PR context popup data only when needed (#15955)Lauris BH2021-07-131-0/+112
* Heatmap days clickable (#13935)gordon--2021-02-201-1/+20
* Fix heatmap total contributions (#14141)Lunny Xiao2020-12-241-1/+10
* Remove fetch request from heatmap (#13623)silverwind2020-11-181-17/+8
* Make heatmap colors more distinct (#13533)silverwind2020-11-131-4/+4
* Make heatmap shades linear (#13500)silverwind2020-11-101-1/+1
* Frontpage and Heatmap CSS tweaks (#13443)silverwind2020-11-071-37/+20
* Add Vue linting (#13447)silverwind2020-11-072-158/+149
* Insert ui divider directly in templates instead of from inside heatmap vue co...wULLSnpAXbWZGYDYyhWTKKspEQoaYxXyhoisqHf2020-05-191-1/+0
* ui: Add dividing line between heatmap and feeds in dashboard view (#11437)赵智超2020-05-191-0/+1
* Migrate ActivityHeatmap to Vue SFC (#10953)Gary Kim2020-04-061-0/+79