mirror of
https://github.com/romancm/gamebrary
synced 2024-11-23 11:43:07 +00:00
Remove dock and add todos
This commit is contained in:
parent
fac073d893
commit
26f57be2fc
1 changed files with 2 additions and 7 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
<!-- TODO: re-translate strings -->
|
||||||
|
<!-- TODO: upgrade firebase to latest -->
|
||||||
<!-- TODO: Refactor tags architecture -->
|
<!-- TODO: Refactor tags architecture -->
|
||||||
<!-- TODO: button things up and prepare for deploy -->
|
<!-- TODO: button things up and prepare for deploy -->
|
||||||
<!-- TODO: focus on affiliate stuff -->
|
<!-- TODO: focus on affiliate stuff -->
|
||||||
|
@ -21,9 +23,6 @@
|
||||||
>
|
>
|
||||||
<page-header />
|
<page-header />
|
||||||
|
|
||||||
<!-- <page-dock v-if="user" /> -->
|
|
||||||
<!-- <public-dock v-else /> -->
|
|
||||||
|
|
||||||
<main :class="[{ 'authorizing': !user }, 'bg-light']">
|
<main :class="[{ 'authorizing': !user }, 'bg-light']">
|
||||||
<global-modals />
|
<global-modals />
|
||||||
<router-view />
|
<router-view />
|
||||||
|
@ -32,8 +31,6 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
// import PageDock from '@/components/PageDock';
|
|
||||||
// import PublicDock from '@/components/PublicDock';
|
|
||||||
import PageHeader from '@/components/PageHeader';
|
import PageHeader from '@/components/PageHeader';
|
||||||
import GlobalModals from '@/components/GlobalModals';
|
import GlobalModals from '@/components/GlobalModals';
|
||||||
import sessionMixin from '@/mixins/sessionMixin';
|
import sessionMixin from '@/mixins/sessionMixin';
|
||||||
|
@ -47,8 +44,6 @@ export default {
|
||||||
name: 'App',
|
name: 'App',
|
||||||
|
|
||||||
components: {
|
components: {
|
||||||
// PageDock,
|
|
||||||
// PublicDock,
|
|
||||||
PageHeader,
|
PageHeader,
|
||||||
GlobalModals,
|
GlobalModals,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue