move wait for service-worker initialization into the notification modal

This commit is contained in:
2024-01-01 20:36:23 -07:00
parent def744b3df
commit 1f13bf772c
5 changed files with 28 additions and 17 deletions

View File

@@ -15,12 +15,14 @@
class="bg-amber-200 rounded-md overflow-hidden text-center px-4 py-3 mb-4"
>
<p>
You should install this as an app.
This is not installed as an app.
<!-- Note that that exact verbiage shows in the help. -->
Look for an "install" prompt or action.
<router-link
:to="{ name: 'help-notifications' }"
class="text-blue-500"
>
Go here for instructions.
Go here for more help.
</router-link>
</p>
</div>