habitica/website
Vince Campanale e3c1eaa9d2 Preventing cardRead from notifying user. (#8473)
* added condition to prevent readCard operations from sending a notification

* created constant array to contain opNames for notifications we want to suppress and adjusted condition to accordingly

* replaced const with var to past karma test
2017-06-08 11:59:37 -07:00
..
assets Align doubled achievement popovers (#8798) 2017-06-07 21:05:24 -07:00
build Vue Store (#8071) 2016-09-29 13:32:36 +02:00
client Began styling member modal 2017-06-08 11:03:06 -07:00
client-old Preventing cardRead from notifying user. (#8473) 2017-06-08 11:59:37 -07:00
common Dailies performance fix - fixes #8756 (#8767) 2017-06-08 10:34:05 -07:00
server Paypal ipn options (#8713) 2017-06-07 10:31:44 -07:00
static/sprites Implemented new Achievement and Badge: Joined a Challenge (Fixes #8613) (#8761) 2017-06-07 09:43:16 -07:00
views Align doubled achievement popovers (#8798) 2017-06-07 21:05:24 -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.