habitica/website
Keith Holliday 0a59b8e85b [WIP] New client challenges (#8842)
* Added initial challenge pages

* Added challenge item and find guilds page

* Added challenge detail

* Added challenge modals

* Ported over challenge service code

* Ported over challenge ctrl code

* Added styles and column

* Minor modal updates

* Removed duplicate keys

* Fixed casing
2017-07-20 14:52:46 -06:00
..
assets Implemented new Achievement and Badge: Invited a Friend (Fixes #8615) (#8819) 2017-07-19 18:39:39 -07:00
build Vue Store (#8071) 2016-09-29 13:32:36 +02:00
client [WIP] New client challenges (#8842) 2017-07-20 14:52:46 -06:00
client-old Fixes #7958 - do not remove Battle Gear equipment when changing class (#8064) 2017-07-20 10:28:53 -07:00
common [WIP] New client challenges (#8842) 2017-07-20 14:52:46 -06:00
server Merge branch 'release' into develop 2017-07-20 16:10:12 +00:00
static/sprites chore(sprites): compile 2017-07-19 18:25:14 +00:00
views Fixes #7958 - do not remove Battle Gear equipment when changing class (#8064) 2017-07-20 10:28:53 -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.