diff --git a/src/js/views/Device/Container.js b/src/js/views/Wallet/Container.js similarity index 100% rename from src/js/views/Device/Container.js rename to src/js/views/Wallet/Container.js diff --git a/src/js/views/Device/components/LeftNavigation/Container.js b/src/js/views/Wallet/components/LeftNavigation/Container.js similarity index 100% rename from src/js/views/Device/components/LeftNavigation/Container.js rename to src/js/views/Wallet/components/LeftNavigation/Container.js diff --git a/src/js/views/Device/components/LeftNavigation/Divider/index.js b/src/js/views/Wallet/components/LeftNavigation/Divider/index.js similarity index 100% rename from src/js/views/Device/components/LeftNavigation/Divider/index.js rename to src/js/views/Wallet/components/LeftNavigation/Divider/index.js diff --git a/src/js/views/Device/components/LeftNavigation/Row/index.js b/src/js/views/Wallet/components/LeftNavigation/Row/index.js similarity index 100% rename from src/js/views/Device/components/LeftNavigation/Row/index.js rename to src/js/views/Wallet/components/LeftNavigation/Row/index.js diff --git a/src/js/views/Device/components/LeftNavigation/selection/AccountSelection.js b/src/js/views/Wallet/components/LeftNavigation/Selection/AccountSelection.js similarity index 100% rename from src/js/views/Device/components/LeftNavigation/selection/AccountSelection.js rename to src/js/views/Wallet/components/LeftNavigation/Selection/AccountSelection.js diff --git a/src/js/views/Device/components/LeftNavigation/selection/CoinSelection.js b/src/js/views/Wallet/components/LeftNavigation/Selection/CoinSelection.js similarity index 100% rename from src/js/views/Device/components/LeftNavigation/selection/CoinSelection.js rename to src/js/views/Wallet/components/LeftNavigation/Selection/CoinSelection.js diff --git a/src/js/views/Device/components/LeftNavigation/selection/DeviceSelection.js b/src/js/views/Wallet/components/LeftNavigation/Selection/DeviceSelection.js similarity index 100% rename from src/js/views/Device/components/LeftNavigation/selection/DeviceSelection.js rename to src/js/views/Wallet/components/LeftNavigation/Selection/DeviceSelection.js diff --git a/src/js/views/Device/components/LeftNavigation/Selection/index.js b/src/js/views/Wallet/components/LeftNavigation/Selection/index.js similarity index 100% rename from src/js/views/Device/components/LeftNavigation/Selection/index.js rename to src/js/views/Wallet/components/LeftNavigation/Selection/index.js diff --git a/src/js/views/Device/components/LeftNavigation/StickyContainer/index.js b/src/js/views/Wallet/components/LeftNavigation/StickyContainer/index.js similarity index 100% rename from src/js/views/Device/components/LeftNavigation/StickyContainer/index.js rename to src/js/views/Wallet/components/LeftNavigation/StickyContainer/index.js diff --git a/src/js/views/Device/components/LeftNavigation/common.js b/src/js/views/Wallet/components/LeftNavigation/common.js similarity index 100% rename from src/js/views/Device/components/LeftNavigation/common.js rename to src/js/views/Wallet/components/LeftNavigation/common.js diff --git a/src/js/views/Device/components/LeftNavigation/index.js b/src/js/views/Wallet/components/LeftNavigation/index.js similarity index 100% rename from src/js/views/Device/components/LeftNavigation/index.js rename to src/js/views/Wallet/components/LeftNavigation/index.js diff --git a/src/js/views/Device/components/Receive/Container.js b/src/js/views/Wallet/components/Receive/Container.js similarity index 100% rename from src/js/views/Device/components/Receive/Container.js rename to src/js/views/Wallet/components/Receive/Container.js diff --git a/src/js/views/Device/components/Receive/index.js b/src/js/views/Wallet/components/Receive/index.js similarity index 100% rename from src/js/views/Device/components/Receive/index.js rename to src/js/views/Wallet/components/Receive/index.js diff --git a/src/js/views/Device/components/SelectedAccount/index.js b/src/js/views/Wallet/components/SelectedAccount/index.js similarity index 100% rename from src/js/views/Device/components/SelectedAccount/index.js rename to src/js/views/Wallet/components/SelectedAccount/index.js diff --git a/src/js/views/Device/components/Send/Container.js b/src/js/views/Wallet/components/Send/Container.js similarity index 100% rename from src/js/views/Device/components/Send/Container.js rename to src/js/views/Wallet/components/Send/Container.js diff --git a/src/js/views/Device/components/Send/components/AdvancedForm.js b/src/js/views/Wallet/components/Send/components/AdvancedForm.js similarity index 100% rename from src/js/views/Device/components/Send/components/AdvancedForm.js rename to src/js/views/Wallet/components/Send/components/AdvancedForm.js diff --git a/src/js/views/Device/components/Send/components/CoinSelectOption.js b/src/js/views/Wallet/components/Send/components/CoinSelectOption.js similarity index 100% rename from src/js/views/Device/components/Send/components/CoinSelectOption.js rename to src/js/views/Wallet/components/Send/components/CoinSelectOption.js diff --git a/src/js/views/Device/components/Send/components/FeeSelect.js b/src/js/views/Wallet/components/Send/components/FeeSelect.js similarity index 100% rename from src/js/views/Device/components/Send/components/FeeSelect.js rename to src/js/views/Wallet/components/Send/components/FeeSelect.js diff --git a/src/js/views/Device/components/Send/components/PendingTransactions.js b/src/js/views/Wallet/components/Send/components/PendingTransactions.js similarity index 100% rename from src/js/views/Device/components/Send/components/PendingTransactions.js rename to src/js/views/Wallet/components/Send/components/PendingTransactions.js diff --git a/src/js/views/Device/components/Send/index.js b/src/js/views/Wallet/components/Send/index.js similarity index 100% rename from src/js/views/Device/components/Send/index.js rename to src/js/views/Wallet/components/Send/index.js diff --git a/src/js/views/Device/components/Sign/index.js b/src/js/views/Wallet/components/Sign/index.js similarity index 100% rename from src/js/views/Device/components/Sign/index.js rename to src/js/views/Wallet/components/Sign/index.js diff --git a/src/js/views/Device/components/Summary/Container.js b/src/js/views/Wallet/components/Summary/Container.js similarity index 100% rename from src/js/views/Device/components/Summary/Container.js rename to src/js/views/Wallet/components/Summary/Container.js diff --git a/src/js/views/Device/components/Summary/components/Details/index.js b/src/js/views/Wallet/components/Summary/components/Details/index.js similarity index 100% rename from src/js/views/Device/components/Summary/components/Details/index.js rename to src/js/views/Wallet/components/Summary/components/Details/index.js diff --git a/src/js/views/Device/components/Summary/components/Tokens/index.js b/src/js/views/Wallet/components/Summary/components/Tokens/index.js similarity index 100% rename from src/js/views/Device/components/Summary/components/Tokens/index.js rename to src/js/views/Wallet/components/Summary/components/Tokens/index.js diff --git a/src/js/views/Device/components/Summary/index.js b/src/js/views/Wallet/components/Summary/index.js similarity index 100% rename from src/js/views/Device/components/Summary/index.js rename to src/js/views/Wallet/components/Summary/index.js diff --git a/src/js/views/Device/components/Tabs/index.js b/src/js/views/Wallet/components/Tabs/index.js similarity index 100% rename from src/js/views/Device/components/Tabs/index.js rename to src/js/views/Wallet/components/Tabs/index.js diff --git a/src/js/views/Device/index.js b/src/js/views/Wallet/index.js similarity index 100% rename from src/js/views/Device/index.js rename to src/js/views/Wallet/index.js diff --git a/src/js/views/index.js b/src/js/views/index.js index 2dbaf3e7..087754bc 100644 --- a/src/js/views/index.js +++ b/src/js/views/index.js @@ -6,7 +6,7 @@ import { ConnectedRouter } from 'react-router-redux'; import ErrorBoundary from 'support/ErrorBoundary'; -import WalletContainer from 'views/Device'; +import WalletContainer from 'views/Wallet'; import BootloaderContainer from 'components/wallet/pages/Bootloader'; import InitializeContainer from 'components/wallet/pages/Initialize'; import AcquireContainer from 'components/wallet/pages/Acquire'; @@ -18,10 +18,10 @@ import DeviceSettingsContainer from 'components/wallet/pages/DeviceSettings'; import WalletSettingsContainer from 'components/wallet/pages/WalletSettings'; import LandingContainer from 'views/Landing/Container'; -import SignVerifyContainer from './Device/components/Sign'; -import ReceiveContainer from './Device/components/Receive/Container'; -import SendFormContainer from './Device/components/Send/Container'; -import SummaryContainer from './Device/components/Summary/Container'; +import SignVerifyContainer from './Wallet/components/Sign'; +import ReceiveContainer from './Wallet/components/Receive/Container'; +import SendFormContainer from './Wallet/components/Send/Container'; +import SummaryContainer from './Wallet/components/Summary/Container'; import store, { history } from '../store';