0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-14 09:45:24 +01:00
gitea/web_src/js/utils
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
..
color.test.ts
color.ts Fix a number of Typescript issues (#31877) 2024-08-28 18:32:38 +02:00
dom.test.ts
dom.ts Fix a number of Typescript issues (#31877) 2024-08-28 18:32:38 +02:00
image.test.ts
image.ts Fix a number of Typescript issues (#31877) 2024-08-28 18:32:38 +02:00
match.test.ts
match.ts Fix a number of Typescript issues (#31877) 2024-08-28 18:32:38 +02:00
time.test.ts
time.ts Migrate vue components to setup (#32329) 2024-10-28 20:15:05 +00:00
url.test.ts
url.ts Fix a number of Typescript issues (#31877) 2024-08-28 18:32:38 +02:00