mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
structur container margin padding clear
This commit is contained in:
parent
b48cd08457
commit
84b3ba3e18
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="contribution-form container">
|
<div class="contribution-form">
|
||||||
<!-- <div class="my-3">
|
<!-- <div class="my-3">
|
||||||
<h3>{{ $t('contribution.formText.yourContribution') }}</h3>
|
<h3>{{ $t('contribution.formText.yourContribution') }}</h3>
|
||||||
{{ $t('contribution.formText.bringYourTalentsTo') }}
|
{{ $t('contribution.formText.bringYourTalentsTo') }}
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="contribution-list container">
|
<div class="contribution-list">
|
||||||
<div class="mb-3" v-for="item in items" :key="item.id">
|
<div class="mb-3" v-for="item in items" :key="item.id">
|
||||||
<contribution-list-item
|
<contribution-list-item
|
||||||
v-bind="item"
|
v-bind="item"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="gdd-transaction-list container">
|
<div class="gdd-transaction-list">
|
||||||
<div class="list-group mt-5">
|
<div class="list-group">
|
||||||
<div v-if="!transactions" class="test-no-transactionlist text-right">
|
<div v-if="!transactions" class="test-no-transactionlist text-right">
|
||||||
<b-icon icon="exclamation-triangle" class="mr-2" variant="danger"></b-icon>
|
<b-icon icon="exclamation-triangle" class="mr-2" variant="danger"></b-icon>
|
||||||
<small>
|
<small>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="gdt-transaction-list container">
|
<div class="gdt-transaction-list">
|
||||||
<div class="list-group">
|
<div class="list-group">
|
||||||
<div v-if="transactionGdtCount === 0" class="text-center">
|
<div v-if="transactionGdtCount === 0" class="text-center">
|
||||||
{{ $t('gdt.no-transactions') }}
|
{{ $t('gdt.no-transactions') }}
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="community-news container">
|
<div class="community-news">
|
||||||
<div v-for="item in News" :key="item.id" class="mb-5">
|
<div v-for="item in News" :key="item.id" class="mb-5">
|
||||||
<b-card class="bg-white appBoxShadow gradido-border-radius">
|
<b-card class="bg-white appBoxShadow gradido-border-radius">
|
||||||
<div class="h2 mb-5">{{ item.text }}</div>
|
<div class="h2 mb-5">{{ item.text }}</div>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="nav-community">
|
<div class="nav-community container">
|
||||||
<b-row class="nav-row">
|
<b-row class="nav-row">
|
||||||
<b-col cols="12" md="4" lg="4" class="mb-2 mb-md-0 mb-lg-0">
|
<b-col cols="12" md="4" lg="4" class="mb-2 mb-md-0 mb-lg-0">
|
||||||
<b-btn active-class="btn-active" variant="link" block to="#edit">
|
<b-btn active-class="btn-active" variant="link" block to="#edit">
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<b-container v-if="path === '/overview'">
|
<div v-if="path === '/overview'">
|
||||||
<b-row>
|
<b-row>
|
||||||
<b-col cols="5">
|
<b-col cols="5">
|
||||||
<div>
|
<div>
|
||||||
@ -13,10 +13,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</b-col>
|
</b-col>
|
||||||
</b-row>
|
</b-row>
|
||||||
</b-container>
|
</div>
|
||||||
<!-- <b-container v-if="path === '/storys'"></b-container>
|
<!-- <div v-if="path === '/storys'"></div>
|
||||||
<b-container v-if="path === '/addresses'"></b-container> -->
|
<div v-if="path === '/addresses'"></div> -->
|
||||||
<b-container v-if="path === '/send'">
|
<div v-if="path === '/send'">
|
||||||
<b-row>
|
<b-row>
|
||||||
<b-col cols="6">
|
<b-col cols="6">
|
||||||
<div>
|
<div>
|
||||||
@ -31,8 +31,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</b-col>
|
</b-col>
|
||||||
</b-row>
|
</b-row>
|
||||||
</b-container>
|
</div>
|
||||||
<b-container v-if="path === '/transactions'">
|
<div v-if="path === '/transactions'">
|
||||||
<b-row>
|
<b-row>
|
||||||
<b-col cols="6">
|
<b-col cols="6">
|
||||||
<div>
|
<div>
|
||||||
@ -49,8 +49,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</b-col>
|
</b-col>
|
||||||
</b-row>
|
</b-row>
|
||||||
</b-container>
|
</div>
|
||||||
<b-container v-if="path === '/gdt'">
|
<div v-if="path === '/gdt'">
|
||||||
<b-row>
|
<b-row>
|
||||||
<b-col cols="6">
|
<b-col cols="6">
|
||||||
<div>
|
<div>
|
||||||
@ -67,8 +67,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</b-col>
|
</b-col>
|
||||||
</b-row>
|
</b-row>
|
||||||
</b-container>
|
</div>
|
||||||
<!-- <b-container v-if="path === '/profile'">
|
<!-- <div v-if="path === '/profile'">
|
||||||
<b-row>
|
<b-row>
|
||||||
<b-col>
|
<b-col>
|
||||||
<div class="p-4 bg-white appBoxShadow gradido-border-radius">
|
<div class="p-4 bg-white appBoxShadow gradido-border-radius">
|
||||||
@ -83,9 +83,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</b-col>
|
</b-col>
|
||||||
</b-row>
|
</b-row>
|
||||||
</b-container> -->
|
</div> -->
|
||||||
<b-container v-if="path === '/community'"><nav-community /></b-container>
|
<div v-if="path === '/community'"><nav-community /></div>
|
||||||
<b-container v-if="path === '/settings'"></b-container>
|
<div v-if="path === '/settings'"></div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="community-page">
|
<div class="community-page">
|
||||||
<div>
|
<div>
|
||||||
<b-tabs no-nav-style borderless v-model="tabIndex" content-class="mt-3" align="center">
|
<b-tabs no-nav-style borderless v-model="tabIndex" align="center">
|
||||||
<b-tab no-body>
|
<b-tab no-body>
|
||||||
<open-creations-amount
|
<open-creations-amount
|
||||||
:minimalDate="minimalDate"
|
:minimalDate="minimalDate"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="info-statistic">
|
<div class="info-statistic">
|
||||||
<b-container class="bg-white appBoxShadow gradido-border-radius p-4">
|
<b-container class="bg-white appBoxShadow gradido-border-radius p-4 mt--3">
|
||||||
<div class="h3">{{ $t('community.community') }}</div>
|
<div class="h3">{{ $t('community.community') }}</div>
|
||||||
<div class="h1">{{ CONFIG.COMMUNITY_NAME }}</div>
|
<div class="h1">{{ CONFIG.COMMUNITY_NAME }}</div>
|
||||||
<div>
|
<div>
|
||||||
@ -11,17 +11,17 @@
|
|||||||
</div>
|
</div>
|
||||||
<hr />
|
<hr />
|
||||||
<div class="h3">{{ $t('community.openContributionLinks') }}</div>
|
<div class="h3">{{ $t('community.openContributionLinks') }}</div>
|
||||||
<small v-if="count > 0">
|
<div v-if="count > 0">
|
||||||
{{
|
{{
|
||||||
$t('community.openContributionLinkText', {
|
$t('community.openContributionLinkText', {
|
||||||
name: CONFIG.COMMUNITY_NAME,
|
name: CONFIG.COMMUNITY_NAME,
|
||||||
count,
|
count,
|
||||||
})
|
})
|
||||||
}}
|
}}
|
||||||
</small>
|
</div>
|
||||||
<small v-else>
|
<div v-else>
|
||||||
{{ $t('community.noOpenContributionLinkText') }}
|
{{ $t('community.noOpenContributionLinkText') }}
|
||||||
</small>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
<li v-for="item in itemsContributionLinks" v-bind:key="item.id">
|
<li v-for="item in itemsContributionLinks" v-bind:key="item.id">
|
||||||
<div>{{ item.name }}</div>
|
<div>{{ item.name }}</div>
|
||||||
|
|||||||
@ -1,8 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<community-news />
|
||||||
<community-news class="mb-5" />
|
<!-- <gdd-transaction-list
|
||||||
<!-- <gdd-transaction-list
|
|
||||||
:transactions="transactions"
|
:transactions="transactions"
|
||||||
:pageSize="5"
|
:pageSize="5"
|
||||||
:timestamp="timestamp"
|
:timestamp="timestamp"
|
||||||
@ -11,8 +10,7 @@
|
|||||||
:pending="pending"
|
:pending="pending"
|
||||||
v-on="$listeners"
|
v-on="$listeners"
|
||||||
/> -->
|
/> -->
|
||||||
<!-- <gdd-transaction-list-footer :count="transactionCount" /> -->
|
<!-- <gdd-transaction-list-footer :count="transactionCount" /> -->
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@ -1,56 +1,54 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<b-container>
|
<gdd-send :currentTransactionStep="currentTransactionStep" class="p-3 mt--3">
|
||||||
<gdd-send :currentTransactionStep="currentTransactionStep" class="pt-3 ml-2 mr-2">
|
<template #transactionForm>
|
||||||
<template #transactionForm>
|
<transaction-form
|
||||||
<transaction-form
|
v-bind="transactionData"
|
||||||
v-bind="transactionData"
|
:balance="balance"
|
||||||
:balance="balance"
|
@set-transaction="setTransaction"
|
||||||
@set-transaction="setTransaction"
|
></transaction-form>
|
||||||
></transaction-form>
|
</template>
|
||||||
</template>
|
<template #transactionConfirmationSend>
|
||||||
<template #transactionConfirmationSend>
|
<transaction-confirmation-send
|
||||||
<transaction-confirmation-send
|
:balance="balance"
|
||||||
:balance="balance"
|
:email="transactionData.email"
|
||||||
:email="transactionData.email"
|
:amount="transactionData.amount"
|
||||||
:amount="transactionData.amount"
|
:memo="transactionData.memo"
|
||||||
:memo="transactionData.memo"
|
@send-transaction="sendTransaction"
|
||||||
@send-transaction="sendTransaction"
|
@on-reset="onReset"
|
||||||
@on-reset="onReset"
|
></transaction-confirmation-send>
|
||||||
></transaction-confirmation-send>
|
</template>
|
||||||
</template>
|
<template #transactionConfirmationLink>
|
||||||
<template #transactionConfirmationLink>
|
<transaction-confirmation-link
|
||||||
<transaction-confirmation-link
|
:balance="balance"
|
||||||
:balance="balance"
|
:email="transactionData.email"
|
||||||
:email="transactionData.email"
|
:amount="transactionData.amount"
|
||||||
:amount="transactionData.amount"
|
:memo="transactionData.memo"
|
||||||
:memo="transactionData.memo"
|
:loading="loading"
|
||||||
:loading="loading"
|
@send-transaction="sendTransaction"
|
||||||
@send-transaction="sendTransaction"
|
@on-reset="onReset"
|
||||||
@on-reset="onReset"
|
></transaction-confirmation-link>
|
||||||
></transaction-confirmation-link>
|
</template>
|
||||||
</template>
|
<template #transactionResultSendSuccess>
|
||||||
<template #transactionResultSendSuccess>
|
<transaction-result-send-success @on-reset="onReset"></transaction-result-send-success>
|
||||||
<transaction-result-send-success @on-reset="onReset"></transaction-result-send-success>
|
</template>
|
||||||
</template>
|
<template #transactionResultSendError>
|
||||||
<template #transactionResultSendError>
|
<transaction-result-send-error
|
||||||
<transaction-result-send-error
|
:error="error"
|
||||||
:error="error"
|
:errorResult="errorResult"
|
||||||
:errorResult="errorResult"
|
@on-reset="onReset"
|
||||||
@on-reset="onReset"
|
></transaction-result-send-error>
|
||||||
></transaction-result-send-error>
|
</template>
|
||||||
</template>
|
<template #transactionResultLink>
|
||||||
<template #transactionResultLink>
|
<transaction-result-link
|
||||||
<transaction-result-link
|
:link="link"
|
||||||
:link="link"
|
:amount="amount"
|
||||||
:amount="amount"
|
:memo="memo"
|
||||||
:memo="memo"
|
:validUntil="validUntil"
|
||||||
:validUntil="validUntil"
|
@on-reset="onReset"
|
||||||
@on-reset="onReset"
|
></transaction-result-link>
|
||||||
></transaction-result-link>
|
</template>
|
||||||
</template>
|
</gdd-send>
|
||||||
</gdd-send>
|
|
||||||
</b-container>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="container bg-white appBoxShadow gradido-border-radius p-4">
|
<div class="container bg-white appBoxShadow gradido-border-radius p-3 mt--3">
|
||||||
<user-card :balance="balance" :transactionCount="transactionCount"></user-card>
|
<user-card :balance="balance" :transactionCount="transactionCount"></user-card>
|
||||||
<user-data />
|
<user-data />
|
||||||
<hr />
|
<hr />
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="transactions pb-4">
|
<div class="transactions">
|
||||||
<div v-if="gdt">
|
<div v-if="gdt">
|
||||||
<gdt-transaction-list
|
<gdt-transaction-list
|
||||||
v-model="currentPage"
|
v-model="currentPage"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user