mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Client Tasks (#8889)
* tasks: markdown style, checkboxes. Misc fixes * add filtering to tasks * client tasks: complete filtering
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user