From f9a6bed330af4052177e938307146bc5c3175534 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Thu, 16 Aug 2018 16:02:23 +0200 Subject: [PATCH] device to wallet --- src/js/views/{Device => Wallet}/Container.js | 0 .../components/LeftNavigation/Container.js | 0 .../components/LeftNavigation/Divider/index.js | 0 .../components/LeftNavigation/Row/index.js | 0 .../LeftNavigation/Selection}/AccountSelection.js | 0 .../LeftNavigation/Selection}/CoinSelection.js | 0 .../LeftNavigation/Selection}/DeviceSelection.js | 0 .../components/LeftNavigation/Selection/index.js | 0 .../components/LeftNavigation/StickyContainer/index.js | 0 .../components/LeftNavigation/common.js | 0 .../components/LeftNavigation/index.js | 0 .../{Device => Wallet}/components/Receive/Container.js | 0 .../{Device => Wallet}/components/Receive/index.js | 0 .../components/SelectedAccount/index.js | 0 .../{Device => Wallet}/components/Send/Container.js | 0 .../components/Send/components/AdvancedForm.js | 0 .../components/Send/components/CoinSelectOption.js | 0 .../components/Send/components/FeeSelect.js | 0 .../components/Send/components/PendingTransactions.js | 0 .../views/{Device => Wallet}/components/Send/index.js | 0 .../views/{Device => Wallet}/components/Sign/index.js | 0 .../{Device => Wallet}/components/Summary/Container.js | 0 .../components/Summary/components/Details/index.js | 0 .../components/Summary/components/Tokens/index.js | 0 .../{Device => Wallet}/components/Summary/index.js | 0 .../views/{Device => Wallet}/components/Tabs/index.js | 0 src/js/views/{Device => Wallet}/index.js | 0 src/js/views/index.js | 10 +++++----- 28 files changed, 5 insertions(+), 5 deletions(-) rename src/js/views/{Device => Wallet}/Container.js (100%) rename src/js/views/{Device => Wallet}/components/LeftNavigation/Container.js (100%) rename src/js/views/{Device => Wallet}/components/LeftNavigation/Divider/index.js (100%) rename src/js/views/{Device => Wallet}/components/LeftNavigation/Row/index.js (100%) rename src/js/views/{Device/components/LeftNavigation/selection => Wallet/components/LeftNavigation/Selection}/AccountSelection.js (100%) rename src/js/views/{Device/components/LeftNavigation/selection => Wallet/components/LeftNavigation/Selection}/CoinSelection.js (100%) rename src/js/views/{Device/components/LeftNavigation/selection => Wallet/components/LeftNavigation/Selection}/DeviceSelection.js (100%) rename src/js/views/{Device => Wallet}/components/LeftNavigation/Selection/index.js (100%) rename src/js/views/{Device => Wallet}/components/LeftNavigation/StickyContainer/index.js (100%) rename src/js/views/{Device => Wallet}/components/LeftNavigation/common.js (100%) rename src/js/views/{Device => Wallet}/components/LeftNavigation/index.js (100%) rename src/js/views/{Device => Wallet}/components/Receive/Container.js (100%) rename src/js/views/{Device => Wallet}/components/Receive/index.js (100%) rename src/js/views/{Device => Wallet}/components/SelectedAccount/index.js (100%) rename src/js/views/{Device => Wallet}/components/Send/Container.js (100%) rename src/js/views/{Device => Wallet}/components/Send/components/AdvancedForm.js (100%) rename src/js/views/{Device => Wallet}/components/Send/components/CoinSelectOption.js (100%) rename src/js/views/{Device => Wallet}/components/Send/components/FeeSelect.js (100%) rename src/js/views/{Device => Wallet}/components/Send/components/PendingTransactions.js (100%) rename src/js/views/{Device => Wallet}/components/Send/index.js (100%) rename src/js/views/{Device => Wallet}/components/Sign/index.js (100%) rename src/js/views/{Device => Wallet}/components/Summary/Container.js (100%) rename src/js/views/{Device => Wallet}/components/Summary/components/Details/index.js (100%) rename src/js/views/{Device => Wallet}/components/Summary/components/Tokens/index.js (100%) rename src/js/views/{Device => Wallet}/components/Summary/index.js (100%) rename src/js/views/{Device => Wallet}/components/Tabs/index.js (100%) rename src/js/views/{Device => Wallet}/index.js (100%) 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';