-
Notifications
You must be signed in to change notification settings - Fork 21
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
Update page header name and create new rich page header #1393
Conversation
99a34bd
to
002f861
Compare
packages/fhir-care-team/src/components/CreateEditCareTeam/Form.tsx
Outdated
Show resolved
Hide resolved
@@ -1,13 +1,13 @@ | |||
import React from 'react'; |
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.
Should we remove this now?
const headerProps = { | ||
pageHeaderProps: { | ||
title: pageTitle, | ||
onBack: undefined, | ||
}, | ||
}; |
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.
This is missing the navigation breadcrumb
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.
Currently have not added breadcrumb to all the pages as per the designs on this PR. I only added to the pages the breadcrumbs already existed.
Created an issue here to match all headers with the designs here.
64d3e02
to
6de1086
Compare
part of #1388
Changes included with this PR
Checklist