forked from ava-labs/avalanche-wallet
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #342 from chain4travel/suite
* feat: creating deposit Offers (#332) * Create Deposits fixes (#334) * refactor create offer single sig * add multi-sig logic to create an offer form * change duration from seconds to days * fix check of displaying create offer form (#335) * Bug fixes (#333) * fix(send): show p-chain available amount instead of x-chain * fix(style): center the NFT card content in the history panel * fix(History): showing p-chain address in the history panel * fix(style): add border-radius to confirmation background * fix(multi-sig-wallet): update console handling in the msig section * chore(locale): update warning message for list loading * feat(balance): deduct the gas fee from the native token balance calculation * fix(validator): Correct uptime calculation to prevent 10000% display * Refactor font styling to use mixins scss file (#173) * Refactor font styling to use mixins scss file * fix(typography): size adjustment * Merge branch 'suite' into fonts-refactor --------- Co-authored-by: Ayagoumi <[email protected]> * improvement for creating offer form (#336) * improvement in creating an offer form * fix catching signavault errors * improvement for msg part of creating an offer * Fix add validator (#337) * fix(add validator): date picker, formatting, and style * Fix: multi-sig alias address validation * fix(add-validator): fix start and end time starting time & style adjustments * fix(history): network explorer URL check * several fixes for deposit offer (#339) * fix vesting period label (#341) * Fix(add validator): duration calculation & update for when the wallet changes (#340) * Fix(add validator): duration calculation & update for when the wallet changes * Fix(add-validator): lifecycle method and add password input type * Refactor ClaimRewards component --------- Co-authored-by: Achraf Eddaqqaq <[email protected]>
- Loading branch information
Showing
179 changed files
with
5,472 additions
and
1,788 deletions.
There are no files selected for viewing
Submodule caminojs
updated
11 files
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -224,7 +224,7 @@ button { | |
} | ||
.buts_right { | ||
button { | ||
font-size: 11px; | ||
@include mixins.typography-caption; | ||
} | ||
} | ||
} | ||
|
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
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
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
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
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
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
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
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
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.