-
Notifications
You must be signed in to change notification settings - Fork 13
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
[SDP-1068] Display future balance #76
Conversation
stellar-disbursement-platform-frontend-preview is available here: |
stellar-disbursement-platform-frontend-preview is available here: |
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! 🙌 I just have a few small comments/suggestions.
❓ Should we use BigNumber
for futureBalance
calculations? If we're dealing with precision greater than 2 decimal points, we could run into some issues with the "normal" calculations. Thoughts? 🙏
stellar-disbursement-platform-frontend-preview is available here: |
stellar-disbursement-platform-frontend-preview is available here: |
stellar-disbursement-platform-frontend-preview is available here: |
stellar-disbursement-platform-frontend-preview is available here: |
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.
…stellar-disbursement-platform-frontend into sdp-1068_display-future-balance
stellar-disbursement-platform-frontend-preview is available here: |
stellar-disbursement-platform-frontend-preview is available here: |
## [1.1.2](stellar/stellar-disbursement-platform-backend@1.1.1...1.1.2) Attention, this version is compatible with the backend version [1.1.6](https://github.com/stellar/stellar-disbursement-platform-backend/releases/tag/1.1.6). ### Added - Add the "Future Balance" label in the disbursement detail component to display what will be balance for the asset on the distribution account after the disbursement is completed. [#76](#76) - Add option to update a receiver's verification info from the receiver's detail page. [#78](#78) ### Changed - Update the CSV template by adding examples with and without the paymentID (optional) column. [#77](#77) - Display the entire disbursement account address for the tenant when that disbursement account does not exist in the network, making it easier to identify the account that needs to be funded. [#80](#80)
This PR adds the
Future Balance
label in theDisbursementDetails
component to display the balance for the asset on the distribution account after the disbursement is completed.