coquette-inspect
coquette-inspect copied to clipboard
Consider removing actions in the UI
https://github.com/thomasboyt/coquette-inspect/blob/master/src/ui/actions/GameActions.js ew
That could be replaced by allowing the UI to directly sendMessage
instead of calling actions, and for AgentHandler to directly dispatch events.
The latter should definitely happen, the former is arguable.