-
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-866] Display tags in the header of a SEND message #5440
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #5440 +/- ##
==========================================
+ Coverage 47.29% 47.31% +0.02%
==========================================
Files 1463 1463
Lines 31368 31374 +6
Branches 7628 7630 +2
==========================================
+ Hits 14835 14846 +11
+ Misses 16475 16470 -5
Partials 58 58
... and 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
🎉 All dependencies have been 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.
LGTM
This PR depends on #5440 ## Short description This PR adds service header in `MessageDetailsScreen`. <details open><summary>Details</summary> <p> | MessageDetails | | - | | <img src="https://github.com/pagopa/io-app/assets/29163287/d90c4f3c-129c-453d-9396-41231343312a" width="300"/> | </p> </details> ## List of changes proposed in this pull request - added `OrganizationHeader` - updated `MessageDetailHeader` to display the `OrganizationHeader` component - updated tests ## How 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. --------- Co-authored-by: Andrea <[email protected]>
This PR depends on #5431
Short description
This PR updates the
MessageDetails
component in order to display the tags.NOTE: Other PRs will follow to update the rest of the message.
Details
List of changes proposed in this pull request
How 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.