1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00
chess/web
Dan Barber d888ab8d83
Make sure the JS works in PhantomJS
PhantomJS does not implement `Object.assign` which is how we were
updating the state immutably. I've switched it over to use the
ImmutableJS library instead.
2016-12-22 10:28:33 +00:00
..
channels Make it a Phoenix app 2016-12-10 19:35:01 +01:00
controllers Format the fucking code 2016-12-22 10:26:48 +00:00
models Format the fucking code 2016-12-22 10:26:48 +00:00
static Make sure the JS works in PhantomJS 2016-12-22 10:28:33 +00:00
templates Make sure the JS works in PhantomJS 2016-12-22 10:28:33 +00:00
views Create new games and display them 2016-12-10 19:35:01 +01:00
gettext.ex Fix more renaming stuff 2016-12-10 19:35:01 +01:00
router.ex Fix the fucking tests 2016-12-11 20:45:47 +00:00
web.ex Fix datetime formatting 2016-12-10 19:35:01 +01:00