Convert application themes to TypeScript #633
Labels
cleanup
Cleanup of legacy code or code smells
good first issue
Good for newcomers
typescript
PRs or issues relating to TypeScript code
Milestone
Description
Currently, the application themes are not properly typed with TypeScript, resulting in the use of
any
type in places likegetTheme()
in SettingStore.ts.This issue is to convert the themes to proper TypeScript interfaces/types to improve type safety throughout the application.
Tasks
any
Related
The text was updated successfully, but these errors were encountered: