File tree Expand file tree Collapse file tree 8 files changed +6
-181
lines changed
Expand file tree Collapse file tree 8 files changed +6
-181
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,6 @@ import Accounts from 'pages/Accounts';
1717import Transactions from 'pages/Transactions' ;
1818import Tokens from 'pages/Tokens' ;
1919import Send from 'pages/Send' ;
20-
21- import Redeem from 'pages/Redeem' ;
2220import Settings from 'pages/Settings' ;
2321
2422import './App.css' ;
@@ -51,8 +49,7 @@ class App extends Component {
5149 < Route exact path = "/main/import/tronscan" component = { ImportTronScan } />
5250 < Route exact path = "/main/import/mnemonic" component = { ImportMnemonicPhrase } />
5351 < Route exact path = "/main/import/privatekey" component = { ImportPrivateKey } />
54-
55- < Route path = "/main/redeem" component = { Redeem } />
52+
5653 < Route path = "/main/settings" component = { Settings } />
5754 </ Switch >
5855 </ div >
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 207207 flex-direction : column;
208208 width : 360px ;
209209 background : transparent;
210+ max-height : 180px ;
210211}
211212
212213.send-dropdown--menu .Dropdown-option {
220221 overflow : hidden;
221222 border-top : 1px solid # eee ;
222223 position : relative;
224+ min-height : 40px ;
223225}
224226
225227.send-dropdown--menu .Dropdown-option .is-selected {
Original file line number Diff line number Diff line change @@ -46,8 +46,6 @@ class Transactions extends Component {
4646 < Header
4747 navbarTitle = { 'Transaction History' }
4848 navbarLabel = { this . props . account . name || this . props . account . publicKey }
49- leftIconImg = { < MoneyIcon /> }
50- leftIconRoute = "/main/redeem"
5149 rightIconImg = { < SettingsIcon /> }
5250 rightIconRoute = "/main/settings"
5351 />
Original file line number Diff line number Diff line change 5555 "account.transactions.unfrozen" : " Unfroze TRX" ,
5656 "account.transactions.voted" : " Voted" ,
5757
58- "give.sent.header" : " Funds sent" ,
59- "give.sent.body" : " You have been sent 20,000 TestNet TRX" ,
60- "give.failed.header:" : " Failed to send funds" ,
61- "give.fund.header" : " TestNet Funding" ,
62- "give.fund.body" : " Sends 20,000 TestNet TRX to your account" ,
63- "give.fund.address" : " Address: {address}" ,
64- "give.fund.button" : " Fund Account" ,
65- "give.fund.title" : " GRANT FUNDS" ,
66-
6758 "import.header" : " Import Private Key" ,
6859 "import.body" : " Please enter the private key of your wallet below. We will then generate the address and fetch the past transactions" ,
6960 "import.button" : " Import" ,
Original file line number Diff line number Diff line change 11{
22 "manifest_version" : 2 ,
33 "name" : " TronLink" ,
4- "version" : " 1.1.1 " ,
5- "version_name" : " 1.1.1 " ,
4+ "version" : " 1.1.2 " ,
5+ "version_name" : " 1.1.2 " ,
66 "description" : " An interactive chrome extension for signing, receiving and broadcasting TRON transactions" ,
77 "author" : " https://github.com/TronWatch" ,
88 "icons" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " tronlink" ,
3- "version" : " 1.1.1 " ,
3+ "version" : " 1.1.2 " ,
44 "private" : false ,
55 "dependencies" : {
66 "aes-js" : " ^3.1.1" ,
You can’t perform that action at this time.
0 commit comments