deploy: update k8s manifest and fix CSS/JS layout selectors for patient banner
Build Curio HMS / build-and-deploy (push) Successful in 50s Details

This commit is contained in:
Deep Koluguri 2026-05-24 18:55:10 -04:00
parent 336d485926
commit 70b1da8190
3 changed files with 5 additions and 6 deletions

View File

@ -200,14 +200,15 @@
margin-bottom: 2.5rem; margin-bottom: 2.5rem;
} }
.patient-identity h1 { .patient-identity-row h1 {
font-size: clamp(1.75rem, 4vw, 2.8rem); font-size: clamp(1.75rem, 4vw, 2.8rem);
font-family: 'Outfit', sans-serif; font-family: 'Outfit', sans-serif;
color: var(--text-main); color: var(--text-main);
line-height: 1.2; line-height: 1.2;
margin: 0;
} }
.patient-identity h1 small { .patient-identity-row h1 small {
font-size: 0.45em; font-size: 0.45em;
font-weight: 500; font-weight: 500;
color: var(--text-muted); color: var(--text-muted);

View File

@ -456,9 +456,7 @@ window.switchPatientContext = (name, token, triage) => {
} }
const patientHeading = document.querySelector(".patient-identity-row h1"); const patientHeading = document.querySelector(".patient-identity-row h1");
if (patientHeading) { if (patientHeading) patientHeading.innerHTML = `${name} <small>(32y, Female)</small>`;
patientHeading.innerHTML = `${name} <small>(28y, M)</small>`;
}
document.querySelectorAll('.pipeline-item').forEach(item => { document.querySelectorAll('.pipeline-item').forEach(item => {
const itemToken = item.querySelector('.p-token')?.textContent?.trim(); const itemToken = item.querySelector('.p-token')?.textContent?.trim();

View File

@ -13,7 +13,7 @@ spec:
labels: labels:
app: curio-app app: curio-app
annotations: annotations:
redeploy-timestamp: "2026-05-14T19:04:30" redeploy-timestamp: "2026-05-24T18:55:00"
spec: spec:
containers: containers:
- name: curio - name: curio