From 397d744f343fd50e10b62c50fd1fb7ef38ff5cf3 Mon Sep 17 00:00:00 2001 From: Munawwirul Jamal Date: Fri, 17 Oct 2025 02:18:25 +0700 Subject: [PATCH] dev: hotfix, improvements + components/pub/my-ui/data-table + components/pub/ui/badge + lib/date --- .../pub/my-ui/data-table/data-table.vue | 8 ++-- app/components/pub/my-ui/nav-header/prep.vue | 5 +-- app/components/pub/ui/badge/index.ts | 30 +++++++++---- app/lib/date.ts | 44 +++++++++++++++++++ 4 files changed, 71 insertions(+), 16 deletions(-) create mode 100644 app/lib/date.ts diff --git a/app/components/pub/my-ui/data-table/data-table.vue b/app/components/pub/my-ui/data-table/data-table.vue index 5549dae9..9d88ffee 100644 --- a/app/components/pub/my-ui/data-table/data-table.vue +++ b/app/components/pub/my-ui/data-table/data-table.vue @@ -71,14 +71,14 @@ function handleActionCellClick(event: Event, _cellRef: string) {