habitica-self-host/website
Travis 03c4d82b7d fix: prevents blank messages from being posted to chat (#8257)
* fix: throws an error when the server receives a post chat request with a message containing only whitespace.

* Adding a test confirming behavior around messages that only contain newlines.

* Removing accidental only that was left on a test
2017-01-03 07:15:31 -07:00
..
assets chore(event): end New Year's bennies 2017-01-03 00:19:20 +00:00
build Vue Store (#8071) 2016-09-29 13:32:36 +02:00
client chore(event): end New Year's bennies 2017-01-03 00:19:20 +00:00
client-old Added field existence checks (#8356) 2017-01-02 16:31:04 -07:00
common chore(event): end New Year's bennies 2017-01-03 00:19:20 +00:00
server fix: prevents blank messages from being posted to chat (#8257) 2017-01-03 07:15:31 -07:00
static/sprites chore(event): end New Year's bennies 2017-01-03 00:19:20 +00:00
views chore(event): end New Year's bennies 2017-01-03 00:19:20 +00: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.