1. notification via SW 2.manifest json for home screen app 3. icons for mobile/desktop shortcut app
This commit is contained in:
parent
44dd4e9562
commit
2087c2897f
19 changed files with 217 additions and 51 deletions
|
|
@ -177,6 +177,11 @@ export default {
|
|||
this.$emit("view-room-details", { event: this.event });
|
||||
}
|
||||
});
|
||||
items.push({
|
||||
icon: 'notifications_active', text: this.$t('global.notify'), handler: () => {
|
||||
this.$emit("notify");
|
||||
}
|
||||
});
|
||||
items.push({
|
||||
icon: '$vuetify.icons.ic_member-leave', text: this.$t('leave.leave'), handler: () => {
|
||||
this.leaveRoom();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue