dansakamoto / flommo

https://flommo.dansakamoto.com
0 stars 0 forks source link

Refactor data.js (client) #120

Open dansakamoto opened 2 months ago

dansakamoto commented 2 months ago

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.