This commit is contained in:
@@ -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 }">
|
||||
|
||||
Reference in New Issue
Block a user