From cc2641548677e62a4555e8508f8dab0217fb554a Mon Sep 17 00:00:00 2001 From: Khafid Prayoga Date: Tue, 12 Aug 2025 14:38:40 +0700 Subject: [PATCH] =?UTF-8?q?refactor(flow/patient):=20use=20Summary=20Card?= =?UTF-8?q?=20and=20loading=20state=20=E2=99=BB=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Replace inline cards with `PubBaseSummaryCard` - Add `isLoading.summary` and mock `getPatientSummary()` โณ - Render skeleton while loading; show data when ready โœ… - Update icons and remove `cn` ๐Ÿงน - Call `getPatientSummary()` and `getPatientList()` on mount ๐Ÿš€ --- app/components/flow/patient/list.vue | 136 ++++++++++++--------------- 1 file changed, 62 insertions(+), 74 deletions(-) diff --git a/app/components/flow/patient/list.vue b/app/components/flow/patient/list.vue index 676c893c..c3a39fce 100644 --- a/app/components/flow/patient/list.vue +++ b/app/components/flow/patient/list.vue @@ -1,7 +1,7 @@