-
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 aspects of the patient lists workspace #1496
Conversation
console.log('workspaces: ', workspaces); | ||
console.log('workspaceWindowState: ', workspaceWindowState); |
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.
console.log('workspaces: ', workspaces); | |
console.log('workspaceWindowState: ', workspaceWindowState); |
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.
Yikes, eslint should have caught that.
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.
I know, right? Do you have an idea why it didn't?
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.
Yep, looks like that rule wasn't enabled. Working on a PR to fix that now.
Size Change: -202 B (0%) Total Size: 10.3 MB ℹ️ View Unchanged
|
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, @denniskigen!
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
Requirements
Summary
These tweaks include:
canHide
prop to false). Having a close button is useful because this workspace doesn't have action buttons at the bottom of the screen.type
of the summary and detail views to thepatient-lists
so that both workspaces can take advantage of the built-in side rail / bottom nav highlighting functionality for active workspaces.Screenshots
Related Issue
None
Other
None