-
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
(feat) Tweak Test results dashboard sticky header UI #2021
Conversation
2523c5d
to
d2160f0
Compare
Size Change: +1.07 kB (+0.01%) Total Size: 14.8 MB ℹ️ View Unchanged
|
Hi @CynthiaKamau! |
on it |
d2160f0
to
1ed0c59
Compare
8feada1
to
5488af2
Compare
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.
Thanks, @CynthiaKamau. The approach looks OK to me, though I think it'd be preferable to use an IntersectionObserver instead. I've explained why in my review suggestion.
packages/esm-patient-labs-app/src/test-results/results-viewer/results-viewer.extension.tsx
Show resolved
Hide resolved
One other thing we might want to do is remove the top margin applied to the // See https://zpl.io/lrlmdq0 for the Visits dashboard design
[data-extension-slot-name='patient-chart-encounters-dashboard-slot'],
// See https://zpl.io/RmMXrDE for the Test Results dashboard design
[data-extension-slot-name='patient-chart-test-results-dashboard-slot'] {
margin: 0 layout.$spacing-05;
} Also, the conventional commit label used here should be |
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.
LGTM. Thanks, @CynthiaKamau!
* (feat) Add background color on scrolling sticky results menu * Fix test results dashboard margins * Commit orphaned translation --------- Co-authored-by: Dennis Kigen <[email protected]>
Requirements
Summary
Screenshots
Screen.Recording.2024-09-19.at.13.13.50.mov
Related Issue
Other