-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(fix) O3-2609: Fix rendering issue in the patient details tile extension #1533
Conversation
Size Change: +50 B (0%) Total Size: 10.5 MB ℹ️ View Unchanged
|
What really changes when shifting from desktop to tablet view? 🤔 |
@vasharma05 the extension only gets rendered in the tablet viewport. The rendering error is likely caused by the date issue that @hadijahkyampeire fixed in this PR. |
@vasharma05 In Tablet mode we render the visit header extension which renders the patient details and weight tile, so the error was coming from the patient details birthDate format being wrong. And that is what I fixed. |
acffbc9
to
783aacc
Compare
@denniskigen I have added the loading state |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thank you @hadijahkyampeire!
Requirements
Summary
Screenshots
Related Issue