mirror of
https://github.com/elk-zone/elk.git
synced 2025-05-06 07:15:04 +03:00
feat(pwa): add FAQ to PWA docs and link on push subscription error (#1767)
Co-authored-by: Michel EDIGHOFFER <edimitchel@gmail.com>
This commit is contained in:
parent
aa8f8ddd79
commit
6f96c732f7
4 changed files with 48 additions and 0 deletions
components/notification
|
@ -36,6 +36,14 @@ const { modelValue } = defineModel<{
|
|||
</CommonTooltip>
|
||||
</head>
|
||||
<p>{{ message }}</p>
|
||||
<p py-2>
|
||||
<i18n-t keypath="settings.notifications.push_notifications.subscription_error.error_hint">
|
||||
<NuxtLink font-bold href="https://docs.elk.zone/pwa#faq" target="_blank" inline-flex="~ row" items-center gap-x-2>
|
||||
https://docs.elk.zone/pwa#faq
|
||||
<span inline-block aria-hidden="true" i-ri:external-link-line class="rtl-flip" />
|
||||
</NuxtLink>
|
||||
</i18n-t>
|
||||
</p>
|
||||
<p py-2>
|
||||
<NuxtLink font-bold text-primary href="https://github.com/elk-zone/elk" target="_blank" flex="~ row" items-center gap-x-2>
|
||||
{{ $t('settings.notifications.push_notifications.subscription_error.repo_link') }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue