-
Notifications
You must be signed in to change notification settings - Fork 106
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(Bonus Pagamenti Digitali): [#176455937] Error and loading screen transaction details #2755
feat(Bonus Pagamenti Digitali): [#176455937] Error and loading screen transaction details #2755
Conversation
Affected stories
|
Codecov Report
@@ Coverage Diff @@
## master #2755 +/- ##
==========================================
+ Coverage 54.37% 54.97% +0.60%
==========================================
Files 809 812 +3
Lines 22381 22438 +57
Branches 4199 4202 +3
==========================================
+ Hits 12169 12335 +166
+ Misses 10153 10042 -111
- Partials 59 61 +2
Continue to review full report at Codecov.
|
completeUnsubscription: () => { | ||
dispatch(bpdAllData.request()); | ||
dispatch(bpdUnsubscribeCompleted()); | ||
dispatch(NavigationActions.back()); | ||
}, | ||
goToTransactions: () => dispatch(navigateToBpdTransactions()), | ||
goToTransactions: () => { |
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.
Is this needed? It looks the same or did you forgot to add another dispatch
call?
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.
No, I added and removed another dispatch but I forgot to remove the brackets, fixed in 01eb23e
<GoToTransactions | ||
goToTransactions={() => | ||
// if the transactions state is in pot.isError state | ||
// on press request a refresh | ||
props.goToTransactions() | ||
} | ||
/> |
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.
<GoToTransactions | |
goToTransactions={() => | |
// if the transactions state is in pot.isError state | |
// on press request a refresh | |
props.goToTransactions() | |
} | |
/> | |
<GoToTransactions goToTransactions={props.goToTransactions} /> |
It seems to me that the comment refers to a piece of code that is no longer present.
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.
You're right! Fixed in f05e33e
}); | ||
|
||
/** | ||
* This screen informs the user that there are problem in retrieve the transactions list. |
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 screen informs the user that there are problem in retrieve the transactions list. | |
* This screen informs the user that there are problems retrieving the transactions list. |
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.
Fixed in 156a52a
…een-transaction-details' into 176455937-error-screen-transaction-details
Short description
This PR add the loading and the error screen in the section "transaction details" of a bpd period detail.
List of changes proposed in this pull request
Available transaction
Loading transaction
Unavailable transaction