habitica/website
Grayson Gilmore ce14a9dadb Challenge modal optimization - remove unnecessary API call - partial fix for #9371 (#9546)
* Attempt to use party data from the store rather than always fetching it from the API

* Move init code to shown() to prevent unnecessary network requests

* Use store party data in getGroup action if possible to save an API call

* Use store data rather than API call for party in challengeModal; remove unnecessary code in guilds:getGroup action

* Create party:getParty action and employ it in Group and ChallengeModal

* Use store instead of action return for party data

* Change how party data is stored
2018-01-12 16:18:56 -06:00
..
client Challenge modal optimization - remove unnecessary API call - partial fix for #9371 (#9546) 2018-01-12 16:18:56 -06:00
common Fix presskit (#9418) 2018-01-12 16:18:20 -06:00
raw_sprites chore(news): Blog Bailey 2018-01-12 21:38:16 +00:00
server Add support for multiDaysCountAsOneDay == false to evasion (#9077) 2018-01-12 16:12:19 -06:00
static Fix presskit (#9418) 2018-01-12 16:18:20 -06:00
README.md expose new client at /new-app, can be enabled in prod setting a flag 2016-09-21 13:43:39 +02:00

/website/client contains the source files for the new client side that is being developed as part of the Habitica.com redesign. Static assets for the new client can be found in website/static.

The old client side files can be found in /website/client-old, they are still used on Habitica.com while the redesign is in progress.