mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-17 15:09:59 +00:00
Wallet management/Settings improvements (#130)
* New Branch Splits settings out into their own areas for performance reasons * Formatting * Adds cutout logo for navbar * Better settings loading screen Better cache handling * Adds snackbar support Adds error websocketmessage support * pushing from one pc to another * Rejoins settings after failure to be able to seperate them without big rewrites * Wallet manipulation in settings * Reformats wallet page Updates menu to be 'wallets' * Lists enabled exchanges in settings before you click for modal * Fixes currency list issue * Fixes object reference bug in exchange-grid.component.html * password text
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
</mat-list-item>
|
||||
<mat-list-item routerLink="wallet" routerLinkActive="wallet-highlight">
|
||||
<mat-icon>account_balance_wallet</mat-icon>
|
||||
<h3>Wallet</h3>
|
||||
<h3>Wallets</h3>
|
||||
</mat-list-item>
|
||||
<mat-list-item routerLink="trading" routerLinkActive="trading-highlight">
|
||||
<mat-icon>swap_horiz</mat-icon>
|
||||
@@ -58,11 +58,11 @@
|
||||
</mat-list-item>
|
||||
<mat-divider></mat-divider>
|
||||
<mat-list-item *ngIf="isConnected" matTooltip="Online!">
|
||||
<mat-icon>network_wifi</mat-icon>
|
||||
</mat-list-item>
|
||||
<mat-list-item *ngIf="!isConnected" matTooltip="Offline">
|
||||
<mat-icon>signal_wifi_off</mat-icon>
|
||||
</mat-list-item>
|
||||
<mat-icon>network_wifi</mat-icon>
|
||||
</mat-list-item>
|
||||
<mat-list-item *ngIf="!isConnected" matTooltip="Offline">
|
||||
<mat-icon>signal_wifi_off</mat-icon>
|
||||
</mat-list-item>
|
||||
</mat-nav-list>
|
||||
|
||||
</mat-sidenav>
|
||||
|
||||
Reference in New Issue
Block a user