-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: Rework SendFormPopup flow by splitting in Nft and Token forms [WiP] * feat: Rework Send flow by splitting components and simplifying logic * chore: Revert accidentally commited commented line * feat: Wire isTransfering to SendNftForm * feat: Update layer2Parameters when setting transaction details in forms * fix: Order variable declarations in components by block scope keyword * fix: Move one-time initialization calls to onMount * fix: Move utils to a better home and improve imports * fix: Remove use of calculatedStorageDeposit * fix: Open in SendNft tab when comming from CollectiblesDetailsView (and select relevant NFT) * fix: Fix lint/prettier * feat: Send output and close popup after stronghold unlock * feat: Move initialExpirationDate init to onMount * fix: Fix type warnings in sendUtils * fix: Improve return type of rebuildActivity * fix: Set reopenPopup to true for stronghold profiles * fix: Honour disableAssetSelection when rendering tabs * feat: Show expirationDate properly in SendConfirmation after unlock stronghold popup * chore: Replace the old "Send" components with the new ones * feat: Do not display gifted storarge deposit in SendConfirmationPopup activity * feat: Prevent crash on SendConfirmation when preparedOutput prop is undefined * fix: Initialize expirationDate picker when comming from deeplinks --------- Co-authored-by: Begoña Álvarez de la Cruz <[email protected]>
- Loading branch information
1 parent
11e1e33
commit 3d9a52e
Showing
8 changed files
with
557 additions
and
306 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
Oops, something went wrong.