From 0e03f305cb68cd0608fc1ffe775f87a3168c45ac Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Sat, 4 Nov 2023 19:43:48 +0100 Subject: [PATCH] Change icon for 'Mark as read' buttons --- packages/client/src/pages/antenna-timeline.vue | 2 +- packages/client/src/pages/messaging/index.vue | 2 +- packages/client/src/pages/notifications.vue | 2 +- packages/client/src/widgets/notifications.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/client/src/pages/antenna-timeline.vue b/packages/client/src/pages/antenna-timeline.vue index 011e44ce6..3306f8c76 100644 --- a/packages/client/src/pages/antenna-timeline.vue +++ b/packages/client/src/pages/antenna-timeline.vue @@ -101,7 +101,7 @@ const headerActions = $computed(() => handler: settings, }, // { - // icon: "ph-check ph-bold ph-lg", + // icon: "ph-checks ph-bold ph-lg", // text: i18n.ts.markAllAsRead, // handler: markRead, // }, diff --git a/packages/client/src/pages/messaging/index.vue b/packages/client/src/pages/messaging/index.vue index 5659f2c05..17bdd3786 100644 --- a/packages/client/src/pages/messaging/index.vue +++ b/packages/client/src/pages/messaging/index.vue @@ -130,7 +130,7 @@ async function readAllMessagingMessages() { const headerActions = $computed(() => [ { - icon: "ph-check ph-bold ph-lg", + icon: "ph-checks ph-bold ph-lg", text: i18n.ts.markAllAsRead, handler: readAllMessagingMessages, }, diff --git a/packages/client/src/pages/notifications.vue b/packages/client/src/pages/notifications.vue index 34df09c46..e77576c65 100644 --- a/packages/client/src/pages/notifications.vue +++ b/packages/client/src/pages/notifications.vue @@ -133,7 +133,7 @@ const headerActions = $computed(() => tab === "all" ? { text: i18n.ts.markAllAsRead, - icon: "ph-check ph-bold ph-lg", + icon: "ph-checks ph-bold ph-lg", handler: () => { os.apiWithDialog("notifications/mark-all-as-read"); }, diff --git a/packages/client/src/widgets/notifications.vue b/packages/client/src/widgets/notifications.vue index cc253b5cc..aed125b47 100644 --- a/packages/client/src/widgets/notifications.vue +++ b/packages/client/src/widgets/notifications.vue @@ -15,7 +15,7 @@ :aria-label="i18n.ts.markAllAsRead" @click="os.apiWithDialog('notifications/mark-all-as-read')" > -