mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
Change icon for 'Mark as read' buttons
This commit is contained in:
parent
a6f5a1dbbb
commit
0e03f305cb
@ -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,
|
||||
// },
|
||||
|
@ -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,
|
||||
},
|
||||
|
@ -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");
|
||||
},
|
||||
|
@ -15,7 +15,7 @@
|
||||
:aria-label="i18n.ts.markAllAsRead"
|
||||
@click="os.apiWithDialog('notifications/mark-all-as-read')"
|
||||
>
|
||||
<i class="ph-check ph-bold ph-lg"></i></button
|
||||
<i class="ph-checks ph-bold ph-lg"></i></button
|
||||
><button
|
||||
class="_button"
|
||||
:aria-label="i18n.ts.notificationSetting"
|
||||
|
Loading…
Reference in New Issue
Block a user