-
Notifications
You must be signed in to change notification settings - Fork 105
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: [IOCOM-867] Add service info in MessageDetailsScreen #5461
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5461 +/- ##
==========================================
+ Coverage 47.91% 47.92% +0.01%
==========================================
Files 1398 1399 +1
Lines 30182 30188 +6
Branches 7388 7390 +2
==========================================
+ Hits 14462 14468 +6
Misses 15651 15651
Partials 69 69
Continue to review full report in Codecov by Sentry.
|
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
This PR depends on #5440
Short description
This PR adds service header in
MessageDetailsScreen
.Details
List of changes proposed in this pull request
OrganizationHeader
MessageDetailHeader
to display theOrganizationHeader
componentHow to test
Using the
io-dev-api-server
, generate a SEND message. Enable the design system and navigate to the message details. Check that the content is displayed correctly.