Compare commits

...

3 commits
v1.1.10 ... dev

Author SHA1 Message Date
6bb19e16d6 Merge branch 'dev' of https://forgejo.chamomind.com/hrms-bangkok/hrms-admin into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m21s
* 'dev' of https://forgejo.chamomind.com/hrms-bangkok/hrms-admin:
2026-06-25 21:54:30 +07:00
3e05ba5dde Merge branch 'develop' into dev
* develop:
  fix ui noti
  fix
  refactor(notification): update icon and text display
  feat(notification): add delete notification feature
  fix
  refactor(responsibilities):  table hide-bottom
  refactor(permission): display positionIsSelected
2026-06-25 21:54:25 +07:00
2e84247ae6 fix ui noti 2026-06-25 21:54:13 +07:00

View file

@ -421,7 +421,7 @@ function handleDeleteNotification() {
}
},
"ยืนยันการล้างการแจ้งเตือนทั้งหมด",
"ต้องการยืนยันการล้างการแจ้งเตือนทั้งหมดใช่หรือไม่?",
`ต้องการล้างการแจ้งเตือนทั้งหมด (${totalInbox.value} รายการ) ใช่หรือไม่? การกระทำนี้ไม่สามารถย้อนกลับได้`,
);
}
@ -534,9 +534,13 @@ onUnmounted(() => {
v-if="totalInbox !== 0"
flat
dense
round
color="grey-7"
no-caps
size="12px"
color="red-7"
icon="mdi-trash-can-outline"
label="ล้างทั้งหมด"
class="q-ml-sm"
aria-label="ล้างการแจ้งเตือนทั้งหมด"
@click.stop.prevent="handleDeleteNotification"
>
<q-tooltip>างการแจงเตอนทงหมด</q-tooltip>