-
Notifications
You must be signed in to change notification settings - Fork 19
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
Feature/deseng666 Add new Engagement Details page #2574
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2574 +/- ##
=======================================
Coverage 76.03% 76.03%
=======================================
Files 609 609
Lines 22075 22076 +1
Branches 1782 1783 +1
=======================================
+ Hits 16785 16786 +1
Misses 5026 5026
Partials 264 264
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Looks good; thanks! Since you're away today I'll patch some errors and get this merged for you
return data.engagement.then((engagement) => { | ||
return { | ||
link: `/engagements/${engagement.id}/view`, | ||
name: engagement.name, |
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.
Nicely done with the breadcrumb function :)
<Breadcrumbs aria-label="breadcrumb" sx={smallScreenOnly ? { display: { xs: 'block', md: 'none' } } : {}}> | ||
<Breadcrumbs | ||
aria-label="breadcrumb" | ||
component="nav" |
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 making this a11y improvement :3
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.
Sorry, I just realized - all the components in components/engagement/old-view are unused and have no references to them, so they are redundant. All the components are still present in components/engagement/view since they were copied and not renamed. I'd like to discuss this with you before anything gets merged.
ac0b705
to
1d86b4b
Compare
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 making sure those files were moved correctly - approved!
|
Issue #: https://citz-gdx.atlassian.net/browse/DESENG-666
Description of changes:
**You can ignore anything under the old-view or public directories. Git didn't understand that I just wanted to move things around.
User Guide update ticket (if applicable): N/A