Files
habitica/website/views/shared/modals/index.jade
T
Travis 6a63f080ad New feature that notifies a user when their group invite is accepted. (#8244)
* New notification feature that notifies a user when their group invite is accepted. fixes #7788

* Updating to a modal instead of a popup notification

* Making a generic modal template and using it for notifications of group invitation acceptance.

* Working with paglias's comments for doing translation server side.

* Final changes based on pr comments.
2016-12-01 19:04:57 +01:00

31 lines
749 B
Plaintext

include ./message-modal
include ./achievements
include ./reroll
include ./death
include ./new-stuff
include ./buy-gems
include ./amazon-payments
include ./members
include ./settings
include ./drops
include ./classes
include ./quests
include ./rebirth
include ./limited
include ./invite-friends
include ./welcome.jade
include ./low-health.jade
include ./level-up.jade
include ./hatch-pet.jade
include ./raise-pet.jade
include ./won-challenge.jade
include ./modify-inventory.jade
include ./enable-desktop-notifications.jade
include ./login-incentives.jade
include ./login-incentives-reward-unlocked.jade
include ./generic.jade
//- Settings
script(type='text/ng-template', id='modals/change-day-start.html')
include ./settings/change-day-start.jade