Browse Source

Patient dashboard heading colors update

Vijayakrishnan 3 years ago
parent
commit
4301e202c5

+ 12 - 12
resources/views/app/patient/dashboard.blade.php

@@ -49,7 +49,7 @@
                 @if($isOldClient && $hasAllergiesInCanvas)
                 @if($isOldClient && $hasAllergiesInCanvas)
                 <div class="pt-2 mt-2 border-top">
                 <div class="pt-2 mt-2 border-top">
                     <div class="d-flex align-items-center pb-2">
                     <div class="d-flex align-items-center pb-2">
-                        <h6 class="my-0 font-weight-bold text-secondary">Allergies</h6>
+                        <h6 class="my-0 font-weight-bold">Allergies</h6>
                         <div class="px-2 font-weight-bold alert alert-warning text-sm my-0 ml-2 py-1">Deprecated</div>
                         <div class="px-2 font-weight-bold alert alert-warning text-sm my-0 ml-2 py-1">Deprecated</div>
                     </div>
                     </div>
                     <div class="bg-light border p-2 mb-3">
                     <div class="bg-light border p-2 mb-3">
@@ -67,7 +67,7 @@
                 @if($isOldClient && $hasRxInCanvas)
                 @if($isOldClient && $hasRxInCanvas)
                 <div class="pt-2 mt-2 border-top">
                 <div class="pt-2 mt-2 border-top">
                     <div class="d-flex align-items-center pb-2">
                     <div class="d-flex align-items-center pb-2">
-                        <h6 class="my-0 font-weight-bold text-secondary">Current Medications</h6>
+                        <h6 class="my-0 font-weight-bold">Current Medications</h6>
                         <div class="px-2 font-weight-bold alert alert-warning text-sm my-0 ml-2 py-1">Deprecated</div>
                         <div class="px-2 font-weight-bold alert alert-warning text-sm my-0 ml-2 py-1">Deprecated</div>
                     </div>
                     </div>
                     <div class="bg-light border p-2 mb-3">
                     <div class="bg-light border p-2 mb-3">
@@ -89,7 +89,7 @@
                 ?>
                 ?>
                 <div class="mt-2 pb-1" id="patient-dashboard-devices">
                 <div class="mt-2 pb-1" id="patient-dashboard-devices">
                     <div class="d-flex align-items-center mb-2 py-2 border-top border-bottom">
                     <div class="d-flex align-items-center mb-2 py-2 border-top border-bottom">
-                        <h6 class="my-0 font-weight-bold text-secondary">Devices</h6>
+                        <h6 class="my-0 font-weight-bold">Devices</h6>
                         @if($availableDevices > 0 && $pro->pro_type === 'ADMIN')
                         @if($availableDevices > 0 && $pro->pro_type === 'ADMIN')
                         <span class="mx-2 text-secondary">|</span>
                         <span class="mx-2 text-secondary">|</span>
                         <span moe>
                         <span moe>
@@ -206,7 +206,7 @@
                 @if($isOldClient && $hasVitalsInCanvas)
                 @if($isOldClient && $hasVitalsInCanvas)
                 <div class="pt-2 border-top">
                 <div class="pt-2 border-top">
                     <div class="d-flex align-items-center pb-2">
                     <div class="d-flex align-items-center pb-2">
-                        <h6 class="my-0 font-weight-bold text-secondary">Vitals</h6>
+                        <h6 class="my-0 font-weight-bold">Vitals</h6>
                         <div class="px-2 font-weight-bold alert alert-warning text-sm my-0 ml-2 py-1">Deprecated</div>
                         <div class="px-2 font-weight-bold alert alert-warning text-sm my-0 ml-2 py-1">Deprecated</div>
                     </div>
                     </div>
                     <div class="bg-light border p-2 mb-3">
                     <div class="bg-light border p-2 mb-3">
@@ -219,7 +219,7 @@
                 <?php $latestVitals = \App\Models\Point::where('client_id', $patient->id)->where('category', 'VITALS')->orderBy('id', 'DESC')->first(); ?>
                 <?php $latestVitals = \App\Models\Point::where('client_id', $patient->id)->where('category', 'VITALS')->orderBy('id', 'DESC')->first(); ?>
                 <div class="pt-2 mt-2">
                 <div class="pt-2 mt-2">
                     <div class="d-flex align-items-center pb-2">
                     <div class="d-flex align-items-center pb-2">
