-
Notifications
You must be signed in to change notification settings - Fork 76
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) O3-2901: Add a page header to the home page #186
(feat) O3-2901: Add a page header to the home page #186
Conversation
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 @arodidev for this, is it possible to attach the homepage-header component to the homepage-widgets-slot
so that this does not affect anyone who is using the extension?
…ev/openmrs-esm-home into adding-header-to-homepage
…ev/openmrs-esm-home into adding-header-to-homepage
…ev/openmrs-esm-home into adding-header-to-homepage
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 🚀 , just a few minor comments
packages/esm-home-app/src/homepage-header/homepage-header.component.tsx
Outdated
Show resolved
Hide resolved
packages/esm-home-app/src/homepage-header/homepage-illustration.component.tsx
Outdated
Show resolved
Hide resolved
packages/esm-home-app/src/homepage-header/homepage-header.component.tsx
Outdated
Show resolved
Hide resolved
packages/esm-home-app/src/homepage-header/homepage-header.component.tsx
Outdated
Show resolved
Hide resolved
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 @arodidev. Sorry that this is a series of persnickety comments, but it's important to get the home page right.
packages/esm-home-app/src/homepage-header/homepage-header.component.tsx
Outdated
Show resolved
Hide resolved
packages/esm-home-app/src/homepage-header/homepage-header.component.tsx
Outdated
Show resolved
Hide resolved
packages/esm-home-app/src/homepage-header/homepage-header.component.tsx
Outdated
Show resolved
Hide resolved
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 for the work, @arodidev. I've left a few suggestions.
packages/esm-home-app/src/homepage-header-date/homepage-header-date.scss
Outdated
Show resolved
Hide resolved
packages/esm-home-app/src/homepage-header/homepage-header.component.tsx
Outdated
Show resolved
Hide resolved
packages/esm-home-app/src/homepage-header/homepage-illustration.component.tsx
Outdated
Show resolved
Hide resolved
packages/esm-home-app/src/homepage-header-date/homepage-header-date.component.tsx
Outdated
Show resolved
Hide resolved
…-date.scss Co-authored-by: Dennis Kigen <[email protected]>
Mind resolving the conflicts, @arodidev? |
packages/esm-home-app/src/homepage-header-date/homepage-header-date.scss
Outdated
Show resolved
Hide resolved
Thanks @denniskigen , this is done. |
@arodidev have you gotten everything you need from reviewers at this time? |
Hi @gracepotma thanks for this, I'll prioritize finishing this and clear out the pending reviews so as to have this out by the cut date this week. |
packages/esm-home-app/src/header-date/header-date.component.tsx
Outdated
Show resolved
Hide resolved
packages/esm-home-app/src/page-header/page-header.component.tsx
Outdated
Show resolved
Hide resolved
packages/esm-home-app/src/page-header/page-header.component.tsx
Outdated
Show resolved
Hide resolved
@arodidev I've taken the liberty of pushing a commit that fixes some small details. |
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, @arodidev.
Requirements
Summary
This pull request adds a page header to the ref app homepage, similar to the ones in other frontend modules' dashboards eg. service queues, and appointments, as per this ticket whose basis was formed from the conversations on this talk post.
Screenshots
Related Issue
None.
Other
None.