src/client/services/data.js has gotten a bit bloated with things that shouldn't be its responsibility. Need to move UI concerns into proper files inside UI directory, and need to make sure high-level commands are managed by session.js, with data.js' focused on socket / api calls.
src/client/services/data.js has gotten a bit bloated with things that shouldn't be its responsibility. Need to move UI concerns into proper files inside UI directory, and need to make sure high-level commands are managed by session.js, with data.js' focused on socket / api calls.