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
silverwind 4b21a6c792
Enable Typescript `noImplicitThis` (#33250)
- Enable https://www.typescriptlang.org/tsconfig/#noImplicitThis
- Wrap Vue Template-Syntax SFCs in
[`defineComponent`](https://vuejs.org/api/general#definecomponent) which
makes type inference and linter work better
- Move `createApp` calls outside the SFCs into separate files
- Use [`PropType`](https://vuejs.org/api/utility-types#proptype-t) where
appropriate
- Some top-level component properties changed order as dictated by the
linter
- Fix all tsc and lint issues that popped up during these refactors
1 month ago
..
ActionRunStatus.vue Add action auto-scroll (#30057) 2 months ago
ActivityHeatmap.vue Migrate vue components to setup (#32329) 4 months ago
ContextPopup.vue Enable Typescript `strictFunctionTypes` (#32911) 2 months ago
DashboardRepoList.vue Enable Typescript `noImplicitThis` (#33250) 1 month ago
DiffCommitSelector.vue Enable Typescript `noImplicitThis` (#33250) 1 month ago
DiffFileList.vue Enable Typescript `noImplicitThis` (#33250) 1 month ago
DiffFileTree.vue Enable Typescript `noImplicitThis` (#33250) 1 month ago
DiffFileTreeItem.vue Enable Typescript `noImplicitThis` (#33250) 1 month ago
PullRequestMergeForm.vue Enable Typescript `noImplicitThis` (#33250) 1 month ago
RepoActionView.vue Enable Typescript `noImplicitThis` (#33250) 1 month ago
RepoActivityTopAuthors.vue Enable Typescript `noImplicitThis` (#33250) 1 month ago
RepoBranchTagSelector.vue Enable Typescript `noImplicitThis` (#33250) 1 month ago
RepoCodeFrequency.vue Fix typescript errors in Vue files, fix regression in "Recent Commits" chart (#32649) 3 months ago
RepoContributors.vue Enable Typescript `noImplicitThis` (#33250) 1 month ago
RepoRecentCommits.vue Fix typescript errors in Vue files, fix regression in "Recent Commits" chart (#32649) 3 months ago
ScopedAccessTokenSelector.vue Migrate vue components to setup (#32329) 4 months ago