1
1
mirror of https://github.com/go-gitea/gitea synced 2024-11-01 15:54:25 +00:00
gitea/web_src/js/components
Anbraten 348d1d0f32
Migrate vue components to setup (#32329)
Migrated a handful Vue components to the `setup` syntax using
composition api as it has better Typescript support and is becoming the
new default in the Vue ecosystem.

- [x] ActionRunStatus.vue    
- [x] ActivityHeatmap.vue
- [x] ContextPopup.vue       
- [x] DiffFileList.vue
- [x] DiffFileTree.vue       
- [x] DiffFileTreeItem.vue    
- [x] PullRequestMergeForm.vue
- [x] RepoActivityTopAuthors.vue  
- [x] RepoCodeFrequency.vue
- [x] RepoRecentCommits.vue
- [x] ScopedAccessTokenSelector.vue

Left some larger components untouched for now to not go to crazy in this
single PR:
- [ ] DiffCommitSelector.vue  
- [ ] RepoActionView.vue
- [ ] RepoContributors.vue
- [ ] DashboardRepoList.vue  
- [ ] RepoBranchTagSelector.vue
2024-10-28 20:15:05 +00:00
..
ActionRunStatus.vue Migrate vue components to setup (#32329) 2024-10-28 20:15:05 +00:00
ActivityHeatmap.vue Migrate vue components to setup (#32329) 2024-10-28 20:15:05 +00:00
ContextPopup.vue Migrate vue components to setup (#32329) 2024-10-28 20:15:05 +00:00
DashboardRepoList.vue Fix checkbox bug on private/archive filter (#32236) 2024-10-11 01:12:27 +08:00
DiffCommitSelector.vue Fix "Filter by commit" Dropdown (#31695) 2024-07-25 01:48:51 +00:00
DiffFileList.vue Migrate vue components to setup (#32329) 2024-10-28 20:15:05 +00:00
DiffFileTree.vue Migrate vue components to setup (#32329) 2024-10-28 20:15:05 +00:00
DiffFileTreeItem.vue Migrate vue components to setup (#32329) 2024-10-28 20:15:05 +00:00
PullRequestMergeForm.vue Migrate vue components to setup (#32329) 2024-10-28 20:15:05 +00:00
RepoActionView.vue Fix overflowing content in action run log (#31842) 2024-08-16 23:34:27 -04:00
RepoActivityTopAuthors.vue Migrate vue components to setup (#32329) 2024-10-28 20:15:05 +00:00
RepoBranchTagSelector.vue Replace v-html with v-text in search inputbox (#31966) 2024-09-04 02:52:00 +00:00
RepoCodeFrequency.vue Migrate vue components to setup (#32329) 2024-10-28 20:15:05 +00:00
RepoContributors.vue Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
RepoRecentCommits.vue Migrate vue components to setup (#32329) 2024-10-28 20:15:05 +00:00
ScopedAccessTokenSelector.vue Migrate vue components to setup (#32329) 2024-10-28 20:15:05 +00:00