mirror of
https://github.com/IT4Change/gradido.git
synced 2026-01-20 20:01:31 +00:00
remove componente status from sendformular
This commit is contained in:
parent
5e2bb9bf25
commit
9425f7ad99
@ -6,10 +6,13 @@
|
||||
<b-nav-item to="/overview">
|
||||
<img :src="logo" class="navbar-brand-img" alt="..." />
|
||||
</b-nav-item>
|
||||
|
||||
</b-navbar-nav>
|
||||
|
||||
</div>
|
||||
|
||||
<b-navbar-nav class="ml-auto" is-nav>
|
||||
<b-nav-item> {{balance}} GDD</b-nav-item>
|
||||
<b-nav-item to="/profile" right class="d-none d-sm-none d-md-none d-lg-flex shadow-lg">
|
||||
<small>
|
||||
{{ $store.state.firstName }} {{ $store.state.lastName }},
|
||||
|
||||
@ -1,17 +1,7 @@
|
||||
<template>
|
||||
<div>
|
||||
<b-container fluid>
|
||||
|
||||
<status
|
||||
class="gdd-status-gdd"
|
||||
v-if="showContext"
|
||||
:pending="pending"
|
||||
:balance="balance"
|
||||
status-text="GDD"
|
||||
style="position: absolute; right: 28px;z-index: 1;"
|
||||
/>
|
||||
<b-container>
|
||||
<gdd-send :currentTransactionStep="currentTransactionStep">
|
||||
|
||||
<template #transaction-form>
|
||||
<transaction-form :balance="balance" @set-transaction="setTransaction"></transaction-form>
|
||||
</template>
|
||||
@ -38,9 +28,7 @@
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import Status from '../../components/Status.vue'
|
||||
import GddSend from './SendOverview/GddSend.vue'
|
||||
|
||||
import TransactionForm from './SendOverview/GddSend/TransactionForm.vue'
|
||||
import TransactionConfirmation from './SendOverview/GddSend/TransactionConfirmation.vue'
|
||||
import TransactionResult from './SendOverview/GddSend/TransactionResult.vue'
|
||||
@ -55,7 +43,6 @@ const EMPTY_TRANSACTION_DATA = {
|
||||
export default {
|
||||
name: 'SendOverview',
|
||||
components: {
|
||||
Status,
|
||||
GddSend,
|
||||
|
||||
TransactionForm,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user