habitica/website
siege918 d4d668f640 Prevent accidental submission of Tavern/Guild posts after pasting (#10226)
* Temporarily disable ctrl-enter to send Guild messages after paste

Disable Ctrl-Enter after pasting, because some users are experiencing issues with accidentally sending their messages after pasting.

* Code style fixes for "Temporarily disable ctrl-enter to send Guild messages after paste"

* Fix issues with variable location

* Fix variables for accidental chat submission features

Moving vatiables for the chat submit timeout to their own variable so they won't be overwritten

* Fix code formatting issues with accidental chat submission code

* Remove leading space from variables to fix lint issues
2018-05-11 15:18:41 -05:00
..
client Prevent accidental submission of Tavern/Guild posts after pasting (#10226) 2018-05-11 15:18:41 -05:00
common fix(event): disable seasonal potions 2018-05-11 20:12:41 +00:00
raw_sprites chore(news): Bailey 2018-05-10 18:42:44 +00:00
server chore(news): Bailey 2018-05-10 18:42:44 +00:00
static Added meta image for social media sharing (#10193) 2018-04-09 08:34:12 +02: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.