This commit is contained in:
2020-07-07 21:04:42 +00:00
parent cee0fb6ac1
commit 080d1e4136

View File

@@ -149,6 +149,16 @@
<span v-if="appBar.title">{{ $ay.t(appBar.title) }}</span>
</v-toolbar-title>
<v-spacer></v-spacer>
<v-btn text icon :data-cy="!!$ay.dev ? 'notification' : false">
<!-- :value="unreadMsgs.length > 1" -->
<v-badge color="red" overlap left>
<template v-slot:badge>
4
</template>
<v-icon>fa-bell</v-icon>
</v-badge>
</v-btn>
<v-toolbar-items>
<template v-for="item in appBar.menuItems">
<v-btn
@@ -165,6 +175,7 @@
</v-icon>
</v-btn>
</template>
<v-spacer></v-spacer>
<v-menu bottom float-left>
<template v-slot:activator="{ on }">