You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
4 months ago
..
color.test.ts Convert frontend code to typescript (#31559) 8 months ago
color.ts Fix a number of Typescript issues (#31877) 6 months ago
dom.test.ts Fix createElementFromAttrs bug (#31751) 7 months ago
dom.ts Fix a number of Typescript issues (#31877) 6 months ago
image.test.ts Convert frontend code to typescript (#31559) 8 months ago
image.ts Fix a number of Typescript issues (#31877) 6 months ago
match.test.ts Convert frontend code to typescript (#31559) 8 months ago
match.ts Fix a number of Typescript issues (#31877) 6 months ago
time.test.ts Convert frontend code to typescript (#31559) 8 months ago
time.ts Migrate vue components to setup (#32329) 4 months ago
url.test.ts Convert frontend code to typescript (#31559) 8 months ago
url.ts Fix a number of Typescript issues (#31877) 6 months ago