Client Tasks (#8889)

* tasks: markdown style, checkboxes. Misc fixes

* add filtering to tasks

* client tasks: complete filtering
This commit is contained in:
Matteo Pagliazzi
2017-07-22 20:30:08 +02:00
committed by GitHub
parent e6dd0d5e82
commit 31bbac1751
13 changed files with 339 additions and 28 deletions

View File

@@ -1,12 +1,12 @@
<template lang="pug">
#app.h-100
#app
router-view(v-if="!isUserLoggedIn || isStaticPage")
template(v-else)
#loading-screen.h-100.w-100.d-flex.justify-content-center.align-items-center(v-if="!isUserLoaded")
p Loading...
template(v-else)
app-menu
.container-fluid.h-100
.container-fluid
app-header
router-view
</template>