gitea/web_src/js/components
wxiaoguang f7f68e4cc0
Refactor RepoActionView.vue, add `::group::` support (#32713)
1. make it able to "force reload", then the previous pending request
won't block the new request
2. make it support `::group::`
3. add some TS types (but there are still many variables untyped, this
PR is large enough, the remaining types could be added in the future)
2024-12-06 12:04:16 +08:00
..
ActionRunStatus.vue
ActivityHeatmap.vue
ContextPopup.vue Fix suggestions for issues (#32380) 2024-10-30 20:06:36 +00:00
DashboardRepoList.vue Fix some places which doesn't repsect org full name setting (#32243) 2024-11-18 06:24:49 +00:00
DiffCommitSelector.vue Fix a number of typescript issues (#32308) 2024-10-31 14:57:40 +00:00
DiffFileList.vue
DiffFileTree.vue
DiffFileTreeItem.vue Improve diff file tree (#32658) 2024-11-28 12:25:21 +00:00
PullRequestMergeForm.vue
RepoActionView.vue Refactor RepoActionView.vue, add `::group::` support (#32713) 2024-12-06 12:04:16 +08:00
RepoActivityTopAuthors.vue
RepoBranchTagSelector.vue Add "View all branches/tags" entry to Branch Selector (#32653) 2024-12-02 20:19:27 +00:00
RepoCodeFrequency.vue
RepoContributors.vue Remove jQuery import from some files (#32512) 2024-11-15 02:48:41 +08:00
RepoRecentCommits.vue
ScopedAccessTokenSelector.vue