gitea/web_src/js/components
silverwind 46d7adefe0
Enable TypeScript `strictNullChecks` (#35843)
A big step towards enabling strict mode in Typescript.

There was definitely a good share of potential bugs while refactoring
this. When in doubt, I opted to keep the potentially broken behaviour.
Notably, the `DOMEvent` type is gone, it was broken and we're better of
with type assertions on `e.target`.

---------

Signed-off-by: silverwind <me@silverwind.io>
Signed-off-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-12-03 02:13:16 +07:00
..
ActionRunStatus.vue Fix circular spin animation direction (#35785) 2025-11-02 08:30:13 +07:00
ActivityHeatmap.vue Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
ContextPopup.vue Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
DashboardRepoList.vue Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
DiffCommitSelector.vue Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
DiffFileTree.vue Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
DiffFileTreeItem.vue Use `shallowRef` instead of `ref` in `.vue` files where possible (#34813) 2025-06-22 21:37:03 +07:00
PullRequestMergeForm.vue Use `shallowRef` instead of `ref` in `.vue` files where possible (#34813) 2025-06-22 21:37:03 +07:00
RepoActionView.vue Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
RepoActivityTopAuthors.vue Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
RepoBranchTagSelector.vue Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
RepoCodeFrequency.vue Fix circular spin animation direction (#35785) 2025-11-02 08:30:13 +07:00
RepoContributors.vue Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
RepoFileSearch.vue Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
RepoRecentCommits.vue Fix circular spin animation direction (#35785) 2025-11-02 08:30:13 +07:00
ViewFileTree.vue Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
ViewFileTreeItem.vue Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
ViewFileTreeStore.ts Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00