habitica-self-host/views/index.jade

45 lines
1.1 KiB
Text
Raw Normal View History

2013-08-25 01:06:37 +00:00
extends layout
block content
div(ng-app="habitrpg", ng-controller="RootCtrl")
include ./modals/index
include ./header/header
2013-08-25 14:57:19 +00:00
span(ng-hide='_gamePane')
app:filters:filters
2013-08-25 01:06:37 +00:00
br
#notification-area
#wrap
app:alerts:flash
//if they hide the header, we still need user-menu visible
app:settings:menu(ng-show='_user.preferences.hideHeader')
2013-08-25 14:57:19 +00:00
.exp-chart(ng-show='_page.charts.exp')
2013-08-25 01:06:37 +00:00
#main.grid
2013-08-25 14:57:19 +00:00
div(ng-hide='_gamePane')
include ./tasks/task-list
div(ng-show='_gamePane')
2013-08-25 01:06:37 +00:00
app:game-pane:main
app:footer:footer
footer.footer
.container
h4 Todo
ul
li
strong Notifications
li
strong Sort
li Due Dates
li Reroll
li Graphs
li Footer
li Clear Completed (need API route)
li Static Pages
li Optimize (see <a href="https://github.com/HabitRPG/habitrpg-mobile/issues/90#issuecomment-23241019">performance conversation</a>)
h4 Options
ul
li TODO - add roadmap for options pane