-                        <h6 class="my-0 font-weight-bold text-secondary">Vitals
+                        <h6 class="my-0 font-weight-bold">Vitals
                             @if(!!$latestVitals && $latestVitals->note && $latestVitals->note->effective_dateest)
                             @if(!!$latestVitals && $latestVitals->note && $latestVitals->note->effective_dateest)
                                 <span class="text-secondary font-weight-normal pl-1">(as on
                                 <span class="text-secondary font-weight-normal pl-1">(as on
                                     <a href="{{route('patients.view.notes.view.dashboard', ['patient' => $patient, 'note' => $latestVitals->note])}}">{{friendlier_date($latestVitals->note->effective_dateest)}}</a>)
                                     <a href="{{route('patients.view.notes.view.dashboard', ['patient' => $patient, 'note' => $latestVitals->note])}}">{{friendlier_date($latestVitals->note->effective_dateest)}}</a>)
@@ -248,7 +248,7 @@
                 @if($isOldClient)
                 @if($isOldClient)
                     <div class="pt-2 mb-2 border-top">
                     <div class="pt-2 mb-2 border-top">
                         <div class="d-flex align-items-center pb-2">
                         <div class="d-flex align-items-center pb-2">
-                            <h6 class="my-0 font-weight-bold text-secondary">Current Problems / Focus Areas</h6>
+                            <h6 class="my-0 font-weight-bold">Current Problems / Focus Areas</h6>
                             <div class="px-2 font-weight-bold alert alert-warning text-sm my-0 ml-2 py-1">Deprecated</div>
                             <div class="px-2 font-weight-bold alert alert-warning text-sm my-0 ml-2 py-1">Deprecated</div>
                         </div>
                         </div>
                         <div class="bg-light border p-2 mb-3">
                         <div class="bg-light border p-2 mb-3">
@@ -266,7 +266,7 @@
                 @if($isOldClient && $hasCareTeamInCanvas)
                 @if($isOldClient && $hasCareTeamInCanvas)
                     <div class="pt-2 mt-2 border-top">
                     <div class="pt-2 mt-2 border-top">
                         <div class="d-flex align-items-center pb-2">
                         <div class="d-flex align-items-center pb-2">
-                            <h6 class="my-0 font-weight-bold text-secondary">Care Team</h6>
+                            <h6 class="my-0 font-weight-bold">Care Team</h6>
                             <div class="px-2 font-weight-bold alert alert-warning text-sm my-0 ml-2 py-1">Deprecated</div>
                             <div class="px-2 font-weight-bold alert alert-warning text-sm my-0 ml-2 py-1">Deprecated</div>
                         </div>
                         </div>
                         <div class="bg-light border p-2 mb-3">
                         <div class="bg-light border p-2 mb-3">
@@ -284,7 +284,7 @@
                 @if($isOldClient && $hasPmhxInCanvas)
                 @if($isOldClient && $hasPmhxInCanvas)
                 <div class="pt-2 mt-2 border-top">
                 <div class="pt-2 mt-2 border-top">
                     <div class="d-flex align-items-center pb-2">
                     <div class="d-flex align-items-center pb-2">
-                        <h6 class="my-0 font-weight-bold text-secondary">Medical History</h6>
+                        <h6 class="my-0 font-weight-bold">Medical History</h6>
                         <div class="px-2 font-weight-bold alert alert-warning text-sm my-0 ml-2 py-1">Deprecated</div>
                         <div class="px-2 font-weight-bold alert alert-warning text-sm my-0 ml-2 py-1">Deprecated</div>
                     </div>
                     </div>
                     <div class="bg-light border p-2 mb-3">
                     <div class="bg-light border p-2 mb-3">
@@ -302,7 +302,7 @@
                 @if($isOldClient && $hasPshxInCanvas)
                 @if($isOldClient && $hasPshxInCanvas)
                 <div class="mt-2 border-top pt-2">
                 <div class="mt-2 border-top pt-2">
                     <div class="d-flex align-items-center pb-2">
                     <div class="d-flex align-items-center pb-2">
