Morg
Morg
If you select a new camera to use in one room, it won't be persisted as you go to different rooms. We should be able to do this via the...
This happens when we update redux after clicking on map. I'm not sure why
I think this requires moving transitions to d3, which is kinda annoying
We probably want more logging, including IPs/names in case we need to ban malicious actors
This directory includes all static assets, not just bundled js files. Not sure if we want to change the client build structure even further. Will require configuring webpack ofc.
Currently we have two different ways of serving styles: In production (webpack.prod.js), we minify the CSS. For dev builds, we use style-loader. This means that if you add a rule...