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/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
4 months ago
..
ActionRunStatus.vue Migrate vue components to setup (#32329) 4 months ago
ActivityHeatmap.vue Migrate vue components to setup (#32329) 4 months ago
ContextPopup.vue Migrate vue components to setup (#32329) 4 months ago
DashboardRepoList.vue Fix checkbox bug on private/archive filter (#32236) 5 months ago
DiffCommitSelector.vue Fix "Filter by commit" Dropdown (#31695) 7 months ago
DiffFileList.vue Migrate vue components to setup (#32329) 4 months ago
DiffFileTree.vue Migrate vue components to setup (#32329) 4 months ago
DiffFileTreeItem.vue Migrate vue components to setup (#32329) 4 months ago
PullRequestMergeForm.vue Migrate vue components to setup (#32329) 4 months ago
RepoActionView.vue Fix overflowing content in action run log (#31842) 6 months ago
RepoActivityTopAuthors.vue Migrate vue components to setup (#32329) 4 months ago
RepoBranchTagSelector.vue Replace v-html with v-text in search inputbox (#31966) 6 months ago
RepoCodeFrequency.vue Migrate vue components to setup (#32329) 4 months ago
RepoContributors.vue Convert frontend code to typescript (#31559) 8 months ago
RepoRecentCommits.vue Migrate vue components to setup (#32329) 4 months ago
ScopedAccessTokenSelector.vue Migrate vue components to setup (#32329) 4 months ago