-                        <h6 class="my-0 font-weight-bold text-secondary">Surgical History</h6>
+                        <h6 class="my-0 font-weight-bold">Surgical History</h6>
                         <div class="px-2 font-weight-bold alert alert-warning text-sm my-0 ml-2 py-1">Deprecated</div>
                         <div class="px-2 font-weight-bold alert alert-warning text-sm my-0 ml-2 py-1">Deprecated</div>
                     </div>
                     </div>
                     <div class="bg-light border p-2 mb-3">
                     <div class="bg-light border p-2 mb-3">
@@ -320,7 +320,7 @@
                 @if($isOldClient && $hasFhxInCanvas)
                 @if($isOldClient && $hasFhxInCanvas)
                 <div class="mt-2 border-top pt-2">
                 <div class="mt-2 border-top pt-2">
                     <div class="d-flex align-items-center pb-2">
                     <div class="d-flex align-items-center pb-2">
-                        <h6 class="my-0 font-weight-bold text-secondary">Family History</h6>
+                        <h6 class="my-0 font-weight-bold">Family History</h6>
                         <div class="px-2 font-weight-bold alert alert-warning text-sm my-0 ml-2 py-1">Deprecated</div>
                         <div class="px-2 font-weight-bold alert alert-warning text-sm my-0 ml-2 py-1">Deprecated</div>
                     </div>
                     </div>
                     <div class="bg-light border p-2 mb-3">
                     <div class="bg-light border p-2 mb-3">
@@ -338,7 +338,7 @@
                 @if($isOldClient && $hasSochxInCanvas)
                 @if($isOldClient && $hasSochxInCanvas)
                 <div class="mt-2 border-top pt-2">
                 <div class="mt-2 border-top pt-2">
                     <div class="d-flex align-items-center pb-2">
                     <div class="d-flex align-items-center pb-2">
-                        <h6 class="my-0 font-weight-bold text-secondary">Social History</h6>
+                        <h6 class="my-0 font-weight-bold">Social History</h6>
                         <div class="px-2 font-weight-bold alert alert-warning text-sm my-0 ml-2 py-1">Deprecated</div>
                         <div class="px-2 font-weight-bold alert alert-warning text-sm my-0 ml-2 py-1">Deprecated</div>
                     </div>
                     </div>
                     <div class="bg-light border p-2 mb-3">
                     <div class="bg-light border p-2 mb-3">
@@ -530,7 +530,7 @@
                 <div  class="mb-2 pt-3 pb-2 border-top">
                 <div  class="mb-2 pt-3 pb-2 border-top">
                     <div class="">
                     <div class="">
                         <div class="d-flex align-items-start pb-2">
                         <div class="d-flex align-items-start pb-2">
-                            <h6 class="my-0 font-weight-bold text-secondary">Client Memos</h6>
+                            <h6 class="my-0 font-weight-bold">Client Memos</h6>
                         </div>
                         </div>
                         <div moe class="w-100 p-2 border mb-3">
                         <div moe class="w-100 p-2 border mb-3">
                             <form url="/api/clientMemo/create" show>
                             <form url="/api/clientMemo/create" show>

+ 1 - 1
resources/views/app/patient/partials/measurements.blade.php

@@ -1,6 +1,6 @@
 <div class="mt-2 mb-3" id="patient-dashboard-measurements">
 <div class="mt-2 mb-3" id="patient-dashboard-measurements">
     <div class="d-flex align-items-center mb-2 py-2 border-top border-bottom">
     <div class="d-flex align-items-center mb-2 py-2 border-top border-bottom">
-        <h6 class="my-0 font-weight-bold text-secondary">Measurements</h6>
+        <h6 class="my-0 font-weight-bold">Measurements</h6>
         <span class="mx-2 text-secondary">|</span>
         <span class="mx-2 text-secondary">|</span>
         <a start show class="py-0 font-weight-normal"
         <a start show class="py-0 font-weight-normal"
            href="/patients/view/{{ $patient->uid }}/measurements">
            href="/patients/view/{{ $patient->uid }}/measurements">

