-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: new network and wallet modal (#1123)
* feat: new network modal styling * styles: network modal styling * feat: added changing network feature * feat: added wallet and account UI * words: updated i18 * styling: wallet selection UI * feat: update network and accounts * feat: update network and accounts (2) * fix: select EVM accounts * fix: multisig account * fix: styles * fix: updated connection features * fix: fixed EVM issue * fix: clean up * fix: modified animation condition * feat: added ads section * fix: disable selecting advanced option for zkEVM * style: network card bottom * style: network card bottom (2) * feat: update astar-ui * fix: refactor * fix: open modal * fix: open modal (2) * fix: tests * fix: switching tabs * feat: update test files * feat: update test files (2) * fix: updated stylings * fix: do not go to the bridge page if it is disabled * wip * fix: tests
- Loading branch information
1 parent
9939f53
commit 5cc80d4
Showing
56 changed files
with
2,206 additions
and
1,338 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -228,10 +228,6 @@ | |
} | ||
} | ||
|
||
.column--expand { | ||
position: relative; | ||
} | ||
|
||
.icon--expand { | ||
color: $astar-blue; | ||
width: 40px; | ||
|
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.