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 c0e80dbe26
Enable Typescript `strictFunctionTypes` (#32911)
1. Enable
[strictFunctionTypes](https://www.typescriptlang.org/tsconfig/#strictFunctionTypes)
2. Introduce `DOMEvent` helper type which sets `e.target`. Surely not
totally correct with that `Partial` but seems to work.
3. Various type-related refactors, change objects in
`eventsource.sharedworker.ts` to `Map`.
3 months ago
..
ActionRunStatus.vue Fix incomplete Actions status aggregations (#32859) 3 months ago
ActivityHeatmap.vue Migrate vue components to setup (#32329) 5 months ago
ContextPopup.vue Enable Typescript `strictFunctionTypes` (#32911) 3 months ago
DashboardRepoList.vue Fix typescript errors in Vue files, fix regression in "Recent Commits" chart (#32649) 3 months ago
DiffCommitSelector.vue Fix typescript errors in Vue files, fix regression in "Recent Commits" chart (#32649) 3 months ago
DiffFileList.vue Migrate vue components to setup (#32329) 5 months ago
DiffFileTree.vue Migrate vue components to setup (#32329) 5 months ago
DiffFileTreeItem.vue Improve diff file tree (#32658) 4 months ago
PullRequestMergeForm.vue Migrate vue components to setup (#32329) 5 months ago
RepoActionView.vue Fix incomplete Actions status aggregations (#32859) 3 months ago
RepoActivityTopAuthors.vue Fix undefined errors on Activity page (#32378) 5 months ago
RepoBranchTagSelector.vue Move RepoBranchTagSelector init outside the SFC (#32890) 3 months ago
RepoCodeFrequency.vue Fix typescript errors in Vue files, fix regression in "Recent Commits" chart (#32649) 3 months ago
RepoContributors.vue Add "n commits" link to contributors in contributors graph page (#32799) 3 months 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) 5 months ago