habitica/website
joe-salomon 2292ba2694 Fix subscriptions ending early - fixes #8600 (#8746)
* Use “now” for calculation of the subscription end date instead of plan.dateUpdated

* add test to show previously incorrect logic does not affect sub end date.
2017-06-07 10:16:55 -07:00
..
assets Added Arashi's theme as a new audio theme (#8707) 2017-06-07 09:53:11 -07:00
build Vue Store (#8071) 2016-09-29 13:32:36 +02:00
client Implemented new Achievement and Badge: Joined a Challenge (Fixes #8613) (#8761) 2017-06-07 09:43:16 -07:00
client-old Implemented new Achievement and Badge: Joined a Challenge (Fixes #8613) (#8761) 2017-06-07 09:43:16 -07:00
common Added Arashi's theme as a new audio theme (#8707) 2017-06-07 09:53:11 -07:00
server Fix subscriptions ending early - fixes #8600 (#8746) 2017-06-07 10:16:55 -07:00
static/sprites Implemented new Achievement and Badge: Joined a Challenge (Fixes #8613) (#8761) 2017-06-07 09:43:16 -07:00
views Added Arashi's theme as a new audio theme (#8707) 2017-06-07 09:53:11 -07: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.