impress/src/app
Matchu 59ffc86481 update PetAppearance id to match petStateId
Previously, we were using a custom-y `id` field to help Apollo cross-reference `petAppearance` queries with the results from bulk `petAppearances` queries. Now, instead, we deprecate `petStateId`, and start using `id` to have the same stable value!

This is in anticipation of pet appearance support tools: a stable ID will make it easier to edit them, esp changing their pose (which would otherwise have changed the ID!)
2020-08-27 21:32:22 -07:00
..
cached-data Build cached zones, stop querying on server 2020-08-19 17:50:05 -07:00
components fix bug where image load errors would keep loading 2020-08-19 19:11:49 -07:00
WardrobePage update PetAppearance id to match petStateId 2020-08-27 21:32:22 -07:00
apolloClient.js simplify PetAppearance client-side caching 2020-08-27 21:26:24 -07:00
App.js remove stray console.log 2020-08-19 19:12:56 -07:00
HomePage.js bug fix for light/dark mode toggle 2020-08-14 18:21:40 -07:00
util.js dark mode first draft! 2020-08-12 00:37:31 -07:00