Skip to content

Commit

Permalink
[#1936] Migrate c-summary-charts.vue to TypeScript (#1976)
Browse files Browse the repository at this point in the history
Currently, despite the addition of TypeScript support, the frontend is
still largely written in JavaScript. This results in a lack of type
safety and many complex objects being passed around as unknown types,
which may in turn lead to errors.

Let's migrate one of the main components, c-summary-charts.vue, to
TypeScript. This will provide better type safety and reduce runtime
errors.
  • Loading branch information
vvidday authored Apr 11, 2023
1 parent d1f977c commit 95c0141
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 65 deletions.
Loading

0 comments on commit 95c0141

Please sign in to comment.