sphenlee / waterwheel

A workflow scheduler based on petri-nets
MIT License
68 stars 10 forks source link

Convert the UI to use typescript #3

Closed uint0 closed 2 years ago

uint0 commented 2 years ago

This PR converts the web ui to use typescript only. This is mostly a port from jsx to tsx but a few changes have snuck in order to handle certain cases correctly.

Changes were tested by running the application and clicking all the buttons😅.

Apologies for the enormous PR. I'm happy to break this down into smaller incremental PRs.