Compare commits
No commits in common. "dev" and "v1.1.9" have entirely different histories.
1 changed files with 3 additions and 7 deletions
|
|
@ -421,7 +421,7 @@ function handleDeleteNotification() {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ยืนยันการล้างการแจ้งเตือนทั้งหมด",
|
"ยืนยันการล้างการแจ้งเตือนทั้งหมด",
|
||||||
`ต้องการล้างการแจ้งเตือนทั้งหมด (${totalInbox.value} รายการ) ใช่หรือไม่? การกระทำนี้ไม่สามารถย้อนกลับได้`,
|
"ต้องการยืนยันการล้างการแจ้งเตือนทั้งหมดทั้งหมดใช่หรือไม่?",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -534,13 +534,9 @@ onUnmounted(() => {
|
||||||
v-if="totalInbox !== 0"
|
v-if="totalInbox !== 0"
|
||||||
flat
|
flat
|
||||||
dense
|
dense
|
||||||
no-caps
|
round
|
||||||
size="12px"
|
color="grey-7"
|
||||||
color="red-7"
|
|
||||||
icon="mdi-trash-can-outline"
|
icon="mdi-trash-can-outline"
|
||||||
label="ล้างทั้งหมด"
|
|
||||||
class="q-ml-sm"
|
|
||||||
aria-label="ล้างการแจ้งเตือนทั้งหมด"
|
|
||||||
@click.stop.prevent="handleDeleteNotification"
|
@click.stop.prevent="handleDeleteNotification"
|
||||||
>
|
>
|
||||||
<q-tooltip>ล้างการแจ้งเตือนทั้งหมด</q-tooltip>
|
<q-tooltip>ล้างการแจ้งเตือนทั้งหมด</q-tooltip>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue