From 0cc4c41315309d10f39dc9ba9c1275c82820eb6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20S=C3=A1nchez?= Date: Sat, 4 Feb 2023 19:43:24 +0100 Subject: [PATCH] feat(pwa): add more errors and elk repo link in push notifications subscription errors (#1610) --- components/notification/NotificationPreferences.client.vue | 2 -- .../NotificationSubscribePushNotificationError.vue | 6 ++++++ composables/push-notifications/createPushSubscription.ts | 4 ++-- composables/push-notifications/types.ts | 3 ++- locales/en.json | 5 ++++- locales/es.json | 5 ++++- 6 files changed, 18 insertions(+), 7 deletions(-) diff --git a/components/notification/NotificationPreferences.client.vue b/components/notification/NotificationPreferences.client.vue index eb553afb..c7462cc7 100644 --- a/components/notification/NotificationPreferences.client.vue +++ b/components/notification/NotificationPreferences.client.vue @@ -1,6 +1,4 @@