From fe9a2b8fffb0c56415e2524e1860d69c750efdad Mon Sep 17 00:00:00 2001 From: gkbishnoi07 Date: Tue, 11 Aug 2026 18:54:20 +0000 Subject: [PATCH 1/8] fix: cosmetic polish - first-visit color, BMI legend, label casing [5] First-visit indicator now uses theme blue (primary) not green (success) in the shared beneficiary worklist (row border + legend swatch); revisit stays warning. [17] Adult BMI status legend vertically centered beside the BMI input. [24][23] Prescription labels capitalized in English.json: dosage -> Dosage, route -> Route (shared key, also fixes Route elsewhere), add -> Add. [29] Reworded the NCD-screening family-history instruction to "Please select any NCD for proper screening" per QA. --- .../beneficiary-worklist.component.html | 4 ++-- .../general-patient-vitals.component.html | 2 +- src/assets/English.json | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/app-modules/core/components/beneficiary-worklist/beneficiary-worklist.component.html b/src/app/app-modules/core/components/beneficiary-worklist/beneficiary-worklist.component.html index adcdc7f0..9589a6cd 100644 --- a/src/app/app-modules/core/components/beneficiary-worklist/beneficiary-worklist.component.html +++ b/src/app/app-modules/core/components/beneficiary-worklist/beneficiary-worklist.component.html @@ -57,7 +57,7 @@ class="border-l-[3px] font-semibold" [ngClass]=" row.benVisitNo === 1 - ? 'border-l-success' + ? 'border-l-primary' : 'border-l-warning' "> {{ serial(i) }} @@ -149,7 +149,7 @@ *ngIf="!footerStart && visitStatus" class="m-0 flex list-none items-center gap-5 p-0 text-[0.8125rem] text-muted-foreground">
  • - + {{ firstVisitText }}
  • diff --git a/src/app/app-modules/nurse-doctor/vitals/general-patient-vitals/general-patient-vitals.component.html b/src/app/app-modules/nurse-doctor/vitals/general-patient-vitals/general-patient-vitals.component.html index eb74fd1d..988407f0 100644 --- a/src/app/app-modules/nurse-doctor/vitals/general-patient-vitals/general-patient-vitals.component.html +++ b/src/app/app-modules/nurse-doctor/vitals/general-patient-vitals/general-patient-vitals.component.html @@ -164,7 +164,7 @@ !male && !female) "> -
    +
    diff --git a/src/assets/English.json b/src/assets/English.json index a906a228..6cd2be1e 100644 --- a/src/assets/English.json +++ b/src/assets/English.json @@ -259,7 +259,7 @@ "bloodGlucoseTrend": "Blood Glucose Trends", "resultMammogram": "Results of Mammogram", "otherComplication": "Other Complication of Current Pregnancy", - "add": "add", + "add": "Add", "remove":"remove", "confirmDiagnosis": "Confirmatory Diagnosis", "labTest": "Test Report", @@ -525,7 +525,7 @@ "consanguineousMarriage": "H/o Consanguineous Marriage", "geneticDisorders": "Genetic Disorders", "previousFamilyHistory": "Previous Family History", - "pleaseSelectDiabetesMellitusInDiseaseType": "Please select Diabetes Mellitus in disease type" + "pleaseSelectDiabetesMellitusInDiseaseType": "Please select any NCD for proper screening" }, "menstrualHistoryANC": { "menstrualHistory": "Menstrual History", @@ -1186,10 +1186,10 @@ "Prescription": { "form": "Form", "medicine": "Medicine", - "dosage": "dosage", + "dosage": "Dosage", "frequency": "Frequency", "unit": "Unit", - "Route": "route", + "Route": "Route", "instructions": "Instructions", "quantity": "Quantity", "isEDL": "IsEDL" From 4f9e1e7571c2e4c8c8d01da18b92cf2c452d5e2c Mon Sep 17 00:00:00 2001 From: gkbishnoi07 Date: Thu, 13 Aug 2026 17:33:51 +0000 Subject: [PATCH 2/8] fix: red required asterisk on Family Member + BMI legend vertical align - Family History: mark Family Member with zRequired so it shows the red * (it becomes required when a disease is chosen). - BMI status legend: pad the adult status cell down on wide screens so "Obesity/Overweight/..." aligns with the BMI input's middle, not the row top. --- .../family-history/family-history.component.html | 2 +- .../general-patient-vitals.component.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/app-modules/nurse-doctor/history/general-opd-history/family-history/family-history.component.html b/src/app/app-modules/nurse-doctor/history/general-opd-history/family-history/family-history.component.html index 5a9e5dc0..52c428bf 100644 --- a/src/app/app-modules/nurse-doctor/history/general-opd-history/family-history/family-history.component.html +++ b/src/app/app-modules/nurse-doctor/history/general-opd-history/family-history/family-history.component.html @@ -90,7 +90,7 @@ -