+ 1 - 1
resources/views/app/patient/point-based-partials/fhx.blade.php

@@ -1,6 +1,6 @@
 <div class="pt-2 mt-2">
 <div class="pt-2 mt-2">
     <div class="d-flex align-items-center pb-2">
     <div class="d-flex align-items-center pb-2">
-        <h6 class="my-0 font-weight-bold text-secondary">Family History</h6>
+        <h6 class="my-0 font-weight-bold">Family History</h6>
         @if($isOldClient && @$hasFhxInCanvas)
         @if($isOldClient && @$hasFhxInCanvas)
             <div class="px-2 font-weight-bold alert alert-info text-sm my-0 ml-2 py-1">New</div>
             <div class="px-2 font-weight-bold alert alert-info text-sm my-0 ml-2 py-1">New</div>
         @endif
         @endif

+ 1 - 1
resources/views/app/patient/point-based-partials/pmhx.blade.php

@@ -1,6 +1,6 @@
 <div class="pt-2 mt-2">
 <div class="pt-2 mt-2">
     <div class="d-flex align-items-center pb-2">
     <div class="d-flex align-items-center pb-2">
-        <h6 class="my-0 font-weight-bold text-secondary">Medical History</h6>
+        <h6 class="my-0 font-weight-bold">Medical History</h6>
         @if($isOldClient && @$hasPmhxInCanvas)
         @if($isOldClient && @$hasPmhxInCanvas)
             <div class="px-2 font-weight-bold alert alert-info text-sm my-0 ml-2 py-1">New</div>
             <div class="px-2 font-weight-bold alert alert-info text-sm my-0 ml-2 py-1">New</div>
         @endif
         @endif

+ 1 - 1
resources/views/app/patient/point-based-partials/shx.blade.php

@@ -1,6 +1,6 @@
 <div class="pt-2 mt-2">
 <div class="pt-2 mt-2">
     <div class="d-flex align-items-center pb-2">
     <div class="d-flex align-items-center pb-2">
-        <h6 class="my-0 font-weight-bold text-secondary">Surgical History</h6>
+        <h6 class="my-0 font-weight-bold">Surgical History</h6>
         @if($isOldClient && @$hasPshxInCanvas)
         @if($isOldClient && @$hasPshxInCanvas)
             <div class="px-2 font-weight-bold alert alert-info text-sm my-0 ml-2 py-1">New</div>
             <div class="px-2 font-weight-bold alert alert-info text-sm my-0 ml-2 py-1">New</div>
         @endif
         @endif

+ 1 - 1
resources/views/app/patient/point-based-partials/sochx.blade.php

@@ -1,6 +1,6 @@
 <div class="pt-2 mt-2">
 <div class="pt-2 mt-2">
     <div class="d-flex align-items-center pb-2">
     <div class="d-flex align-items-center pb-2">
-        <h6 class="my-0 font-weight-bold text-secondary">Social History</h6>
+        <h6 class="my-0 font-weight-bold">Social History</h6>
         @if($isOldClient && @$hasSochxInCanvas)
         @if($isOldClient && @$hasSochxInCanvas)
             <div class="px-2 font-weight-bold alert alert-info text-sm my-0 ml-2 py-1">New</div>
             <div class="px-2 font-weight-bold alert alert-info text-sm my-0 ml-2 py-1">New</div>
         @endif
         @endif

+ 1 - 1
resources/views/app/patient/point-based-partials/supplements.blade.php

@@ -3,7 +3,7 @@ $supplements = \App\Models\Point::getPointsOfCategory($patient, "SUPPLEMENT");
 ?>
 ?>
 <div class="pt-2 mt-2">
 <div class="pt-2 mt-2">
     <div class="d-flex align-items-center pb-2">
     <div class="d-flex align-items-center pb-2">
-        <h6 class="my-0 font-weight-bold text-secondary">Current Supplements</h6>
+        <h6 class="my-0 font-weight-bold">Current Supplements</h6>
         @if($patient->coreNote)
         @if($patient->coreNote)
             @if(!@$disallowPointEdits)
             @if(!@$disallowPointEdits)
             <a native target="_blank"
             <a native target="_blank"