gitea/web_src
silverwind 37208fef7e
Fix a number of `strictNullChecks`-related issues (#35795)
In preparation to work on enabling
https://www.typescriptlang.org/tsconfig/#strictNullChecks, I fixed all
the issues outside of `web_src` that came up when the option was
enabled. There was also one lint issue in web_src that apparently only
came up with the option enabled, so I fixed that as well.

`isTruthy` is introduced because Typescript has a bug regarding
`filter(Boolean)` which they are seemingly unwilling to fix.

---------

Signed-off-by: silverwind <me@silverwind.io>
2025-11-03 20:17:06 +07:00
..
css Fix circular spin animation direction (#35785) 2025-11-02 08:30:13 +07:00
fomantic Address some CodeQL security concerns (#35572) 2025-10-04 01:21:26 +07:00
js Fix a number of `strictNullChecks`-related issues (#35795) 2025-11-03 20:17:06 +07:00
svg Support selecting theme on the footer (#35741) 2025-10-28 18:25:00 +07:00