Commit graph

14 commits

Author SHA1 Message Date
ad9bd2db95 Add dark mode 2021-01-23 00:03:27 -05:00
1e9080e7c1 Rearrange assets
Remove unused Phoenix placeholder assets.
2020-05-27 00:25:59 -04:00
e5777f6f7a Handle presence events in Elm
Pass state and diff events to elm, where the state can be managed
accordingly. Because vote events are used to update player state, we
don't want to blindly overwrite it by passing a separately synced
presence list through, as it will lack vote data.

Fixes #1
2020-05-20 21:45:14 -04:00
a49612b3ba Make UI responsive
Switch to a vertical layout for phones
2020-05-16 18:52:56 -04:00
086ebb3da5 Emit reveal command across the network 2020-05-14 22:18:38 -04:00
7fb7cc4805 Restore incoming event handling 2020-05-14 21:48:00 -04:00
a27394878f Consolidate outgoing events 2020-05-09 02:06:30 -04:00
29174d8246 Add vote and reset eventing 2020-05-08 01:57:55 -04:00
80f96092c9 Track votes in ETS 2020-05-08 00:34:42 -04:00
9cf1604db0 Remove hard-coded room id 2020-05-06 22:02:44 -04:00
c4bef81826 Clarify joining vs playing states 2020-05-06 21:33:41 -04:00
8e4a7ff564 Improve room joining 2020-05-06 20:03:31 -04:00
a534184ff1 Join rooms via websockets 2020-05-06 01:30:43 -04:00
a4b1c6c3ca Initial commit 2020-05-02 18:22:49 -04:00