-
- Downloads
223 transfer to savings (#454)
* Add new chain operations: savings, escrow, ... #223 * Place asset first in transfer form, avoids validation error where default asset has no balance * Adds transfer to savings ... #223 * Adds Savings Withdraw option to user's wallet. Better support for Basic and Advanced modes. #223 * Align user wallet drop-downs to the right edge of the screen. #223 * Help text for transfer typs. #223 * Savings Withdraw: Correct balance tip and working transaction #223 * Savings Withdraw: history with option to cancel (close #223) * Savings Withdraw: include savings in wallet's estimated total (#223) * Savings Withdraw: include pending saving withdraws in wallet's estimated total (#223) * Savings Withdraw: refreshing data after transactions (#223) * Savings Withdraw: update insufficient balance validation (#223) * Add transaction history descriptions for transfer to saving operations #223
Showing
- app/components/cards/TransferHistoryRow.jsx 15 additions, 5 deletionsapp/components/cards/TransferHistoryRow.jsx
- app/components/elements/Memo.js 1 addition, 4 deletionsapp/components/elements/Memo.js
- app/components/elements/SavingsWithdrawHistory.jsx 123 additions, 0 deletionsapp/components/elements/SavingsWithdrawHistory.jsx
- app/components/elements/Template.jsx 28 additions, 25 deletionsapp/components/elements/Template.jsx
- app/components/modules/Transfer.jsx 75 additions, 26 deletionsapp/components/modules/Transfer.jsx
- app/components/modules/UserWallet.jsx 68 additions, 21 deletionsapp/components/modules/UserWallet.jsx
- app/components/modules/UserWallet.scss 3 additions, 0 deletionsapp/components/modules/UserWallet.scss
- app/redux/User.js 7 additions, 0 deletionsapp/redux/User.js
- app/redux/UserSaga.js 28 additions, 1 deletionapp/redux/UserSaga.js
- app/utils/ReactForm.js 10 additions, 12 deletionsapp/utils/ReactForm.js
- app/utils/Tips.js 7 additions, 0 deletionsapp/utils/Tips.js
- shared/serializer/src/ChainTypes.js 18 additions, 11 deletionsshared/serializer/src/ChainTypes.js
- shared/serializer/src/operations.js 378 additions, 232 deletionsshared/serializer/src/operations.js
Loading
Please register or sign in to comment