Compare commits

...

3 commits

Author SHA1 Message Date
ba780de115 Merge branch 'dev' of https://forgejo.chamomind.com/hrms-bangkok/hrms-user into dev
Some checks failed
Build & Deploy on Dev / build (push) Failing after 1m5s
* 'dev' of https://forgejo.chamomind.com/hrms-bangkok/hrms-user:
2026-06-25 21:51:24 +07:00
eed61dae49 Merge branch 'develop' into dev
* develop: (25 commits)
  fix ui noti
  fix
  refactor(notification): update icon and text display
  feat(notification): add delete notification feature
  refactor: downloadBlobFile with direct blob download logic
  feat(leave): DownloadFile form leave
  feat(leave): display leaveCountApproveCount
  fix: await API fileByFile
  refactor:(genreport) :  import downloadBlobFile
  fix:downloadFileName
  refactor(registry): downloadBlobFile
  refactor(convertDateToAPI):  parsedDate  new Date
  refactor(date): function convertDateToAPI  delete  utcToZonedTime  Asia/Bangkok
  fix: test load file iOS Safari
  refactor(file): replace window.open with blob download pattern in registry
  refactor(file): replace window.open with blob download pattern in ChangeName
  refactor(file): replace window.open with blob download pattern
  refactor(leave): display dateSendLeave when status is not DRAFT
  fix:  Move dialogs inside q-layout in MainLayout.vue
  feat(leave): add display leaveWaitingSummary
  ...
2026-06-25 21:51:19 +07:00
6dcbd7140b fix ui noti 2026-06-25 21:51:08 +07:00

View file

@ -277,7 +277,7 @@ function handleDeleteNotification() {
}
},
"ยืนยันการล้างการแจ้งเตือนทั้งหมด",
"ต้องการยืนยันการล้างการแจ้งเตือนทั้งหมดใช่หรือไม่?",
`ต้องการล้างการแจ้งเตือนทั้งหมด (${totalInbox.value} รายการ) ใช่หรือไม่? การกระทำนี้ไม่สามารถย้อนกลับได้`,
);
}
@ -393,9 +393,13 @@ watch(
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>