You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assuming #4718 completes the requirements of the fee calculation, now it's time to adapt our React components to the new data structure.
We should update data wiring to match the changes applied by #4716 to #4718. The form component should display the total feee, alongside each fee component. It should also display human readable titles (with i18n) for each component.
Acceptance criteria
Compose titles for all fee components
Only display none-zero fee components
Emphasis on the display of the total fee (Larger font, prominent color)
Adapt unit tests
Assert the returned value of useTransactionFee.
The text was updated successfully, but these errors were encountered:
ManuGowda
changed the title
Use above fee to display fees in tx forms
Use transaction fee hook to calculate and display fees in transaction forms
Jan 16, 2023
Description
Assuming #4718 completes the requirements of the fee calculation, now it's time to adapt our React components to the new data structure.
We should update data wiring to match the changes applied by #4716 to #4718. The form component should display the total feee, alongside each fee component. It should also display human readable titles (with i18n) for each component.
Acceptance criteria
useTransactionFee
.The text was updated successfully, but these errors were encountered: