habitica/website
Keith Holliday 16b244d5c6 New client random catchup (#8891)
* 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

* Added initial chat component

* Added copy as todo modal

* Added sync

* Added chat to groups

* Fixed lint

* Added notification service

* Added tag services

* Added notifications

* Added hall

* Added analytics

* Added http interceptor

* Added initial autocomplete

* Added initial footer component

* Began coding and designing footer

* Added inital hall

* Ported over inital group plan ctrl code

* Added initial invite modal

* Added initial member detail modal

* Added initial notification menu

* Ported over inital notification code

* Fixed import line

* Fixed autocomplete import casing
2017-07-25 08:24:40 -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 New client random catchup (#8891) 2017-07-25 08:24:40 -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 New client random catchup (#8891) 2017-07-25 08:24:40 -06:00
server Delete Account with Social Auth (#8796) 2017-07-21 10:55:53 -07:00
static/sprites chore(sprites): compile 2017-07-19 18:25:14 +00:00
views Delete Account with Social Auth (#8796) 2017-07-21 10:55: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.