pbca26
8 years ago
32 changed files with 145 additions and 149 deletions
@ -1,9 +1,8 @@ |
|||||
import * as storeType from './storeType'; |
import { translate } from '../../translate/translate'; |
||||
import { translate } from '../translate/translate'; |
|
||||
import { |
import { |
||||
triggerToaster, |
triggerToaster, |
||||
Config |
Config |
||||
} from './actionCreators'; |
} from '../actionCreators'; |
||||
import { |
import { |
||||
logGuiHttp, |
logGuiHttp, |
||||
guiLogState |
guiLogState |
@ -1,9 +1,8 @@ |
|||||
import * as storeType from './storeType'; |
|
||||
import { |
import { |
||||
triggerToaster, |
triggerToaster, |
||||
Config, |
Config, |
||||
getNativeTxHistoryState |
getNativeTxHistoryState |
||||
} from './actionCreators'; |
} from '../actionCreators'; |
||||
import { |
import { |
||||
logGuiHttp, |
logGuiHttp, |
||||
guiLogState |
guiLogState |
@ -1,8 +1,7 @@ |
|||||
import * as storeType from './storeType'; |
|
||||
import { |
import { |
||||
triggerToaster, |
triggerToaster, |
||||
Config |
Config |
||||
} from './actionCreators'; |
} from '../actionCreators'; |
||||
import { |
import { |
||||
logGuiHttp, |
logGuiHttp, |
||||
guiLogState |
guiLogState |
@ -1,10 +1,6 @@ |
|||||
import { copyToClipboard } from '../util/copyToClipboard'; |
import { copyToClipboard } from '../../util/copyToClipboard'; |
||||
import { translate } from '../translate/translate'; |
import { translate } from '../../translate/translate'; |
||||
import * as storeType from './storeType'; |
import { triggerToaster } from '../actionCreators'; |
||||
import { |
|
||||
triggerToaster, |
|
||||
Config |
|
||||
} from './actionCreators'; |
|
||||
|
|
||||
export function copyCoinAddress(address) { |
export function copyCoinAddress(address) { |
||||
const _result = copyToClipboard(address); |
const _result = copyToClipboard(address); |
@ -1,9 +1,8 @@ |
|||||
import * as storeType from './storeType'; |
import { translate } from '../../translate/translate'; |
||||
import { translate } from '../translate/translate'; |
|
||||
import { |
import { |
||||
triggerToaster, |
triggerToaster, |
||||
Config |
Config |
||||
} from './actionCreators'; |
} from '../actionCreators'; |
||||
import { |
import { |
||||
logGuiHttp, |
logGuiHttp, |
||||
guiLogState |
guiLogState |
@ -1,9 +1,8 @@ |
|||||
import * as storeType from './storeType'; |
|
||||
import { |
import { |
||||
triggerToaster, |
triggerToaster, |
||||
Config, |
Config, |
||||
dashboardCoinsState |
dashboardCoinsState |
||||
} from './actionCreators'; |
} from '../actionCreators'; |
||||
import { |
import { |
||||
logGuiHttp, |
logGuiHttp, |
||||
guiLogState |
guiLogState |
@ -1,8 +1,7 @@ |
|||||
import * as storeType from './storeType'; |
|
||||
import { |
import { |
||||
triggerToaster, |
triggerToaster, |
||||
Config |
Config |
||||
} from './actionCreators'; |
} from '../actionCreators'; |
||||
import { |
import { |
||||
logGuiHttp, |
logGuiHttp, |
||||
guiLogState |
guiLogState |
@ -1,9 +1,8 @@ |
|||||
import * as storeType from './storeType'; |
|
||||
import { |
import { |
||||
triggerToaster, |
triggerToaster, |
||||
Config, |
Config, |
||||
getNativeTxHistoryState |
getNativeTxHistoryState |
||||
} from './actionCreators'; |
} from '../actionCreators'; |
||||
import { |
import { |
||||
logGuiHttp, |
logGuiHttp, |
||||
guiLogState |
guiLogState |
@ -1,13 +1,12 @@ |
|||||
import * as storeType from './storeType'; |
|
||||
import { |
import { |
||||
triggerToaster, |
triggerToaster, |
||||
Config |
Config |
||||
} from './actionCreators'; |
} from '../actionCreators'; |
||||
import { |
import { |
||||
logGuiHttp, |
logGuiHttp, |
||||
guiLogState |
guiLogState |
||||
} from './log'; |
} from './log'; |
||||
import { checkAC } from '../components/addcoin/payload'; |
import { checkAC } from '../../components/addcoin/payload'; |
||||
|
|
||||
export function getPassthruAgent(coin) { |
export function getPassthruAgent(coin) { |
||||
let passthruAgent; |
let passthruAgent; |
@ -1,8 +1,7 @@ |
|||||
import * as storeType from './storeType'; |
|
||||
import { |
import { |
||||
triggerToaster, |
triggerToaster, |
||||
Config |
Config |
||||
} from './actionCreators'; |
} from '../actionCreators'; |
||||
import { |
import { |
||||
logGuiHttp, |
logGuiHttp, |
||||
guiLogState |
guiLogState |
@ -1,10 +1,9 @@ |
|||||
import * as storeType from './storeType'; |
import { translate } from '../../translate/translate'; |
||||
import { translate } from '../translate/translate'; |
|
||||
import { |
import { |
||||
triggerToaster, |
triggerToaster, |
||||
Config, |
Config, |
||||
getPassthruAgent |
getPassthruAgent |
||||
} from './actionCreators'; |
} from '../actionCreators'; |
||||
import { |
import { |
||||
logGuiHttp, |
logGuiHttp, |
||||
guiLogState |
guiLogState |
@ -1,10 +1,9 @@ |
|||||
import * as storeType from './storeType'; |
|
||||
import { |
import { |
||||
triggerToaster, |
triggerToaster, |
||||
Config, |
Config, |
||||
getPassthruAgent, |
getPassthruAgent, |
||||
getNativeTxHistoryState |
getNativeTxHistoryState |
||||
} from './actionCreators'; |
} from '../actionCreators'; |
||||
import { |
import { |
||||
logGuiHttp, |
logGuiHttp, |
||||
guiLogState |
guiLogState |
@ -1,8 +1,4 @@ |
|||||
import * as storeType from './storeType'; |
import { triggerToaster } from '../actionCreators'; |
||||
import { |
|
||||
triggerToaster, |
|
||||
Config |
|
||||
} from './actionCreators'; |
|
||||
import { |
import { |
||||
logGuiHttp, |
logGuiHttp, |
||||
guiLogState |
guiLogState |
@ -1,8 +1,7 @@ |
|||||
import * as storeType from './storeType'; |
|
||||
import { |
import { |
||||
triggerToaster, |
triggerToaster, |
||||
Config |
Config |
||||
} from './actionCreators'; |
} from '../actionCreators'; |
||||
import { |
import { |
||||
logGuiHttp, |
logGuiHttp, |
||||
guiLogState |
guiLogState |
Loading…
Reference in new issue