Added modal dialog for notification permission setting

This commit is contained in:
Jose Olarte III
2023-08-18 21:38:26 +08:00
parent bfc52151c0
commit 6ab92a83bd
3 changed files with 88 additions and 1 deletions

View File

@@ -92,6 +92,21 @@
>
Danger
</button>
<button
@click="
this.$notify(
{
group: 'modal',
type: 'notification-permission',
},
-1,
)
"
class="font-bold uppercase bg-slate-600 text-white px-3 py-2 rounded-md mr-2"
>
Notification Permission
</button>
</div>
<div class="mb-8">