habitica-self-host/website
Feywood 7c6dd6a6bd (in)definite articles for food items. Partial fix for https://github.com/HabitRPG/habitica/issues/3571 (#9658)
* testing additional event trigger for sendMessage

* moved keyup event to newmessage

* added keyup event to tavern vue too

* all food items now have version with definite and indefinite article. foodText also adapted in messages json

* modified api.food, and feed, armoire and drop mechanism

* drops now ok, removed dropArticle, corrected feed test

* test correction

* api doc modification for task completion
2018-02-05 19:43:12 +01:00
..
client (in)definite articles for food items. Partial fix for https://github.com/HabitRPG/habitica/issues/3571 (#9658) 2018-02-05 19:43:12 +01:00
common (in)definite articles for food items. Partial fix for https://github.com/HabitRPG/habitica/issues/3571 (#9658) 2018-02-05 19:43:12 +01:00
raw_sprites feat(content): backgrounds and Armoire Feb 2018 2018-02-02 00:31:38 +00:00
server (in)definite articles for food items. Partial fix for https://github.com/HabitRPG/habitica/issues/3571 (#9658) 2018-02-05 19:43:12 +01:00
static Add .gitattributes file fixes #9717 (#9722) 2018-01-29 14:53:14 -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.