forked from bitpay/bitcore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changes on side-menu. Remove old info box. fixes for txs on searchbar
- Loading branch information
Showing
12 changed files
with
347 additions
and
122 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
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 |
---|---|---|
@@ -1,13 +1,39 @@ | ||
<ion-menu [content]="content"> | ||
<ion-header> | ||
|
||
<ion-navbar color="brand" class="menu-title"> | ||
<button ion-button menuToggle> | ||
<ion-icon name="menu"></ion-icon> | ||
</button> | ||
<ion-title class="logo-header">insight</ion-title> | ||
<ion-buttons end> | ||
<button ion-button (click)="changeCurrency($event)"> | ||
</button> | ||
</ion-buttons> | ||
</ion-navbar> | ||
</ion-header> | ||
<ion-content> | ||
<ion-list> | ||
<button ion-item *ngFor="let p of pages" (click)="openPage(p)"> | ||
{{p.title}} | ||
<ion-icon name="{{p.icon}}"></ion-icon> | ||
{{p.title}} | ||
</button> | ||
</ion-list> | ||
</ion-content> | ||
<ion-footer> | ||
<div class="footer-title"> | ||
View more on: | ||
</div> | ||
<div class="about"> | ||
<a href="https://github.com/bitpay/bitcore/tree/master/packages/insight-previous" target="_blank"> | ||
<ion-icon name="custom-github"></ion-icon> | ||
</a> | ||
<a href="https://bitpay.com/" target="_blank"> | ||
<ion-icon name="custom-bitpay"></ion-icon> | ||
</a> | ||
</div> | ||
</ion-footer> | ||
|
||
</ion-menu> | ||
|
||
<ion-nav [root]="rootPage" #content swipeBackEnabled="false"></ion-nav> | ||
<ion-nav [root]="rootPage" #content swipeBackEnabled="false"></ion-nav> |
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
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.