habitica/website
yugensoft c502b1997b Updated new-groups / group-plans static page #8674 (#8729)
* dummy

* Renamed internationalized strings to more meaningful names

* moved the new group creation state out to its own URL, so it can also be linked to by the static/plans page

* Added redirect-through-login functionality from the static/plans page new-group button
This includes a static non-modal login page (similar to how other sites have both a login page and login modal)
The login body has been abstracted out from its modal-specific view into mixins to accomplish this

* deleted bak files added by mistake

* deleted scripts added by mistake

* changed static/plans Create Group button text

* Added form link (https://github.com/HabitRPG/habitica/issues/8674#issuecomment-303518039)
Removed changes to non-EN locale files (https://github.com/HabitRPG/habitica/pull/8729#issuecomment-303555211)

* reverted key name changes as per https://github.com/HabitRPG/habitica/pull/8729#issuecomment-304515534

* changed $rootScope to $scope
https://github.com/HabitRPG/habitica/pull/8729#discussion_r120695874
2017-07-06 14:08:02 -07:00
..
assets feat(event): Summer Splashy Foam 2017-07-05 20:03:23 +00:00
build Vue Store (#8071) 2016-09-29 13:32:36 +02:00
client [WIP] Added initial tavern updates (#8845) 2017-07-06 09:38:52 -06:00
client-old Updated new-groups / group-plans static page #8674 (#8729) 2017-07-06 14:08:02 -07:00
common Updated new-groups / group-plans static page #8674 (#8729) 2017-07-06 14:08:02 -07:00
server Updated new-groups / group-plans static page #8674 (#8729) 2017-07-06 14:08:02 -07:00
static/sprites feat(event): Summer Splashy Foam 2017-07-05 20:03:23 +00:00
views Updated new-groups / group-plans static page #8674 (#8729) 2017-07-06 14:08:02 -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.