-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Conversation
@anisha1234 looks good to me. @jglovier can you look at this and give your feedback? |
@jkleinsc @anisha1234 sorry for the delay. I'll review as soon as possible, but will need a day or two to get back to this due to current workload. ❤️ |
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.
@anisha1234 again my apologies for taking so long to respond here. 🙈
Overall I think this is a good step forward, but there's still a few things we need to address before I'm comfortable with merging this in.
- Let's keep the button colors to just three variants:
- green for affirmative actions
- red for destructive actions
- gray for neutral actions
I'd prefer not to introduce that new blue. It doesn't fit with the app color palette, and it's unclear why it is a different color. Using too many different button colors is confusing for users.
There should be a limited set of colors that have obvious connotations to the type of action they perform.
- The discharge/checkout buttons should be the same width so that there is no staggering in the vertical alignment of buttons in each button column.
Other than that, I think the contrast is much better. 🎉
I've been planning to move away from the button style in those rows and style them just as text links because the buttons – especially when several patient item rows appear on a single view – become the dominant visual element, which isn't idea.
But for now, I think this is a solid step forward. Thanks again for your work on this!
@anisha1234 any progress? |
@tangollama I have been busy with some school stuff, with semester exams approaching next week... I was unable to devote adequate time to the project currently. But I will create a pull request in next two days resolving this issue.. |
@jglovier @tangollama @jkleinsc as mentioned I have made changes to keep the button colors to just three variants and I have also set the discharge/checkout button to same width. |
@anisha1234 thanks again for all of your effort on this one!! ⚡ ❤️ ⚡ |
Addresses #972 #359
Changes proposed in this pull request:
appointment-list before:
appointment-list after:
custom-form page before:
custorn-form page after:
report-generate page before:
report-generate page after:
inventory-list page before:
inventory-list page after:
patient-list page before:
patient-list page after:
@jkleinsc @jglovier @tangollama