+
+
diff --git a/app/components/layout/AppSidebar.vue b/app/components/layout/AppSidebar.vue
index 813d9bd8..1e18534a 100644
--- a/app/components/layout/AppSidebar.vue
+++ b/app/components/layout/AppSidebar.vue
@@ -12,12 +12,12 @@ const teams: {
logo: string
plan: string
}[] = [
- {
- name: 'SIMRS - RSSA',
- logo: '/rssa-logo.png',
- plan: 'Saiful Anwar Hospital',
- },
- ]
+ {
+ name: 'SIMRS - RSSA',
+ logo: '/rssa-logo.png',
+ plan: 'Saiful Anwar Hospital',
+ },
+]
const sidebar = {
collapsible: 'offcanvas', // 'offcanvas' | 'icon' | 'none'
side: 'left', // 'left' | 'right'
@@ -59,8 +59,10 @@ async function setMenu() {
{{ navMenu.heading }}
-
+
@@ -68,8 +70,10 @@ async function setMenu() {
-
+
diff --git a/app/components/pub/base/data-table.vue b/app/components/pub/base/data-table.vue
index 31fa7050..b0d2748a 100644
--- a/app/components/pub/base/data-table.vue
+++ b/app/components/pub/base/data-table.vue
@@ -15,10 +15,12 @@ defineProps<{
-
+
-
+
{{ h.label }}
@@ -28,8 +30,10 @@ defineProps<{
-
+
diff --git a/app/components/pub/base/service-status.vue b/app/components/pub/base/service-status.vue
index 2724e586..b9cf71eb 100644
--- a/app/components/pub/base/service-status.vue
+++ b/app/components/pub/base/service-status.vue
@@ -30,10 +30,12 @@ const tokenStatus = computed((): string => {
-
+ )"
+>
@@ -58,10 +60,12 @@ const tokenStatus = computed((): string => {
-
{{ tokenStatus }}
+ )"
+>{{ tokenStatus }}
diff --git a/app/components/pub/base/summary-card.vue b/app/components/pub/base/summary-card.vue
index 49c71629..f10f8c2d 100644
--- a/app/components/pub/base/summary-card.vue
+++ b/app/components/pub/base/summary-card.vue
@@ -54,8 +54,10 @@ const isTrending = computed(() => (props.stat?.trend ?? 0) > 0)
{{ props.stat.metric.toLocaleString('id-ID') }}
-
+
{{ props.stat.trend.toFixed(1) }}%
diff --git a/package.json b/package.json
index ed5ec93b..8df5326e 100644
--- a/package.json
+++ b/package.json
@@ -2,6 +2,7 @@
"name": "nuxt-app",
"type": "module",
"private": true,
+ "packageManager": "pnpm@8.15.9+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
@@ -65,6 +66,5 @@
"vue-sonner": "^1.3.0",
"vue-tsc": "^2.1.10",
"zod": "^3.24.2"
- },
- "packageManager": "pnpm@8.15.9+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81"
+ }
}