mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
unused elements removed
This commit is contained in:
parent
1e62972a91
commit
ab5baf00d4
@ -1,30 +1,34 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="component-nabvar">
|
<div class="component-nabvar">
|
||||||
<b-navbar toggleable="sm" type="dark" variant="success">
|
<b-navbar toggleable="md" type="dark" variant="success" class="p-3">
|
||||||
<b-navbar-brand to="/">
|
<b-navbar-brand to="/">
|
||||||
<img src="img/brand/green.png" class="navbar-brand-img" alt="..." />
|
<img src="img/brand/green.png" class="navbar-brand-img" alt="..." />
|
||||||
</b-navbar-brand>
|
</b-navbar-brand>
|
||||||
|
|
||||||
<b-navbar-toggle target="nav-collapse"></b-navbar-toggle>
|
<b-navbar-toggle target="nav-collapse"></b-navbar-toggle>
|
||||||
|
|
||||||
<b-collapse id="nav-collapse" is-nav>
|
<b-collapse id="nav-collapse" class="h4" is-nav>
|
||||||
<b-navbar-nav>
|
<b-navbar-nav>
|
||||||
<b-nav-item to="/">Übersicht |</b-nav-item>
|
<b-nav-item to="/">Übersicht</b-nav-item>
|
||||||
<b-nav-item to="/user">Usersuche |</b-nav-item>
|
<b-nav-item to="/user">Usersuche</b-nav-item>
|
||||||
<b-nav-item to="/creation">Mehrfachschöpfung</b-nav-item>
|
<b-nav-item to="/creation">Mehrfachschöpfung</b-nav-item>
|
||||||
<b-nav-item
|
<b-nav-item
|
||||||
v-show="$store.state.openCreations > 0"
|
v-show="$store.state.openCreations > 0"
|
||||||
class="h5 bg-danger"
|
class="bg-danger p-2"
|
||||||
to="/creation-confirm"
|
to="/creation-confirm"
|
||||||
>
|
>
|
||||||
| {{ $store.state.openCreations }} offene Schöpfungen
|
{{ $store.state.openCreations }} offene Schöpfungen
|
||||||
</b-nav-item>
|
</b-nav-item>
|
||||||
<b-nav-item @click="wallet" >Wallet</b-nav-item>
|
<b-nav-item @click="wallet" >Wallet</b-nav-item>
|
||||||
<b-nav-item @click="logout" >Logout</b-nav-item>
|
<b-nav-item @click="logout" >Logout</b-nav-item>
|
||||||
<!-- <b-nav-item v-show="open < 1" to="/creation-confirm">| keine offene Schöpfungen</b-nav-item> -->
|
|
||||||
</b-navbar-nav>
|
</b-navbar-nav>
|
||||||
|
|
||||||
|
|
||||||
</b-collapse>
|
</b-collapse>
|
||||||
|
|
||||||
|
|
||||||
</b-navbar>
|
</b-navbar>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@ -40,7 +40,6 @@
|
|||||||
:items="itemsMassCreation"
|
:items="itemsMassCreation"
|
||||||
@remove-all-bookmark="removeAllBookmark"
|
@remove-all-bookmark="removeAllBookmark"
|
||||||
/>
|
/>
|
||||||
{{ itemsMassCreation }}
|
|
||||||
</b-col>
|
</b-col>
|
||||||
</b-row>
|
</b-row>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -28,28 +28,6 @@
|
|||||||
</b-link>
|
</b-link>
|
||||||
</b-card-text>
|
</b-card-text>
|
||||||
</b-card>
|
</b-card>
|
||||||
<br />
|
|
||||||
<hr />
|
|
||||||
<br />
|
|
||||||
<b-list-group>
|
|
||||||
<b-list-group-item class="bg-secondary text-light" href="user">
|
|
||||||
zur Usersuche
|
|
||||||
</b-list-group-item>
|
|
||||||
<b-list-group-item class="d-flex justify-content-between align-items-center">
|
|
||||||
Mitglieder
|
|
||||||
<b-badge class="bg-success" pill>2400</b-badge>
|
|
||||||
</b-list-group-item>
|
|
||||||
|
|
||||||
<b-list-group-item class="d-flex justify-content-between align-items-center">
|
|
||||||
aktive Mitglieder
|
|
||||||
<b-badge class="bg-primary" pill>2201</b-badge>
|
|
||||||
</b-list-group-item>
|
|
||||||
|
|
||||||
<b-list-group-item class="d-flex justify-content-between align-items-center">
|
|
||||||
nicht bestätigte Mitglieder
|
|
||||||
<b-badge class="bg-warning text-dark" pill>120</b-badge>
|
|
||||||
</b-list-group-item>
|
|
||||||
</b-list-group>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user