-
Notifications
You must be signed in to change notification settings - Fork 51
(feat) O3-5028: Add responsive breakpoints for prescription container and medication buttons #490
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
base: main
Are you sure you want to change the base?
Conversation
| status={generateStatusTag(bundle.request)} | ||
| /> | ||
| </Tile> | ||
| </React.Fragment> |
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.
Is there a reason <MedicationEvent> is removed?
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 didn't see it was for testing purposes
chibongho
left a comment
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, assuming you tested on both tablet and desktop screen sizes.
|
@chibongho Sure |
Requirements
Summary
The dispensing app components need responsive design improvements to provide better user experience on tablet and mobile devices. Currently, the prescription container and medication order buttons do not adapt properly to smaller screen sizes.
Screenshots
Bad UI
Responsive
Related Issue
https://openmrs.atlassian.net/browse/O3-5028
Other