gitea/web_src/js/modules/fomantic
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
..
aria.md Remove fomantic checkbox module (#30162) 2024-03-29 04:56:01 +07:00
base.ts Address some CodeQL security concerns (#35572) 2025-10-04 01:21:26 +07:00
checkbox.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +07:00
dimmer.ts Enable Typescript `noImplicitThis` (#33250) 2025-01-16 04:26:17 +07:00
dropdown.test.ts Fix dropdown delegating and some UI problems (#34014) 2025-03-26 02:51:22 +07:00
dropdown.ts Update eslint to v9 (#35485) 2025-09-14 19:15:06 +07:00
form.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +07:00
modal.ts Fix modal + form abuse (#34921) 2025-07-01 15:19:03 +07:00
tab.ts Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
transition.ts Fix some typescript issues (#32586) 2024-11-21 13:57:42 +07:00