Open chuckdries opened 2 years ago
stretch goals:
I have more work to do but I merged the capacitor branch into dev - the gesture and frameloop=demand changes I made are probably ready for prod. I'm a little worried about the bundle ID change, might revert it before we release another desktop client
Might want some kind of global manager to call raf.advance() on animation frames so we don't accidentally skip frames when needing to call advance from multiple places (or just call in a loop, it's probably cheaper than a three render) (see https://github.com/pmndrs/react-spring/issues/1586)
working on: switching from the main game area being a scrollview to using a swipe-up drawer on mobile for the moves list. TODO:
use useTransition to remove sidebar from document when not open?disable sidebar bee on mobile devices