Compare commits

...

2 commits

Author SHA1 Message Date
jona 74af5b74ba remove searchfield in navbar 2nd step 2023-04-16 00:49:52 +02:00
jona eb757915be remove searchfield in navbar 2023-04-16 00:47:53 +02:00

View file

@ -54,7 +54,6 @@
</b-navbar-item> </b-navbar-item>
</template> </template>
<template slot="end"> <template slot="end">
<b-navbar-dropdown <b-navbar-dropdown
v-if="currentActor.id && currentUser.isLoggedIn" v-if="currentActor.id && currentUser.isLoggedIn"
right right
@ -85,7 +84,7 @@
</div> </div>
</template> </template>
<!-- No identities dropdown if no identities --> <!-- Noo identities dropdown if no identities -->
<span v-if="identities.length <= 1" /> <span v-if="identities.length <= 1" />
<b-navbar-item <b-navbar-item
tag="span" tag="span"