0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-14 07:35:44 +01:00
gitea/web_src/js
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
..
components Migrate vue components to setup (#32329) 2024-10-28 20:15:05 +00:00
features Migrate vue components to setup (#32329) 2024-10-28 20:15:05 +00:00
markup
modules
render
standalone
utils Migrate vue components to setup (#32329) 2024-10-28 20:15:05 +00:00
vendor
webcomponents
bootstrap.test.ts
bootstrap.ts
globals.d.ts
globals.ts
htmx.ts
index.ts Migrate vue components to setup (#32329) 2024-10-28 20:15:05 +00:00
svg.test.ts
svg.ts
types.ts Migrate vue components to setup (#32329) 2024-10-28 20:15:05 +00:00
utils.test.ts
utils.ts
vitest.setup.ts