From c00df666e6a14020544be304d74ae663286d163b Mon Sep 17 00:00:00 2001 From: Sahil Malhotra <88040167+smalho01@users.noreply.github.com> Date: Mon, 29 Sep 2025 12:43:59 -0400 Subject: [PATCH 1/2] update jon snow (#171) --- How-To-Launch-SMART-on-FHIR-Apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-To-Launch-SMART-on-FHIR-Apps.md b/How-To-Launch-SMART-on-FHIR-Apps.md index 0281f55..aeb224d 100644 --- a/How-To-Launch-SMART-on-FHIR-Apps.md +++ b/How-To-Launch-SMART-on-FHIR-Apps.md @@ -33,7 +33,7 @@ VITE_SMART_LAUNCH_URL = https://smartlauncher.interop.community/sample-app/launc 1. Start request-generator normally and go to `http://localhost:3000/`. Click the "Authorize" button. 2. Start rems-admin normally. 3. In request-generator, click the "Select a Patient" button. -4. Select Jon Snow (id: 130803). +4. Select John Snow (id: 130803). 5. Click the "Launch SMART on FHIR app" button. This opens the SMART on FHIR app launch page provided as values to the `VITE_SMART_LAUNCH_URL` and `SMART_ENDPOINT` environment variables. 6. Click the "Authorize" button. 7. You should see the expected SMART on FHIR app launch properly. From 579565ff6898bb670eeb5d8b1f55eabfd775aead Mon Sep 17 00:00:00 2001 From: Sahil Malhotra Date: Fri, 24 Oct 2025 12:24:22 -0400 Subject: [PATCH 2/2] fix task responsiveness --- .../RequestDashboard/TasksSection.jsx | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/components/RequestDashboard/TasksSection.jsx b/src/components/RequestDashboard/TasksSection.jsx index 7bf0315..5202988 100644 --- a/src/components/RequestDashboard/TasksSection.jsx +++ b/src/components/RequestDashboard/TasksSection.jsx @@ -377,7 +377,7 @@ const TasksSection = props => { return ( - + {`Task ID: ${task.id}`} @@ -401,8 +401,9 @@ const TasksSection = props => { {ownerText} - + - + - - {/*spacer*/} - - + - +