-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: [IOBP-392] Refactor
TimelineOperationListItem
component (#5200)
## Short description This PR refactors the `TimelineOperationListItem` component and implements new logic to correctly display `CANCELLED` and `REVERSAL` transactions and CIE onboarding operations. https://github.com/pagopa/io-app/assets/6160324/e5557c07-ba53-4647-be0f-ad39965fb1c7 ## List of changes proposed in this pull request - [ts/features/idpay/details/components/TimelineOperationListItem.tsx](https://github.com/pagopa/io-app/pull/5200/files#diff-bf0f0c12b0c8396401a112111f50ecd7d00a22d176641c354e3880e3879cbd51): splitted `TimelineOperationListItem` into sub-component easier to manage. ## How to test - Tests should solve correctly. - You can test on a simulator/device with the `io-dev-server` on this branch: pagopa/io-dev-api-server#316 --------- Co-authored-by: Martino Cesari Tomba <[email protected]> Co-authored-by: Alessandro Izzo <[email protected]>
- Loading branch information
1 parent
259b651
commit 5bc9f2d
Showing
9 changed files
with
1,028 additions
and
204 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.