Is your feature request related to a problem? Please describe.
The UI should be written in Typescript instead of plain Javascript. This will help with the clarity of the code. It will also present an opportunity for some optimisations around things like the specific components used from odin-react.
Describe the solution you'd like
- Typescript should be used in place of javascript
- Components using the generic WithEndpoint should be replaced with things like EndpointButton or EndpointDropdown where possible.
Is your feature request related to a problem? Please describe.
The UI should be written in Typescript instead of plain Javascript. This will help with the clarity of the code. It will also present an opportunity for some optimisations around things like the specific components used from odin-react.
Describe the solution you'd like