From bc517c15d962bd6be45a3df83a928bbfbce12d1d Mon Sep 17 00:00:00 2001 From: Khafid Prayoga Date: Mon, 24 Nov 2025 12:08:57 +0700 Subject: [PATCH] feat(person-relative): restructure contact relation components Move select-relations component to fields directory and update imports Add new table-head component for consistent styling --- app/components/app/person-relative/entry-form.vue | 8 +++++--- app/components/app/person-relative/fields/index.ts | 1 + .../{_common => fields}/select-relations.vue | 12 +++++------- .../{_common => fields}/table-head.vue | 0 4 files changed, 11 insertions(+), 10 deletions(-) create mode 100644 app/components/app/person-relative/fields/index.ts rename app/components/app/person-relative/{_common => fields}/select-relations.vue (86%) rename app/components/app/person-relative/{_common => fields}/table-head.vue (100%) diff --git a/app/components/app/person-relative/entry-form.vue b/app/components/app/person-relative/entry-form.vue index 15e11543..a679dddc 100644 --- a/app/components/app/person-relative/entry-form.vue +++ b/app/components/app/person-relative/entry-form.vue @@ -1,10 +1,12 @@ @@ -30,7 +29,6 @@ const emergencyContactOptions = Object.entries(relationshipCodes).map(([value, l