This PR adds a UI controller object. This object handles all of the UI/plot updates whenever something is clicked. This should make the code easier to maintain and extend with new features.
There's also a couple of minor additions:
An enum for keyboard event keycodes
Update to the latest lodash -- there's been a few optimizations added in the last few release, so best take advantage of these!
This PR adds a UI controller object. This object handles all of the UI/plot updates whenever something is clicked. This should make the code easier to maintain and extend with new features.
There's also a couple of minor additions:
lodash
-- there's been a few optimizations added in the last few release, so best take advantage of these!