mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
review from ulf
This commit is contained in:
parent
ebefe46b03
commit
fa2ca76554
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div id="app" class="placeholder h-100">
|
||||
<div id="app" class="h-100">
|
||||
<div :class="$route.meta.requiresAuth ? 'appContent' : ''">
|
||||
<component :is="$route.meta.requiresAuth ? 'DashboardLayout' : 'AuthLayout'" />
|
||||
<div class="goldrand position-fixed w-100 fixed-bottom zindex1000"></div>
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
/>
|
||||
</b-tab>
|
||||
<b-tab>
|
||||
<contribution-list-info list="my" />
|
||||
<gradido-notification list="my" />
|
||||
<contribution-list
|
||||
:items="items"
|
||||
@update-list-contributions="updateListContributions"
|
||||
@ -33,7 +33,7 @@
|
||||
/>
|
||||
</b-tab>
|
||||
<b-tab>
|
||||
<contribution-list-info list="all" />
|
||||
<gradido-notification list="all" />
|
||||
<contribution-list
|
||||
:items="itemsAll"
|
||||
@update-list-contributions="updateListAllContributions"
|
||||
@ -52,14 +52,14 @@
|
||||
import OpenCreationsAmount from '@/components/Contributions/OpenCreationsAmount.vue'
|
||||
import ContributionForm from '@/components/Contributions/ContributionForm.vue'
|
||||
import ContributionList from '@/components/Contributions/ContributionList.vue'
|
||||
import ContributionListInfo from '@/components/Contributions/ContributionListInfo.vue'
|
||||
import GradidoNotification from '@/components/Contributions/GradidoNotification.vue'
|
||||
import { createContribution, updateContribution, deleteContribution } from '@/graphql/mutations'
|
||||
import { listContributions, listAllContributions, verifyLogin } from '@/graphql/queries'
|
||||
|
||||
export default {
|
||||
name: 'Community',
|
||||
components: {
|
||||
ContributionListInfo,
|
||||
GradidoNotification,
|
||||
ContributionForm,
|
||||
ContributionList,
|
||||
OpenCreationsAmount,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user