petitPapillon
8 years ago
70 changed files with 289 additions and 207 deletions
@ -1,6 +1,6 @@ |
|||||
import React from 'react'; |
import React from 'react'; |
||||
import { atomic } from '../../actions/actionCreators'; |
import { atomic } from '../../../actions/actionCreators'; |
||||
import Store from '../../store'; |
import Store from '../../../store'; |
||||
|
|
||||
import AtomicRender from './atomic.render'; |
import AtomicRender from './atomic.render'; |
||||
|
|
@ -1,9 +1,9 @@ |
|||||
import React from 'react'; |
import React from 'react'; |
||||
import { translate } from '../../translate/translate'; |
import { translate } from '../../../translate/translate'; |
||||
|
|
||||
import AddCoinOptionsCrypto from '../addcoin/addcoinOptionsCrypto'; |
import AddCoinOptionsCrypto from '../../addcoin/addcoinOptionsCrypto'; |
||||
import AddCoinOptionsAC from '../addcoin/addcoinOptionsAC'; |
import AddCoinOptionsAC from '../../addcoin/addcoinOptionsAC'; |
||||
import AddCoinOptionsACFiat from '../addcoin/addcoinOptionsACFiat'; |
import AddCoinOptionsACFiat from '../../addcoin/addcoinOptionsACFiat'; |
||||
|
|
||||
const AtomicRender = function () { |
const AtomicRender = function () { |
||||
return ( |
return ( |
@ -1,7 +1,5 @@ |
|||||
import React from 'react'; |
import React from 'react'; |
||||
import { translate } from '../../translate/translate'; |
import { translate } from '../../../translate/translate'; |
||||
/*import { dashboardChangeSection, toggleAddcoinModal, logout } from '../../actions/actionCreators'; |
|
||||
import Store from '../../store';*/ |
|
||||
|
|
||||
import JumblrRender from './jumblr.render'; |
import JumblrRender from './jumblr.render'; |
||||
|
|
@ -1,7 +1,7 @@ |
|||||
import React from 'react'; |
import React from 'react'; |
||||
import { translate } from '../../translate/translate'; |
import { translate } from '../../../translate/translate'; |
||||
|
|
||||
import WalletsHeader from './walletsHeader'; |
import WalletsHeader from '../walletsHeader/walletsHeader'; |
||||
|
|
||||
const JumblrRender = function() { |
const JumblrRender = function() { |
||||
return ( |
return ( |
@ -1,5 +1,5 @@ |
|||||
import React from 'react'; |
import React from 'react'; |
||||
import { translate } from '../../translate/translate'; |
import { translate } from '../../../translate/translate'; |
||||
|
|
||||
const LoginModalRender = function () { |
const LoginModalRender = function () { |
||||
return ( |
return ( |
@ -1,21 +1,21 @@ |
|||||
import React from 'react'; |
import React from 'react'; |
||||
|
|
||||
import Navbar from './navbar'; |
import Navbar from '../navbar/navbar'; |
||||
import CoinTile from './coinTile'; |
import CoinTile from '../coinTile/coinTile'; |
||||
import EDEX from './edex'; |
import EDEX from '../edex/edex'; |
||||
import WalletsBalance from './walletsBalance'; |
import WalletsBalance from '../walletsBalance/walletsBalance'; |
||||
import WalletsProgress from './walletsProgress'; |
import WalletsProgress from '../walletsProgress/walletsProgress'; |
||||
import WalletsNav from './walletsNav'; |
import WalletsNav from '../walletsNav/walletsNav'; |
||||
import SendCoin from './sendCoin'; |
import SendCoin from '../sendCoin/sendCoin'; |
||||
import WalletsData from './walletsData'; |
import WalletsData from '../walletsData/walletsData'; |
||||
import Atomic from './atomic'; |
import Atomic from '../atomic/atomic'; |
||||
import Jumblr from './jumblr'; |
import Jumblr from '../jumblr/jumblr'; |
||||
import Settings from './settings'; |
import Settings from '../settings/settings'; |
||||
import ReceiveCoin from './receiveCoin'; |
import ReceiveCoin from '../receiveCoin/receiveCoin'; |
||||
import About from './about'; |
import About from '../about/about'; |
||||
import WalletsNative from './walletsNative'; |
import WalletsNative from '../walletsNative/walletsNative'; |
||||
import WalletsNativeTxInfo from './walletsNativeTxInfo'; |
import WalletsNativeTxInfo from '../walletsNativeTxInfo/walletsNativeTxInfo'; |
||||
import WalletsTxInfo from './walletsTxInfo'; |
import WalletsTxInfo from '../walletsTxInfo/walletsTxInfo'; |
||||
|
|
||||
const DashboardRender = function() { |
const DashboardRender = function() { |
||||
return ( |
return ( |
@ -1,7 +1,5 @@ |
|||||
import React from 'react'; |
import React from 'react'; |
||||
|
import { sortByDate } from '../../../util/sort'; |
||||
import { sortByDate } from '../../util/sort'; |
|
||||
|
|
||||
import { |
import { |
||||
NotificationsByTypeRender, |
NotificationsByTypeRender, |
||||
NotificationsModalRender, |
NotificationsModalRender, |
@ -1,8 +1,8 @@ |
|||||
import React from 'react'; |
import React from 'react'; |
||||
import { |
import { |
||||
secondsToString |
secondsToString |
||||
} from '../../util/time'; |
} from '../../../util/time'; |
||||
import { translate } from '../../translate/translate'; |
import { translate } from '../../../translate/translate'; |
||||
|
|
||||
export const NotificationsByTypeRender = function(logItem, type, index) { |
export const NotificationsByTypeRender = function(logItem, type, index) { |
||||
return ( |
return ( |
@ -1,9 +1,9 @@ |
|||||
import React from 'react'; |
import React from 'react'; |
||||
import { translate } from '../../translate/translate'; |
import { translate } from '../../../translate/translate'; |
||||
import { |
import { |
||||
secondsElapsedToString, |
secondsElapsedToString, |
||||
secondsToString |
secondsToString |
||||
} from '../../util/time'; |
} from '../../../util/time'; |
||||
|
|
||||
export const UTXOCacheInfoRender = function(refreshCacheData, isReadyToUpdate, waitUntilCallIsFinished, timestamp) { |
export const UTXOCacheInfoRender = function(refreshCacheData, isReadyToUpdate, waitUntilCallIsFinished, timestamp) { |
||||
return ( |
return ( |
@ -1,13 +1,13 @@ |
|||||
import React from 'react'; |
import React from 'react'; |
||||
import { getCoinTitle } from '../../util/coinHelper'; |
import { getCoinTitle } from '../../../util/coinHelper'; |
||||
import { |
import { |
||||
stopInterval, |
stopInterval, |
||||
addCoin, |
addCoin, |
||||
toggleSyncOnlyModal, |
toggleSyncOnlyModal, |
||||
stopIguanaFork, |
stopIguanaFork, |
||||
restartIguanaInstance |
restartIguanaInstance |
||||
} from '../../actions/actionCreators'; |
} from '../../../actions/actionCreators'; |
||||
import Store from '../../store'; |
import Store from '../../../store'; |
||||
|
|
||||
import { |
import { |
||||
ProgressRender, |
ProgressRender, |
@ -1,5 +1,5 @@ |
|||||
import React from 'react'; |
import React from 'react'; |
||||
import { translate } from '../../translate/translate'; |
import { translate } from '../../../translate/translate'; |
||||
|
|
||||
export const ProgressRender = function (fork) { |
export const ProgressRender = function (fork) { |
||||
return ( |
return ( |
@ -1,5 +1,5 @@ |
|||||
import React from 'react'; |
import React from 'react'; |
||||
import { translate } from '../../translate/translate'; |
import { translate } from '../../../translate/translate'; |
||||
|
|
||||
import WalletsBalanceRender from './walletsBalance.render'; |
import WalletsBalanceRender from './walletsBalance.render'; |
||||
|
|
@ -1,5 +1,5 @@ |
|||||
import React from 'react'; |
import React from 'react'; |
||||
import { translate } from '../../translate/translate'; |
import { translate } from '../../../translate/translate'; |
||||
|
|
||||
const WalletsBalanceRender = function() { |
const WalletsBalanceRender = function() { |
||||
return ( |
return ( |
@ -1,6 +1,6 @@ |
|||||
import React from 'react'; |
import React from 'react'; |
||||
import { basiliskConnection } from '../../actions/actionCreators'; |
import { basiliskConnection } from '../../../actions/actionCreators'; |
||||
import Store from '../../store'; |
import Store from '../../../store'; |
||||
import WalletsBasiliskConnectionRender from './walletsBasiliskConnection.render'; |
import WalletsBasiliskConnectionRender from './walletsBasiliskConnection.render'; |
||||
|
|
||||
class WalletsBasiliskConnection extends React.Component { |
class WalletsBasiliskConnection extends React.Component { |
@ -1,5 +1,5 @@ |
|||||
import React from 'react'; |
import React from 'react'; |
||||
import { translate } from '../../translate/translate'; |
import { translate } from '../../../translate/translate'; |
||||
|
|
||||
const WalletsBasiliskConnectionRender = function() { |
const WalletsBasiliskConnectionRender = function() { |
||||
return ( |
return ( |
@ -1,5 +1,5 @@ |
|||||
import React from 'react'; |
import React from 'react'; |
||||
import { translate } from '../../translate/translate'; |
import { translate } from '../../../translate/translate'; |
||||
|
|
||||
const WalletsBasiliskRefreshRender = function() { |
const WalletsBasiliskRefreshRender = function() { |
||||
return ( |
return ( |
@ -1,7 +1,7 @@ |
|||||
import React from 'react'; |
import React from 'react'; |
||||
import { secondsToString } from '../../util/time'; |
import { secondsToString } from '../../../util/time'; |
||||
import { toggleViewCacheModal } from '../../actions/actionCreators'; |
import { toggleViewCacheModal } from '../../../actions/actionCreators'; |
||||
import Store from '../../store'; |
import Store from '../../../store'; |
||||
import { TreeNode } from 'rc-tree'; |
import { TreeNode } from 'rc-tree'; |
||||
import WalletsCacheDataRender from './walletsCacheData.render'; |
import WalletsCacheDataRender from './walletsCacheData.render'; |
||||
|
|
@ -1,6 +1,6 @@ |
|||||
import React from 'react'; |
import React from 'react'; |
||||
import { translate } from '../../translate/translate'; |
import { translate } from '../../../translate/translate'; |
||||
import { animation } from '../../util/rc-tree-animate'; |
import { animation } from '../../../util/rc-tree-animate'; |
||||
import { TreeNode } from 'rc-tree'; |
import { TreeNode } from 'rc-tree'; |
||||
|
|
||||
const WalletsCacheDataRender = function() { |
const WalletsCacheDataRender = function() { |
@ -1,10 +1,10 @@ |
|||||
import React from 'react'; |
import React from 'react'; |
||||
import WalletsNativeBalance from './walletsNativeBalance'; |
import WalletsNativeBalance from '../walletsNativeBalance/walletsNativeBalance'; |
||||
import WalletsNativeInfo from './walletsNativeInfo'; |
import WalletsNativeInfo from '../walletsNativeInfo/walletsNativeInfo'; |
||||
import WalletsNativeReceive from './walletsNativeReceive'; |
import WalletsNativeReceive from '../walletsNativeReceive/walletsNativeReceive'; |
||||
import WalletsNativeSend from './walletsNativeSend'; |
import WalletsNativeSend from '../walletsNativeSend/walletsNativeSend'; |
||||
import WalletsNativeSyncProgress from './walletsNativeSyncProgress'; |
import WalletsNativeSyncProgress from '../walletsNativeSyncProgress/walletsNativeSyncProgress'; |
||||
import WalletsNativeTxHistory from './walletsNativeTxHistory'; |
import WalletsNativeTxHistory from '../walletsNativeTxHistory/walletsNativeTxHistory'; |
||||
|
|
||||
const WalletsNativeRender = function() { |
const WalletsNativeRender = function() { |
||||
return ( |
return ( |
@ -1,5 +1,5 @@ |
|||||
import React from 'react'; |
import React from 'react'; |
||||
import { translate } from '../../translate/translate'; |
import { translate } from '../../../translate/translate'; |
||||
|
|
||||
const WalletsNativeAlertRender = function() { |
const WalletsNativeAlertRender = function() { |
||||
return ( |
return ( |
@ -1,5 +1,5 @@ |
|||||
import React from 'react'; |
import React from 'react'; |
||||
import { translate } from '../../translate/translate'; |
import { translate } from '../../../translate/translate'; |
||||
|
|
||||
const WalletsNativeBalanceRender = function() { |
const WalletsNativeBalanceRender = function() { |
||||
return ( |
return ( |
@ -1,5 +1,5 @@ |
|||||
import React from 'react'; |
import React from 'react'; |
||||
import { translate } from '../../translate/translate'; |
import { translate } from '../../../translate/translate'; |
||||
|
|
||||
const WalletsNativeInfoRender = function() { |
const WalletsNativeInfoRender = function() { |
||||
return ( |
return ( |
@ -1,5 +1,5 @@ |
|||||
import React from 'react'; |
import React from 'react'; |
||||
import { translate } from '../../translate/translate'; |
import { translate } from '../../../translate/translate'; |
||||
|
|
||||
export const AddressListRender = function(address, type) { |
export const AddressListRender = function(address, type) { |
||||
return ( |
return ( |
@ -1,14 +1,14 @@ |
|||||
import React from 'react'; |
import React from 'react'; |
||||
import Config from '../../config'; |
import Config from '../../../config'; |
||||
import { translate } from '../../translate/translate'; |
import { translate } from '../../../translate/translate'; |
||||
import { secondsToString } from '../../util/time'; |
import { secondsToString } from '../../../util/time'; |
||||
import { |
import { |
||||
resolveOpenAliasAddress, |
resolveOpenAliasAddress, |
||||
triggerToaster, |
triggerToaster, |
||||
sendNativeTx, |
sendNativeTx, |
||||
getKMDOPID |
getKMDOPID |
||||
} from '../../actions/actionCreators'; |
} from '../../../actions/actionCreators'; |
||||
import Store from '../../store'; |
import Store from '../../../store'; |
||||
import { |
import { |
||||
AddressListRender, |
AddressListRender, |
||||
OASendUIRender, |
OASendUIRender, |
@ -1,5 +1,5 @@ |
|||||
import React from 'react'; |
import React from 'react'; |
||||
import { translate } from '../../translate/translate'; |
import { translate } from '../../../translate/translate'; |
||||
|
|
||||
export const AddressListRender = function() { |
export const AddressListRender = function() { |
||||
return ( |
return ( |
@ -1,5 +1,5 @@ |
|||||
import React from 'react'; |
import React from 'react'; |
||||
import { translate } from '../../translate/translate'; |
import { translate } from '../../../translate/translate'; |
||||
|
|
||||
export const ChainActivationNotificationRender = function() { |
export const ChainActivationNotificationRender = function() { |
||||
return ( |
return ( |
@ -1,8 +1,8 @@ |
|||||
import React from 'react'; |
import React from 'react'; |
||||
import { translate } from '../../translate/translate'; |
import { translate } from '../../../translate/translate'; |
||||
import { sortByDate } from '../../util/sort'; |
import { sortByDate } from '../../../util/sort'; |
||||
import { toggleDashboardTxInfoModal } from '../../actions/actionCreators'; |
import { toggleDashboardTxInfoModal } from '../../../actions/actionCreators'; |
||||
import Store from '../../store'; |
import Store from '../../../store'; |
||||
import { |
import { |
||||
PaginationItemsPerPageSelectorRender, |
PaginationItemsPerPageSelectorRender, |
||||
PaginationRender, |
PaginationRender, |
@ -1,6 +1,6 @@ |
|||||
import React from 'react'; |
import React from 'react'; |
||||
import { translate } from '../../translate/translate'; |
import { translate } from '../../../translate/translate'; |
||||
import { secondsToString } from '../../util/time'; |
import { secondsToString } from '../../../util/time'; |
||||
|
|
||||
export const PaginationItemsPerPageSelectorRender = function() { |
export const PaginationItemsPerPageSelectorRender = function() { |
||||
return ( |
return ( |
@ -1,6 +1,6 @@ |
|||||
import React from 'react'; |
import React from 'react'; |
||||
import { toggleDashboardTxInfoModal } from '../../actions/actionCreators'; |
import { toggleDashboardTxInfoModal } from '../../../actions/actionCreators'; |
||||
import Store from '../../store'; |
import Store from '../../../store'; |
||||
|
|
||||
class WalletsNativeTxInfo extends React.Component { |
class WalletsNativeTxInfo extends React.Component { |
||||
constructor(props) { |
constructor(props) { |
@ -1,6 +1,6 @@ |
|||||
import React from 'react'; |
import React from 'react'; |
||||
import { translate } from '../../translate/translate'; |
import { translate } from '../../../translate/translate'; |
||||
import { secondsToString } from '../../util/time'; |
import { secondsToString } from '../../../util/time'; |
||||
|
|
||||
const WalletsNativeTxInfoRender = function(txInfo) { |
const WalletsNativeTxInfoRender = function(txInfo) { |
||||
return ( |
return ( |
@ -1,7 +1,7 @@ |
|||||
import React from 'react'; |
import React from 'react'; |
||||
import { translate } from '../../translate/translate'; |
import { translate } from '../../../translate/translate'; |
||||
import { displayNotariesModal } from '../../actions/actionCreators'; |
import { displayNotariesModal } from '../../../actions/actionCreators'; |
||||
import Store from '../../store'; |
import Store from '../../../store'; |
||||
import { TreeNode } from 'rc-tree'; |
import { TreeNode } from 'rc-tree'; |
||||
import { |
import { |
||||
NotariesListRender, |
NotariesListRender, |
@ -1,7 +1,7 @@ |
|||||
import React from 'react'; |
import React from 'react'; |
||||
import { translate } from '../../translate/translate'; |
import { translate } from '../../../translate/translate'; |
||||
import Tree, { TreeNode } from 'rc-tree'; |
import Tree, { TreeNode } from 'rc-tree'; |
||||
import { animation } from '../../util/rc-tree-animate'; |
import { animation } from '../../../util/rc-tree-animate'; |
||||
|
|
||||
export const NotariesListRender = function (node, index) { |
export const NotariesListRender = function (node, index) { |
||||
<TreeNode title={ `Node ${index}` } key={ `node-${index}` }> |
<TreeNode title={ `Node ${index}` } key={ `node-${index}` }> |
@ -1,5 +1,5 @@ |
|||||
import React from 'react'; |
import React from 'react'; |
||||
import { translate } from '../../translate/translate'; |
import { translate } from '../../../translate/translate'; |
||||
import WalletsProgressRender from './walletsProgress.render'; |
import WalletsProgressRender from './walletsProgress.render'; |
||||
|
|
||||
class WalletsProgress extends React.Component { |
class WalletsProgress extends React.Component { |
@ -1,5 +1,5 @@ |
|||||
import React from 'react'; |
import React from 'react'; |
||||
import { translate } from '../../translate/translate'; |
import { translate } from '../../../translate/translate'; |
||||
|
|
||||
const WalletsProgressRender = function () { |
const WalletsProgressRender = function () { |
||||
return ( |
return ( |
@ -1,6 +1,6 @@ |
|||||
import React from 'react'; |
import React from 'react'; |
||||
import { toggleDashboardTxInfoModal } from '../../actions/actionCreators'; |
import { toggleDashboardTxInfoModal } from '../../../actions/actionCreators'; |
||||
import Store from '../../store'; |
import Store from '../../../store'; |
||||
import WalletsTxInfoRender from './walletsTxInfo.render'; |
import WalletsTxInfoRender from './walletsTxInfo.render'; |
||||
|
|
||||
class WalletsTxInfo extends React.Component { |
class WalletsTxInfo extends React.Component { |
@ -1,6 +1,6 @@ |
|||||
import React from 'react'; |
import React from 'react'; |
||||
import { translate } from '../../translate/translate'; |
import { translate } from '../../../translate/translate'; |
||||
import { secondsToString } from '../../util/time'; |
import { secondsToString } from '../../../util/time'; |
||||
|
|
||||
const WalletsTxInfoRender = function(txInfo) { |
const WalletsTxInfoRender = function(txInfo) { |
||||
return ( |
return ( |
Loading…
Reference in new issue