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 8107823026
Fix a number of typescript issues (#32308)
- Prefer
[window.location.assign](https://developer.mozilla.org/en-US/docs/Web/API/Location/assign)
over assigning to
[window.location](https://developer.mozilla.org/en-US/docs/Web/API/Window/location)
which typescript does not like. This works in all browsers including
PaleMoon.
- Fix all typescript issues in `web_src/js/webcomponents`, no behaviour
changes.
- ~~Workaround bug in `@typescript-eslint/no-unnecessary-type-assertion`
rule.~~
- Omit vendored file from type checks.
- `tsc` error count is reduce by 53 with these changes.
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 Fix suggestions for issues (#32380) 4 months ago
DashboardRepoList.vue Fix checkbox bug on private/archive filter (#32236) 4 months ago
DiffCommitSelector.vue Fix a number of typescript issues (#32308) 4 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 Fix undefined errors on Activity page (#32378) 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