aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2017-07-21 03:38:38 +0800
committerDan Finlay <dan@danfinlay.com>2017-07-21 03:38:38 +0800
commit86d367957fe8ac04462f716fe0ba2bfa4e5ff3f6 (patch)
treeb4a6805e5e2a4de48c880d80f4b87d1f3b560a18
parent199587383b022a17d56adcb56d6a99ceba71fec7 (diff)
downloaddexon-wallet-86d367957fe8ac04462f716fe0ba2bfa4e5ff3f6.tar.gz
dexon-wallet-86d367957fe8ac04462f716fe0ba2bfa4e5ff3f6.tar.zst
dexon-wallet-86d367957fe8ac04462f716fe0ba2bfa4e5ff3f6.zip
Move responsive ui into its own folder for easier merges
-rw-r--r--app/scripts/popup-core.js2
-rw-r--r--app/scripts/popup.js2
-rw-r--r--app/scripts/responsive-core.js2
-rw-r--r--app/scripts/responsive.js2
-rw-r--r--responsive-ui/.gitignore (renamed from ui/classic/.gitignore)0
-rw-r--r--responsive-ui/app/account-detail.js (renamed from ui/responsive/app/account-detail.js)0
-rw-r--r--responsive-ui/app/accounts/import/index.js (renamed from ui/classic/app/accounts/import/index.js)0
-rw-r--r--responsive-ui/app/accounts/import/json.js (renamed from ui/classic/app/accounts/import/json.js)0
-rw-r--r--responsive-ui/app/accounts/import/private-key.js (renamed from ui/classic/app/accounts/import/private-key.js)0
-rw-r--r--responsive-ui/app/accounts/import/seed.js (renamed from ui/classic/app/accounts/import/seed.js)0
-rw-r--r--responsive-ui/app/actions.js (renamed from ui/classic/app/actions.js)0
-rw-r--r--responsive-ui/app/add-token.js (renamed from ui/classic/app/add-token.js)0
-rw-r--r--responsive-ui/app/app.js (renamed from ui/responsive/app/app.js)0
-rw-r--r--responsive-ui/app/components/account-dropdowns.js (renamed from ui/responsive/app/components/account-dropdowns.js)0
-rw-r--r--responsive-ui/app/components/account-export.js (renamed from ui/classic/app/components/account-export.js)0
-rw-r--r--responsive-ui/app/components/account-panel.js (renamed from ui/classic/app/components/account-panel.js)0
-rw-r--r--responsive-ui/app/components/balance.js (renamed from ui/classic/app/components/balance.js)0
-rw-r--r--responsive-ui/app/components/binary-renderer.js (renamed from ui/classic/app/components/binary-renderer.js)0
-rw-r--r--responsive-ui/app/components/bn-as-decimal-input.js (renamed from ui/classic/app/components/bn-as-decimal-input.js)0
-rw-r--r--responsive-ui/app/components/buy-button-subview.js (renamed from ui/classic/app/components/buy-button-subview.js)0
-rw-r--r--responsive-ui/app/components/coinbase-form.js (renamed from ui/classic/app/components/coinbase-form.js)0
-rw-r--r--responsive-ui/app/components/copyButton.js (renamed from ui/classic/app/components/copyButton.js)0
-rw-r--r--responsive-ui/app/components/copyable.js (renamed from ui/classic/app/components/copyable.js)0
-rw-r--r--responsive-ui/app/components/custom-radio-list.js (renamed from ui/classic/app/components/custom-radio-list.js)0
-rw-r--r--responsive-ui/app/components/dropdown.js (renamed from ui/responsive/app/components/dropdown.js)0
-rw-r--r--responsive-ui/app/components/editable-label.js (renamed from ui/responsive/app/components/editable-label.js)0
-rw-r--r--responsive-ui/app/components/ens-input.js (renamed from ui/classic/app/components/ens-input.js)0
-rw-r--r--responsive-ui/app/components/eth-balance.js (renamed from ui/classic/app/components/eth-balance.js)0
-rw-r--r--responsive-ui/app/components/fiat-value.js (renamed from ui/classic/app/components/fiat-value.js)0
-rw-r--r--responsive-ui/app/components/hex-as-decimal-input.js (renamed from ui/classic/app/components/hex-as-decimal-input.js)0
-rw-r--r--responsive-ui/app/components/identicon.js (renamed from ui/classic/app/components/identicon.js)0
-rw-r--r--responsive-ui/app/components/loading.js (renamed from ui/classic/app/components/loading.js)0
-rw-r--r--responsive-ui/app/components/mascot.js (renamed from ui/classic/app/components/mascot.js)0
-rw-r--r--responsive-ui/app/components/mini-account-panel.js (renamed from ui/classic/app/components/mini-account-panel.js)0
-rw-r--r--responsive-ui/app/components/network.js (renamed from ui/classic/app/components/network.js)0
-rw-r--r--responsive-ui/app/components/notice.js (renamed from ui/classic/app/components/notice.js)0
-rw-r--r--responsive-ui/app/components/pending-msg-details.js (renamed from ui/classic/app/components/pending-msg-details.js)0
-rw-r--r--responsive-ui/app/components/pending-msg.js (renamed from ui/classic/app/components/pending-msg.js)0
-rw-r--r--responsive-ui/app/components/pending-personal-msg-details.js (renamed from ui/classic/app/components/pending-personal-msg-details.js)0
-rw-r--r--responsive-ui/app/components/pending-personal-msg.js (renamed from ui/classic/app/components/pending-personal-msg.js)0
-rw-r--r--responsive-ui/app/components/pending-tx.js (renamed from ui/classic/app/components/pending-tx.js)0
-rw-r--r--responsive-ui/app/components/qr-code.js (renamed from ui/classic/app/components/qr-code.js)0
-rw-r--r--responsive-ui/app/components/range-slider.js (renamed from ui/classic/app/components/range-slider.js)0
-rw-r--r--responsive-ui/app/components/shapeshift-form.js (renamed from ui/classic/app/components/shapeshift-form.js)0
-rw-r--r--responsive-ui/app/components/shift-list-item.js (renamed from ui/classic/app/components/shift-list-item.js)0
-rw-r--r--responsive-ui/app/components/tab-bar.js (renamed from ui/classic/app/components/tab-bar.js)0
-rw-r--r--responsive-ui/app/components/template.js (renamed from ui/classic/app/components/template.js)0
-rw-r--r--responsive-ui/app/components/token-cell.js (renamed from ui/classic/app/components/token-cell.js)0
-rw-r--r--responsive-ui/app/components/token-list.js (renamed from ui/classic/app/components/token-list.js)0
-rw-r--r--responsive-ui/app/components/tooltip.js (renamed from ui/classic/app/components/tooltip.js)0
-rw-r--r--responsive-ui/app/components/transaction-list-item-icon.js (renamed from ui/classic/app/components/transaction-list-item-icon.js)0
-rw-r--r--responsive-ui/app/components/transaction-list-item.js (renamed from ui/classic/app/components/transaction-list-item.js)0
-rw-r--r--responsive-ui/app/components/transaction-list.js (renamed from ui/classic/app/components/transaction-list.js)0
-rw-r--r--responsive-ui/app/conf-tx.js (renamed from ui/classic/app/conf-tx.js)0
-rw-r--r--responsive-ui/app/config.js (renamed from ui/classic/app/config.js)0
-rw-r--r--responsive-ui/app/conversion.json (renamed from ui/classic/app/conversion.json)0
-rw-r--r--responsive-ui/app/css/debug.css (renamed from ui/classic/app/css/debug.css)0
-rw-r--r--responsive-ui/app/css/fonts.css (renamed from ui/classic/app/css/fonts.css)0
-rw-r--r--responsive-ui/app/css/index.css (renamed from ui/responsive/app/css/index.css)0
-rw-r--r--responsive-ui/app/css/lib.css (renamed from ui/classic/app/css/lib.css)0
-rw-r--r--responsive-ui/app/css/reset.css (renamed from ui/classic/app/css/reset.css)0
-rw-r--r--responsive-ui/app/css/transitions.css (renamed from ui/classic/app/css/transitions.css)0
-rw-r--r--responsive-ui/app/first-time/init-menu.js (renamed from ui/classic/app/first-time/init-menu.js)0
-rw-r--r--responsive-ui/app/img/identicon-tardigrade.png (renamed from ui/classic/app/img/identicon-tardigrade.png)bin141119 -> 141119 bytes
-rw-r--r--responsive-ui/app/img/identicon-walrus.png (renamed from ui/classic/app/img/identicon-walrus.png)bin388973 -> 388973 bytes
-rw-r--r--responsive-ui/app/info.js (renamed from ui/classic/app/info.js)0
-rw-r--r--responsive-ui/app/keychains/hd/create-vault-complete.js (renamed from ui/responsive/app/keychains/hd/create-vault-complete.js)0
-rw-r--r--responsive-ui/app/keychains/hd/recover-seed/confirmation.js (renamed from ui/classic/app/keychains/hd/recover-seed/confirmation.js)0
-rw-r--r--responsive-ui/app/keychains/hd/restore-vault.js (renamed from ui/classic/app/keychains/hd/restore-vault.js)0
-rw-r--r--responsive-ui/app/new-keychain.js (renamed from ui/classic/app/new-keychain.js)0
-rw-r--r--responsive-ui/app/reducers.js (renamed from ui/classic/app/reducers.js)0
-rw-r--r--responsive-ui/app/reducers/app.js (renamed from ui/classic/app/reducers/app.js)0
-rw-r--r--responsive-ui/app/reducers/identities.js (renamed from ui/classic/app/reducers/identities.js)0
-rw-r--r--responsive-ui/app/reducers/metamask.js (renamed from ui/classic/app/reducers/metamask.js)0
-rw-r--r--responsive-ui/app/root.js (renamed from ui/classic/app/root.js)0
-rw-r--r--responsive-ui/app/send.js (renamed from ui/classic/app/send.js)0
-rw-r--r--responsive-ui/app/settings.js (renamed from ui/classic/app/settings.js)0
-rw-r--r--responsive-ui/app/store.js (renamed from ui/classic/app/store.js)0
-rw-r--r--responsive-ui/app/template.js (renamed from ui/classic/app/template.js)0
-rw-r--r--responsive-ui/app/unlock.js (renamed from ui/classic/app/unlock.js)0
-rw-r--r--responsive-ui/app/util.js (renamed from ui/classic/app/util.js)0
-rw-r--r--responsive-ui/css.js (renamed from ui/classic/css.js)0
-rw-r--r--responsive-ui/design/00-metamask-SignIn.jpg (renamed from ui/classic/design/00-metamask-SignIn.jpg)bin57848 -> 57848 bytes
-rw-r--r--responsive-ui/design/01-metamask-SelectAcc.jpg (renamed from ui/classic/design/01-metamask-SelectAcc.jpg)bin76063 -> 76063 bytes
-rw-r--r--responsive-ui/design/02-metamask-AccDetails.jpg (renamed from ui/classic/design/02-metamask-AccDetails.jpg)bin75780 -> 75780 bytes
-rw-r--r--responsive-ui/design/02a-metamask-AccDetails-OverToken.jpg (renamed from ui/classic/design/02a-metamask-AccDetails-OverToken.jpg)bin121847 -> 121847 bytes
-rw-r--r--responsive-ui/design/02a-metamask-AccDetails-OverTransaction.jpg (renamed from ui/classic/design/02a-metamask-AccDetails-OverTransaction.jpg)bin122075 -> 122075 bytes
-rw-r--r--responsive-ui/design/02a-metamask-AccDetails.jpg (renamed from ui/classic/design/02a-metamask-AccDetails.jpg)bin117570 -> 117570 bytes
-rw-r--r--responsive-ui/design/02b-metamask-AccDetails-Send.jpg (renamed from ui/classic/design/02b-metamask-AccDetails-Send.jpg)bin110143 -> 110143 bytes
-rw-r--r--responsive-ui/design/03-metamask-Qr.jpg (renamed from ui/classic/design/03-metamask-Qr.jpg)bin66052 -> 66052 bytes
-rw-r--r--responsive-ui/design/05-metamask-Menu.jpg (renamed from ui/classic/design/05-metamask-Menu.jpg)bin130264 -> 130264 bytes
-rw-r--r--responsive-ui/design/chromeStorePics/final_screen_dao_accounts.png (renamed from ui/classic/design/chromeStorePics/final_screen_dao_accounts.png)bin249708 -> 249708 bytes
-rw-r--r--responsive-ui/design/chromeStorePics/final_screen_dao_locked.png (renamed from ui/classic/design/chromeStorePics/final_screen_dao_locked.png)bin220295 -> 220295 bytes
-rw-r--r--responsive-ui/design/chromeStorePics/final_screen_dao_notification.png (renamed from ui/classic/design/chromeStorePics/final_screen_dao_notification.png)bin214405 -> 214405 bytes
-rw-r--r--responsive-ui/design/chromeStorePics/final_screen_wei_account.png (renamed from ui/classic/design/chromeStorePics/final_screen_wei_account.png)bin253382 -> 253382 bytes
-rw-r--r--responsive-ui/design/chromeStorePics/final_screen_wei_notification.png (renamed from ui/classic/design/chromeStorePics/final_screen_wei_notification.png)bin193865 -> 193865 bytes
-rw-r--r--responsive-ui/design/chromeStorePics/icon-128.png (renamed from ui/classic/design/chromeStorePics/icon-128.png)bin5770 -> 5770 bytes
-rw-r--r--responsive-ui/design/chromeStorePics/icon-64.png (renamed from ui/classic/design/chromeStorePics/icon-64.png)bin3573 -> 3573 bytes
-rw-r--r--responsive-ui/design/chromeStorePics/metamask_icon.ai (renamed from ui/classic/design/chromeStorePics/metamask_icon.ai)0
-rw-r--r--responsive-ui/design/chromeStorePics/promo1400560.png (renamed from ui/classic/design/chromeStorePics/promo1400560.png)bin261644 -> 261644 bytes
-rw-r--r--responsive-ui/design/chromeStorePics/promo440280.png (renamed from ui/classic/design/chromeStorePics/promo440280.png)bin57471 -> 57471 bytes
-rw-r--r--responsive-ui/design/chromeStorePics/promo920680.png (renamed from ui/classic/design/chromeStorePics/promo920680.png)bin206713 -> 206713 bytes
-rw-r--r--responsive-ui/design/chromeStorePics/screen_dao_accounts.png (renamed from ui/classic/design/chromeStorePics/screen_dao_accounts.png)bin517598 -> 517598 bytes
-rw-r--r--responsive-ui/design/chromeStorePics/screen_dao_locked.png (renamed from ui/classic/design/chromeStorePics/screen_dao_locked.png)bin287108 -> 287108 bytes
-rw-r--r--responsive-ui/design/chromeStorePics/screen_dao_notification.png (renamed from ui/classic/design/chromeStorePics/screen_dao_notification.png)bin296498 -> 296498 bytes
-rw-r--r--responsive-ui/design/chromeStorePics/screen_wei_account.png (renamed from ui/classic/design/chromeStorePics/screen_wei_account.png)bin653633 -> 653633 bytes
-rw-r--r--responsive-ui/design/chromeStorePics/screen_wei_notification.png (renamed from ui/classic/design/chromeStorePics/screen_wei_notification.png)bin402486 -> 402486 bytes
-rw-r--r--responsive-ui/design/metamask-logo-eyes.png (renamed from ui/classic/design/metamask-logo-eyes.png)bin146076 -> 146076 bytes
-rw-r--r--responsive-ui/design/wireframes/1st_time_use.png (renamed from ui/classic/design/wireframes/1st_time_use.png)bin937556 -> 937556 bytes
-rw-r--r--responsive-ui/design/wireframes/metamask_wfs_jan_13.pdf (renamed from ui/classic/design/wireframes/metamask_wfs_jan_13.pdf)bin452413 -> 452413 bytes
-rw-r--r--responsive-ui/design/wireframes/metamask_wfs_jan_13.png (renamed from ui/classic/design/wireframes/metamask_wfs_jan_13.png)bin419066 -> 419066 bytes
-rw-r--r--responsive-ui/design/wireframes/metamask_wfs_jan_18.pdf (renamed from ui/classic/design/wireframes/metamask_wfs_jan_18.pdf)bin612778 -> 612778 bytes
-rw-r--r--responsive-ui/example.js (renamed from ui/classic/example.js)0
-rw-r--r--responsive-ui/index.html (renamed from ui/classic/index.html)0
-rw-r--r--responsive-ui/index.js (renamed from ui/classic/index.js)0
-rw-r--r--responsive-ui/lib/account-link.js (renamed from ui/classic/lib/account-link.js)0
-rw-r--r--responsive-ui/lib/contract-namer.js (renamed from ui/classic/lib/contract-namer.js)0
-rw-r--r--responsive-ui/lib/etherscan-prefix-for-network.js (renamed from ui/classic/lib/etherscan-prefix-for-network.js)0
-rw-r--r--responsive-ui/lib/explorer-link.js (renamed from ui/classic/lib/explorer-link.js)0
-rw-r--r--responsive-ui/lib/icon-factory.js (renamed from ui/classic/lib/icon-factory.js)0
-rw-r--r--responsive-ui/lib/lost-accounts-notice.js (renamed from ui/classic/lib/lost-accounts-notice.js)0
-rw-r--r--responsive-ui/lib/persistent-form.js (renamed from ui/classic/lib/persistent-form.js)0
-rw-r--r--responsive-ui/lib/tx-helper.js (renamed from ui/classic/lib/tx-helper.js)0
-rw-r--r--test/unit/responsive/components/dropdown-test.js6
-rw-r--r--ui/app/account-detail.js (renamed from ui/classic/app/account-detail.js)0
-rw-r--r--ui/app/accounts/account-list-item.js (renamed from ui/classic/app/accounts/account-list-item.js)0
-rw-r--r--ui/app/accounts/import/index.js (renamed from ui/responsive/app/accounts/import/index.js)0
-rw-r--r--ui/app/accounts/import/json.js (renamed from ui/responsive/app/accounts/import/json.js)0
-rw-r--r--ui/app/accounts/import/private-key.js (renamed from ui/responsive/app/accounts/import/private-key.js)0
-rw-r--r--ui/app/accounts/import/seed.js (renamed from ui/responsive/app/accounts/import/seed.js)0
-rw-r--r--ui/app/accounts/index.js (renamed from ui/classic/app/accounts/index.js)0
-rw-r--r--ui/app/actions.js (renamed from ui/responsive/app/actions.js)2
-rw-r--r--ui/app/add-token.js (renamed from ui/responsive/app/add-token.js)0
-rw-r--r--ui/app/app.js (renamed from ui/classic/app/app.js)0
-rw-r--r--ui/app/components/account-export.js (renamed from ui/responsive/app/components/account-export.js)0
-rw-r--r--ui/app/components/account-info-link.js (renamed from ui/classic/app/components/account-info-link.js)0
-rw-r--r--ui/app/components/account-panel.js (renamed from ui/responsive/app/components/account-panel.js)0
-rw-r--r--ui/app/components/balance.js (renamed from ui/responsive/app/components/balance.js)0
-rw-r--r--ui/app/components/binary-renderer.js (renamed from ui/responsive/app/components/binary-renderer.js)0
-rw-r--r--ui/app/components/bn-as-decimal-input.js (renamed from ui/responsive/app/components/bn-as-decimal-input.js)0
-rw-r--r--ui/app/components/buy-button-subview.js (renamed from ui/responsive/app/components/buy-button-subview.js)0
-rw-r--r--ui/app/components/coinbase-form.js (renamed from ui/responsive/app/components/coinbase-form.js)0
-rw-r--r--ui/app/components/copyButton.js (renamed from ui/responsive/app/components/copyButton.js)0
-rw-r--r--ui/app/components/copyable.js (renamed from ui/responsive/app/components/copyable.js)0
-rw-r--r--ui/app/components/custom-radio-list.js (renamed from ui/responsive/app/components/custom-radio-list.js)0
-rw-r--r--ui/app/components/drop-menu-item.js (renamed from ui/classic/app/components/drop-menu-item.js)0
-rw-r--r--ui/app/components/editable-label.js (renamed from ui/classic/app/components/editable-label.js)0
-rw-r--r--ui/app/components/ens-input.js (renamed from ui/responsive/app/components/ens-input.js)0
-rw-r--r--ui/app/components/eth-balance.js (renamed from ui/responsive/app/components/eth-balance.js)0
-rw-r--r--ui/app/components/fiat-value.js (renamed from ui/responsive/app/components/fiat-value.js)0
-rw-r--r--ui/app/components/hex-as-decimal-input.js (renamed from ui/responsive/app/components/hex-as-decimal-input.js)0
-rw-r--r--ui/app/components/identicon.js (renamed from ui/responsive/app/components/identicon.js)0
-rw-r--r--ui/app/components/loading.js (renamed from ui/responsive/app/components/loading.js)0
-rw-r--r--ui/app/components/mascot.js (renamed from ui/responsive/app/components/mascot.js)0
-rw-r--r--ui/app/components/mini-account-panel.js (renamed from ui/responsive/app/components/mini-account-panel.js)0
-rw-r--r--ui/app/components/network.js (renamed from ui/responsive/app/components/network.js)0
-rw-r--r--ui/app/components/notice.js (renamed from ui/responsive/app/components/notice.js)0
-rw-r--r--ui/app/components/pending-msg-details.js (renamed from ui/responsive/app/components/pending-msg-details.js)0
-rw-r--r--ui/app/components/pending-msg.js (renamed from ui/responsive/app/components/pending-msg.js)0
-rw-r--r--ui/app/components/pending-personal-msg-details.js (renamed from ui/responsive/app/components/pending-personal-msg-details.js)0
-rw-r--r--ui/app/components/pending-personal-msg.js (renamed from ui/responsive/app/components/pending-personal-msg.js)0
-rw-r--r--ui/app/components/pending-tx.js (renamed from ui/responsive/app/components/pending-tx.js)2
-rw-r--r--ui/app/components/qr-code.js (renamed from ui/responsive/app/components/qr-code.js)0
-rw-r--r--ui/app/components/range-slider.js (renamed from ui/responsive/app/components/range-slider.js)0
-rw-r--r--ui/app/components/shapeshift-form.js (renamed from ui/responsive/app/components/shapeshift-form.js)0
-rw-r--r--ui/app/components/shift-list-item.js (renamed from ui/responsive/app/components/shift-list-item.js)0
-rw-r--r--ui/app/components/tab-bar.js (renamed from ui/responsive/app/components/tab-bar.js)0
-rw-r--r--ui/app/components/template.js (renamed from ui/responsive/app/components/template.js)0
-rw-r--r--ui/app/components/token-cell.js (renamed from ui/responsive/app/components/token-cell.js)0
-rw-r--r--ui/app/components/token-list.js (renamed from ui/responsive/app/components/token-list.js)0
-rw-r--r--ui/app/components/tooltip.js (renamed from ui/responsive/app/components/tooltip.js)0
-rw-r--r--ui/app/components/transaction-list-item-icon.js (renamed from ui/responsive/app/components/transaction-list-item-icon.js)0
-rw-r--r--ui/app/components/transaction-list-item.js (renamed from ui/responsive/app/components/transaction-list-item.js)0
-rw-r--r--ui/app/components/transaction-list.js (renamed from ui/responsive/app/components/transaction-list.js)0
-rw-r--r--ui/app/conf-tx.js (renamed from ui/responsive/app/conf-tx.js)0
-rw-r--r--ui/app/config.js (renamed from ui/responsive/app/config.js)0
-rw-r--r--ui/app/conversion.json (renamed from ui/responsive/app/conversion.json)0
-rw-r--r--ui/app/css/debug.css (renamed from ui/responsive/app/css/debug.css)0
-rw-r--r--ui/app/css/fonts.css (renamed from ui/responsive/app/css/fonts.css)0
-rw-r--r--ui/app/css/index.css (renamed from ui/classic/app/css/index.css)0
-rw-r--r--ui/app/css/lib.css (renamed from ui/responsive/app/css/lib.css)0
-rw-r--r--ui/app/css/reset.css (renamed from ui/responsive/app/css/reset.css)0
-rw-r--r--ui/app/css/transitions.css (renamed from ui/responsive/app/css/transitions.css)0
-rw-r--r--ui/app/first-time/init-menu.js (renamed from ui/responsive/app/first-time/init-menu.js)0
-rw-r--r--ui/app/img/identicon-tardigrade.png (renamed from ui/responsive/app/img/identicon-tardigrade.png)bin141119 -> 141119 bytes
-rw-r--r--ui/app/img/identicon-walrus.png (renamed from ui/responsive/app/img/identicon-walrus.png)bin388973 -> 388973 bytes
-rw-r--r--ui/app/info.js (renamed from ui/responsive/app/info.js)0
-rw-r--r--ui/app/keychains/hd/create-vault-complete.js (renamed from ui/classic/app/keychains/hd/create-vault-complete.js)0
-rw-r--r--ui/app/keychains/hd/recover-seed/confirmation.js (renamed from ui/responsive/app/keychains/hd/recover-seed/confirmation.js)0
-rw-r--r--ui/app/keychains/hd/restore-vault.js (renamed from ui/responsive/app/keychains/hd/restore-vault.js)0
-rw-r--r--ui/app/new-keychain.js (renamed from ui/responsive/app/new-keychain.js)0
-rw-r--r--ui/app/reducers.js (renamed from ui/responsive/app/reducers.js)0
-rw-r--r--ui/app/reducers/app.js (renamed from ui/responsive/app/reducers/app.js)0
-rw-r--r--ui/app/reducers/identities.js (renamed from ui/responsive/app/reducers/identities.js)0
-rw-r--r--ui/app/reducers/metamask.js (renamed from ui/responsive/app/reducers/metamask.js)0
-rw-r--r--ui/app/root.js (renamed from ui/responsive/app/root.js)0
-rw-r--r--ui/app/send.js (renamed from ui/responsive/app/send.js)0
-rw-r--r--ui/app/settings.js (renamed from ui/responsive/app/settings.js)0
-rw-r--r--ui/app/store.js (renamed from ui/responsive/app/store.js)0
-rw-r--r--ui/app/template.js (renamed from ui/responsive/app/template.js)0
-rw-r--r--ui/app/unlock.js (renamed from ui/responsive/app/unlock.js)0
-rw-r--r--ui/app/util.js (renamed from ui/responsive/app/util.js)0
-rw-r--r--ui/css.js (renamed from ui/responsive/css.js)0
-rw-r--r--ui/design/00-metamask-SignIn.jpg (renamed from ui/responsive/design/00-metamask-SignIn.jpg)bin57848 -> 57848 bytes
-rw-r--r--ui/design/01-metamask-SelectAcc.jpg (renamed from ui/responsive/design/01-metamask-SelectAcc.jpg)bin76063 -> 76063 bytes
-rw-r--r--ui/design/02-metamask-AccDetails.jpg (renamed from ui/responsive/design/02-metamask-AccDetails.jpg)bin75780 -> 75780 bytes
-rw-r--r--ui/design/02a-metamask-AccDetails-OverToken.jpg (renamed from ui/responsive/design/02a-metamask-AccDetails-OverToken.jpg)bin121847 -> 121847 bytes
-rw-r--r--ui/design/02a-metamask-AccDetails-OverTransaction.jpg (renamed from ui/responsive/design/02a-metamask-AccDetails-OverTransaction.jpg)bin122075 -> 122075 bytes
-rw-r--r--ui/design/02a-metamask-AccDetails.jpg (renamed from ui/responsive/design/02a-metamask-AccDetails.jpg)bin117570 -> 117570 bytes
-rw-r--r--ui/design/02b-metamask-AccDetails-Send.jpg (renamed from ui/responsive/design/02b-metamask-AccDetails-Send.jpg)bin110143 -> 110143 bytes
-rw-r--r--ui/design/03-metamask-Qr.jpg (renamed from ui/responsive/design/03-metamask-Qr.jpg)bin66052 -> 66052 bytes
-rw-r--r--ui/design/05-metamask-Menu.jpg (renamed from ui/responsive/design/05-metamask-Menu.jpg)bin130264 -> 130264 bytes
-rw-r--r--ui/design/chromeStorePics/final_screen_dao_accounts.png (renamed from ui/responsive/design/chromeStorePics/final_screen_dao_accounts.png)bin249708 -> 249708 bytes
-rw-r--r--ui/design/chromeStorePics/final_screen_dao_locked.png (renamed from ui/responsive/design/chromeStorePics/final_screen_dao_locked.png)bin220295 -> 220295 bytes
-rw-r--r--ui/design/chromeStorePics/final_screen_dao_notification.png (renamed from ui/responsive/design/chromeStorePics/final_screen_dao_notification.png)bin214405 -> 214405 bytes
-rw-r--r--ui/design/chromeStorePics/final_screen_wei_account.png (renamed from ui/responsive/design/chromeStorePics/final_screen_wei_account.png)bin253382 -> 253382 bytes
-rw-r--r--ui/design/chromeStorePics/final_screen_wei_notification.png (renamed from ui/responsive/design/chromeStorePics/final_screen_wei_notification.png)bin193865 -> 193865 bytes
-rw-r--r--ui/design/chromeStorePics/icon-128.png (renamed from ui/responsive/design/chromeStorePics/icon-128.png)bin5770 -> 5770 bytes
-rw-r--r--ui/design/chromeStorePics/icon-64.png (renamed from ui/responsive/design/chromeStorePics/icon-64.png)bin3573 -> 3573 bytes
-rw-r--r--ui/design/chromeStorePics/metamask_icon.ai (renamed from ui/responsive/design/chromeStorePics/metamask_icon.ai)0
-rw-r--r--ui/design/chromeStorePics/promo1400560.png (renamed from ui/responsive/design/chromeStorePics/promo1400560.png)bin261644 -> 261644 bytes
-rw-r--r--ui/design/chromeStorePics/promo440280.png (renamed from ui/responsive/design/chromeStorePics/promo440280.png)bin57471 -> 57471 bytes
-rw-r--r--ui/design/chromeStorePics/promo920680.png (renamed from ui/responsive/design/chromeStorePics/promo920680.png)bin206713 -> 206713 bytes
-rw-r--r--ui/design/chromeStorePics/screen_dao_accounts.png (renamed from ui/responsive/design/chromeStorePics/screen_dao_accounts.png)bin517598 -> 517598 bytes
-rw-r--r--ui/design/chromeStorePics/screen_dao_locked.png (renamed from ui/responsive/design/chromeStorePics/screen_dao_locked.png)bin287108 -> 287108 bytes
-rw-r--r--ui/design/chromeStorePics/screen_dao_notification.png (renamed from ui/responsive/design/chromeStorePics/screen_dao_notification.png)bin296498 -> 296498 bytes
-rw-r--r--ui/design/chromeStorePics/screen_wei_account.png (renamed from ui/responsive/design/chromeStorePics/screen_wei_account.png)bin653633 -> 653633 bytes
-rw-r--r--ui/design/chromeStorePics/screen_wei_notification.png (renamed from ui/responsive/design/chromeStorePics/screen_wei_notification.png)bin402486 -> 402486 bytes
-rw-r--r--ui/design/metamask-logo-eyes.png (renamed from ui/responsive/design/metamask-logo-eyes.png)bin146076 -> 146076 bytes
-rw-r--r--ui/design/wireframes/1st_time_use.png (renamed from ui/responsive/design/wireframes/1st_time_use.png)bin937556 -> 937556 bytes
-rw-r--r--ui/design/wireframes/metamask_wfs_jan_13.pdf (renamed from ui/responsive/design/wireframes/metamask_wfs_jan_13.pdf)bin452413 -> 452413 bytes
-rw-r--r--ui/design/wireframes/metamask_wfs_jan_13.png (renamed from ui/responsive/design/wireframes/metamask_wfs_jan_13.png)bin419066 -> 419066 bytes
-rw-r--r--ui/design/wireframes/metamask_wfs_jan_18.pdf (renamed from ui/responsive/design/wireframes/metamask_wfs_jan_18.pdf)bin612778 -> 612778 bytes
-rw-r--r--ui/example.js (renamed from ui/responsive/example.js)0
-rw-r--r--ui/index.html (renamed from ui/responsive/index.html)0
-rw-r--r--ui/index.js (renamed from ui/responsive/index.js)0
-rw-r--r--ui/lib/account-link.js (renamed from ui/responsive/lib/account-link.js)0
-rw-r--r--ui/lib/contract-namer.js (renamed from ui/responsive/lib/contract-namer.js)0
-rw-r--r--ui/lib/etherscan-prefix-for-network.js (renamed from ui/responsive/lib/etherscan-prefix-for-network.js)0
-rw-r--r--ui/lib/explorer-link.js (renamed from ui/responsive/lib/explorer-link.js)0
-rw-r--r--ui/lib/icon-factory.js (renamed from ui/responsive/lib/icon-factory.js)0
-rw-r--r--ui/lib/lost-accounts-notice.js (renamed from ui/responsive/lib/lost-accounts-notice.js)0
-rw-r--r--ui/lib/persistent-form.js (renamed from ui/responsive/lib/persistent-form.js)0
-rw-r--r--ui/lib/tx-helper.js (renamed from ui/responsive/lib/tx-helper.js)0
-rw-r--r--ui/responsive/.gitignore66
245 files changed, 9 insertions, 75 deletions
diff --git a/app/scripts/popup-core.js b/app/scripts/popup-core.js
index 156be795..f1eb394d 100644
--- a/app/scripts/popup-core.js
+++ b/app/scripts/popup-core.js
@@ -2,7 +2,7 @@ const EventEmitter = require('events').EventEmitter
const async = require('async')
const Dnode = require('dnode')
const EthQuery = require('eth-query')
-const launchMetamaskUi = require('../../ui/classic')
+const launchMetamaskUi = require('../../ui')
const StreamProvider = require('web3-stream-provider')
const setupMultiplex = require('./lib/stream-utils.js').setupMultiplex
diff --git a/app/scripts/popup.js b/app/scripts/popup.js
index 13b98d1f..5f17f065 100644
--- a/app/scripts/popup.js
+++ b/app/scripts/popup.js
@@ -1,5 +1,5 @@
const injectCss = require('inject-css')
-const MetaMaskUiCss = require('../../ui/classic/css')
+const MetaMaskUiCss = require('../../ui/css')
const startPopup = require('./popup-core')
const PortStream = require('./lib/port-stream.js')
const isPopupOrNotification = require('./lib/is-popup-or-notification')
diff --git a/app/scripts/responsive-core.js b/app/scripts/responsive-core.js
index 3760facf..c3fa6700 100644
--- a/app/scripts/responsive-core.js
+++ b/app/scripts/responsive-core.js
@@ -2,7 +2,7 @@ const EventEmitter = require('events').EventEmitter
const async = require('async')
const Dnode = require('dnode')
const EthQuery = require('eth-query')
-const launchMetamaskUi = require('../../ui/responsive')
+const launchMetamaskUi = require('../../responsive-ui')
const StreamProvider = require('web3-stream-provider')
const setupMultiplex = require('./lib/stream-utils.js').setupMultiplex
diff --git a/app/scripts/responsive.js b/app/scripts/responsive.js
index 0ff42a4c..6525b833 100644
--- a/app/scripts/responsive.js
+++ b/app/scripts/responsive.js
@@ -1,6 +1,6 @@
const injectCss = require('inject-css')
const startPopup = require('./responsive-core')
-const MetaMaskUiCss = require('../../ui/responsive/css')
+const MetaMaskUiCss = require('../../responsive-ui/css')
const PortStream = require('./lib/port-stream.js')
const ExtensionPlatform = require('./platforms/extension')
const extension = require('extensionizer')
diff --git a/ui/classic/.gitignore b/responsive-ui/.gitignore
index c6b1254b..c6b1254b 100644
--- a/ui/classic/.gitignore
+++ b/responsive-ui/.gitignore
diff --git a/ui/responsive/app/account-detail.js b/responsive-ui/app/account-detail.js
index da1ddf98..da1ddf98 100644
--- a/ui/responsive/app/account-detail.js
+++ b/responsive-ui/app/account-detail.js
diff --git a/ui/classic/app/accounts/import/index.js b/responsive-ui/app/accounts/import/index.js
index 97b38722..97b38722 100644
--- a/ui/classic/app/accounts/import/index.js
+++ b/responsive-ui/app/accounts/import/index.js
diff --git a/ui/classic/app/accounts/import/json.js b/responsive-ui/app/accounts/import/json.js
index 158a3c92..158a3c92 100644
--- a/ui/classic/app/accounts/import/json.js
+++ b/responsive-ui/app/accounts/import/json.js
diff --git a/ui/classic/app/accounts/import/private-key.js b/responsive-ui/app/accounts/import/private-key.js
index 68ccee58..68ccee58 100644
--- a/ui/classic/app/accounts/import/private-key.js
+++ b/responsive-ui/app/accounts/import/private-key.js
diff --git a/ui/classic/app/accounts/import/seed.js b/responsive-ui/app/accounts/import/seed.js
index b4a7c0af..b4a7c0af 100644
--- a/ui/classic/app/accounts/import/seed.js
+++ b/responsive-ui/app/accounts/import/seed.js
diff --git a/ui/classic/app/actions.js b/responsive-ui/app/actions.js
index 2c60448d..2c60448d 100644
--- a/ui/classic/app/actions.js
+++ b/responsive-ui/app/actions.js
diff --git a/ui/classic/app/add-token.js b/responsive-ui/app/add-token.js
index b303b5c0..b303b5c0 100644
--- a/ui/classic/app/add-token.js
+++ b/responsive-ui/app/add-token.js
diff --git a/ui/responsive/app/app.js b/responsive-ui/app/app.js
index 1cfa2d7a..1cfa2d7a 100644
--- a/ui/responsive/app/app.js
+++ b/responsive-ui/app/app.js
diff --git a/ui/responsive/app/components/account-dropdowns.js b/responsive-ui/app/components/account-dropdowns.js
index d1d31947..d1d31947 100644
--- a/ui/responsive/app/components/account-dropdowns.js
+++ b/responsive-ui/app/components/account-dropdowns.js
diff --git a/ui/classic/app/components/account-export.js b/responsive-ui/app/components/account-export.js
index 394d878f..394d878f 100644
--- a/ui/classic/app/components/account-export.js
+++ b/responsive-ui/app/components/account-export.js
diff --git a/ui/classic/app/components/account-panel.js b/responsive-ui/app/components/account-panel.js
index abaaf816..abaaf816 100644
--- a/ui/classic/app/components/account-panel.js
+++ b/responsive-ui/app/components/account-panel.js
diff --git a/ui/classic/app/components/balance.js b/responsive-ui/app/components/balance.js
index 57ca8456..57ca8456 100644
--- a/ui/classic/app/components/balance.js
+++ b/responsive-ui/app/components/balance.js
diff --git a/ui/classic/app/components/binary-renderer.js b/responsive-ui/app/components/binary-renderer.js
index 0b6a1f5c..0b6a1f5c 100644
--- a/ui/classic/app/components/binary-renderer.js
+++ b/responsive-ui/app/components/binary-renderer.js
diff --git a/ui/classic/app/components/bn-as-decimal-input.js b/responsive-ui/app/components/bn-as-decimal-input.js
index f3ace472..f3ace472 100644
--- a/ui/classic/app/components/bn-as-decimal-input.js
+++ b/responsive-ui/app/components/bn-as-decimal-input.js
diff --git a/ui/classic/app/components/buy-button-subview.js b/responsive-ui/app/components/buy-button-subview.js
index 87084f92..87084f92 100644
--- a/ui/classic/app/components/buy-button-subview.js
+++ b/responsive-ui/app/components/buy-button-subview.js
diff --git a/ui/classic/app/components/coinbase-form.js b/responsive-ui/app/components/coinbase-form.js
index f44d8604..f44d8604 100644
--- a/ui/classic/app/components/coinbase-form.js
+++ b/responsive-ui/app/components/coinbase-form.js
diff --git a/ui/classic/app/components/copyButton.js b/responsive-ui/app/components/copyButton.js
index a25d0719..a25d0719 100644
--- a/ui/classic/app/components/copyButton.js
+++ b/responsive-ui/app/components/copyButton.js
diff --git a/ui/classic/app/components/copyable.js b/responsive-ui/app/components/copyable.js
index a4f6f4bc..a4f6f4bc 100644
--- a/ui/classic/app/components/copyable.js
+++ b/responsive-ui/app/components/copyable.js
diff --git a/ui/classic/app/components/custom-radio-list.js b/responsive-ui/app/components/custom-radio-list.js
index a4c52539..a4c52539 100644
--- a/ui/classic/app/components/custom-radio-list.js
+++ b/responsive-ui/app/components/custom-radio-list.js
diff --git a/ui/responsive/app/components/dropdown.js b/responsive-ui/app/components/dropdown.js
index e77b4c40..e77b4c40 100644
--- a/ui/responsive/app/components/dropdown.js
+++ b/responsive-ui/app/components/dropdown.js
diff --git a/ui/responsive/app/components/editable-label.js b/responsive-ui/app/components/editable-label.js
index 167be7ea..167be7ea 100644
--- a/ui/responsive/app/components/editable-label.js
+++ b/responsive-ui/app/components/editable-label.js
diff --git a/ui/classic/app/components/ens-input.js b/responsive-ui/app/components/ens-input.js
index 3a33ebf7..3a33ebf7 100644
--- a/ui/classic/app/components/ens-input.js
+++ b/responsive-ui/app/components/ens-input.js
diff --git a/ui/classic/app/components/eth-balance.js b/responsive-ui/app/components/eth-balance.js
index 4f538fd3..4f538fd3 100644
--- a/ui/classic/app/components/eth-balance.js
+++ b/responsive-ui/app/components/eth-balance.js
diff --git a/ui/classic/app/components/fiat-value.js b/responsive-ui/app/components/fiat-value.js
index 8a64a1cf..8a64a1cf 100644
--- a/ui/classic/app/components/fiat-value.js
+++ b/responsive-ui/app/components/fiat-value.js
diff --git a/ui/classic/app/components/hex-as-decimal-input.js b/responsive-ui/app/components/hex-as-decimal-input.js
index 4a71e958..4a71e958 100644
--- a/ui/classic/app/components/hex-as-decimal-input.js
+++ b/responsive-ui/app/components/hex-as-decimal-input.js
diff --git a/ui/classic/app/components/identicon.js b/responsive-ui/app/components/identicon.js
index c754bc6b..c754bc6b 100644
--- a/ui/classic/app/components/identicon.js
+++ b/responsive-ui/app/components/identicon.js
diff --git a/ui/classic/app/components/loading.js b/responsive-ui/app/components/loading.js
index 87d6f5d2..87d6f5d2 100644
--- a/ui/classic/app/components/loading.js
+++ b/responsive-ui/app/components/loading.js
diff --git a/ui/classic/app/components/mascot.js b/responsive-ui/app/components/mascot.js
index 973ec2ca..973ec2ca 100644
--- a/ui/classic/app/components/mascot.js
+++ b/responsive-ui/app/components/mascot.js
diff --git a/ui/classic/app/components/mini-account-panel.js b/responsive-ui/app/components/mini-account-panel.js
index c09cf5b7..c09cf5b7 100644
--- a/ui/classic/app/components/mini-account-panel.js
+++ b/responsive-ui/app/components/mini-account-panel.js
diff --git a/ui/classic/app/components/network.js b/responsive-ui/app/components/network.js
index 698a0bbb..698a0bbb 100644
--- a/ui/classic/app/components/network.js
+++ b/responsive-ui/app/components/network.js
diff --git a/ui/classic/app/components/notice.js b/responsive-ui/app/components/notice.js
index d9f0067c..d9f0067c 100644
--- a/ui/classic/app/components/notice.js
+++ b/responsive-ui/app/components/notice.js
diff --git a/ui/classic/app/components/pending-msg-details.js b/responsive-ui/app/components/pending-msg-details.js
index 16308d12..16308d12 100644
--- a/ui/classic/app/components/pending-msg-details.js
+++ b/responsive-ui/app/components/pending-msg-details.js
diff --git a/ui/classic/app/components/pending-msg.js b/responsive-ui/app/components/pending-msg.js
index b2cac164..b2cac164 100644
--- a/ui/classic/app/components/pending-msg.js
+++ b/responsive-ui/app/components/pending-msg.js
diff --git a/ui/classic/app/components/pending-personal-msg-details.js b/responsive-ui/app/components/pending-personal-msg-details.js
index 1050513f..1050513f 100644
--- a/ui/classic/app/components/pending-personal-msg-details.js
+++ b/responsive-ui/app/components/pending-personal-msg-details.js
diff --git a/ui/classic/app/components/pending-personal-msg.js b/responsive-ui/app/components/pending-personal-msg.js
index 4542adb2..4542adb2 100644
--- a/ui/classic/app/components/pending-personal-msg.js
+++ b/responsive-ui/app/components/pending-personal-msg.js
diff --git a/ui/classic/app/components/pending-tx.js b/responsive-ui/app/components/pending-tx.js
index 962680d3..962680d3 100644
--- a/ui/classic/app/components/pending-tx.js
+++ b/responsive-ui/app/components/pending-tx.js
diff --git a/ui/classic/app/components/qr-code.js b/responsive-ui/app/components/qr-code.js
index 06b9aed9..06b9aed9 100644
--- a/ui/classic/app/components/qr-code.js
+++ b/responsive-ui/app/components/qr-code.js
diff --git a/ui/classic/app/components/range-slider.js b/responsive-ui/app/components/range-slider.js
index 823f5eb0..823f5eb0 100644
--- a/ui/classic/app/components/range-slider.js
+++ b/responsive-ui/app/components/range-slider.js
diff --git a/ui/classic/app/components/shapeshift-form.js b/responsive-ui/app/components/shapeshift-form.js
index e0a72042..e0a72042 100644
--- a/ui/classic/app/components/shapeshift-form.js
+++ b/responsive-ui/app/components/shapeshift-form.js
diff --git a/ui/classic/app/components/shift-list-item.js b/responsive-ui/app/components/shift-list-item.js
index 32bfbeda..32bfbeda 100644
--- a/ui/classic/app/components/shift-list-item.js
+++ b/responsive-ui/app/components/shift-list-item.js
diff --git a/ui/classic/app/components/tab-bar.js b/responsive-ui/app/components/tab-bar.js
index 6295e7dd..6295e7dd 100644
--- a/ui/classic/app/components/tab-bar.js
+++ b/responsive-ui/app/components/tab-bar.js
diff --git a/ui/classic/app/components/template.js b/responsive-ui/app/components/template.js
index b6ed8eaa..b6ed8eaa 100644
--- a/ui/classic/app/components/template.js
+++ b/responsive-ui/app/components/template.js
diff --git a/ui/classic/app/components/token-cell.js b/responsive-ui/app/components/token-cell.js
index 19d7139b..19d7139b 100644
--- a/ui/classic/app/components/token-cell.js
+++ b/responsive-ui/app/components/token-cell.js
diff --git a/ui/classic/app/components/token-list.js b/responsive-ui/app/components/token-list.js
index 20cfa897..20cfa897 100644
--- a/ui/classic/app/components/token-list.js
+++ b/responsive-ui/app/components/token-list.js
diff --git a/ui/classic/app/components/tooltip.js b/responsive-ui/app/components/tooltip.js
index edbc074b..edbc074b 100644
--- a/ui/classic/app/components/tooltip.js
+++ b/responsive-ui/app/components/tooltip.js
diff --git a/ui/classic/app/components/transaction-list-item-icon.js b/responsive-ui/app/components/transaction-list-item-icon.js
index 43105434..43105434 100644
--- a/ui/classic/app/components/transaction-list-item-icon.js
+++ b/responsive-ui/app/components/transaction-list-item-icon.js
diff --git a/ui/classic/app/components/transaction-list-item.js b/responsive-ui/app/components/transaction-list-item.js
index dbda66a3..dbda66a3 100644
--- a/ui/classic/app/components/transaction-list-item.js
+++ b/responsive-ui/app/components/transaction-list-item.js
diff --git a/ui/classic/app/components/transaction-list.js b/responsive-ui/app/components/transaction-list.js
index 3b4ba741..3b4ba741 100644
--- a/ui/classic/app/components/transaction-list.js
+++ b/responsive-ui/app/components/transaction-list.js
diff --git a/ui/classic/app/conf-tx.js b/responsive-ui/app/conf-tx.js
index 63b77ef7..63b77ef7 100644
--- a/ui/classic/app/conf-tx.js
+++ b/responsive-ui/app/conf-tx.js
diff --git a/ui/classic/app/config.js b/responsive-ui/app/config.js
index 62785c49..62785c49 100644
--- a/ui/classic/app/config.js
+++ b/responsive-ui/app/config.js
diff --git a/ui/classic/app/conversion.json b/responsive-ui/app/conversion.json
index 155ffc4f..155ffc4f 100644
--- a/ui/classic/app/conversion.json
+++ b/responsive-ui/app/conversion.json
diff --git a/ui/classic/app/css/debug.css b/responsive-ui/app/css/debug.css
index 3e125bcd..3e125bcd 100644
--- a/ui/classic/app/css/debug.css
+++ b/responsive-ui/app/css/debug.css
diff --git a/ui/classic/app/css/fonts.css b/responsive-ui/app/css/fonts.css
index 3b9f581b..3b9f581b 100644
--- a/ui/classic/app/css/fonts.css
+++ b/responsive-ui/app/css/fonts.css
diff --git a/ui/responsive/app/css/index.css b/responsive-ui/app/css/index.css
index c82c1b21..c82c1b21 100644
--- a/ui/responsive/app/css/index.css
+++ b/responsive-ui/app/css/index.css
diff --git a/ui/classic/app/css/lib.css b/responsive-ui/app/css/lib.css
index 910a24ee..910a24ee 100644
--- a/ui/classic/app/css/lib.css
+++ b/responsive-ui/app/css/lib.css
diff --git a/ui/classic/app/css/reset.css b/responsive-ui/app/css/reset.css
index 9ce89e8b..9ce89e8b 100644
--- a/ui/classic/app/css/reset.css
+++ b/responsive-ui/app/css/reset.css
diff --git a/ui/classic/app/css/transitions.css b/responsive-ui/app/css/transitions.css
index 393a944f..393a944f 100644
--- a/ui/classic/app/css/transitions.css
+++ b/responsive-ui/app/css/transitions.css
diff --git a/ui/classic/app/first-time/init-menu.js b/responsive-ui/app/first-time/init-menu.js
index cc7c51bd..cc7c51bd 100644
--- a/ui/classic/app/first-time/init-menu.js
+++ b/responsive-ui/app/first-time/init-menu.js
diff --git a/ui/classic/app/img/identicon-tardigrade.png b/responsive-ui/app/img/identicon-tardigrade.png
index 1742a32b..1742a32b 100644
--- a/ui/classic/app/img/identicon-tardigrade.png
+++ b/responsive-ui/app/img/identicon-tardigrade.png
Binary files differ
diff --git a/ui/classic/app/img/identicon-walrus.png b/responsive-ui/app/img/identicon-walrus.png
index d58fae91..d58fae91 100644
--- a/ui/classic/app/img/identicon-walrus.png
+++ b/responsive-ui/app/img/identicon-walrus.png
Binary files differ
diff --git a/ui/classic/app/info.js b/responsive-ui/app/info.js
index e8470de9..e8470de9 100644
--- a/ui/classic/app/info.js
+++ b/responsive-ui/app/info.js
diff --git a/ui/responsive/app/keychains/hd/create-vault-complete.js b/responsive-ui/app/keychains/hd/create-vault-complete.js
index c32751ff..c32751ff 100644
--- a/ui/responsive/app/keychains/hd/create-vault-complete.js
+++ b/responsive-ui/app/keychains/hd/create-vault-complete.js
diff --git a/ui/classic/app/keychains/hd/recover-seed/confirmation.js b/responsive-ui/app/keychains/hd/recover-seed/confirmation.js
index 4ccbec9f..4ccbec9f 100644
--- a/ui/classic/app/keychains/hd/recover-seed/confirmation.js
+++ b/responsive-ui/app/keychains/hd/recover-seed/confirmation.js
diff --git a/ui/classic/app/keychains/hd/restore-vault.js b/responsive-ui/app/keychains/hd/restore-vault.js
index 06e51d9b..06e51d9b 100644
--- a/ui/classic/app/keychains/hd/restore-vault.js
+++ b/responsive-ui/app/keychains/hd/restore-vault.js
diff --git a/ui/classic/app/new-keychain.js b/responsive-ui/app/new-keychain.js
index cc963316..cc963316 100644
--- a/ui/classic/app/new-keychain.js
+++ b/responsive-ui/app/new-keychain.js
diff --git a/ui/classic/app/reducers.js b/responsive-ui/app/reducers.js
index 11efca52..11efca52 100644
--- a/ui/classic/app/reducers.js
+++ b/responsive-ui/app/reducers.js
diff --git a/ui/classic/app/reducers/app.js b/responsive-ui/app/reducers/app.js
index 2fcc9bfe..2fcc9bfe 100644
--- a/ui/classic/app/reducers/app.js
+++ b/responsive-ui/app/reducers/app.js
diff --git a/ui/classic/app/reducers/identities.js b/responsive-ui/app/reducers/identities.js
index 341a404e..341a404e 100644
--- a/ui/classic/app/reducers/identities.js
+++ b/responsive-ui/app/reducers/identities.js
diff --git a/ui/classic/app/reducers/metamask.js b/responsive-ui/app/reducers/metamask.js
index e0c416c2..e0c416c2 100644
--- a/ui/classic/app/reducers/metamask.js
+++ b/responsive-ui/app/reducers/metamask.js
diff --git a/ui/classic/app/root.js b/responsive-ui/app/root.js
index 9e7314b2..9e7314b2 100644
--- a/ui/classic/app/root.js
+++ b/responsive-ui/app/root.js
diff --git a/ui/classic/app/send.js b/responsive-ui/app/send.js
index a21a219e..a21a219e 100644
--- a/ui/classic/app/send.js
+++ b/responsive-ui/app/send.js
diff --git a/ui/classic/app/settings.js b/responsive-ui/app/settings.js
index 454cc95e..454cc95e 100644
--- a/ui/classic/app/settings.js
+++ b/responsive-ui/app/settings.js
diff --git a/ui/classic/app/store.js b/responsive-ui/app/store.js
index ba9e58b4..ba9e58b4 100644
--- a/ui/classic/app/store.js
+++ b/responsive-ui/app/store.js
diff --git a/ui/classic/app/template.js b/responsive-ui/app/template.js
index d15b30fd..d15b30fd 100644
--- a/ui/classic/app/template.js
+++ b/responsive-ui/app/template.js
diff --git a/ui/classic/app/unlock.js b/responsive-ui/app/unlock.js
index 1aee3c5d..1aee3c5d 100644
--- a/ui/classic/app/unlock.js
+++ b/responsive-ui/app/unlock.js
diff --git a/ui/classic/app/util.js b/responsive-ui/app/util.js
index ac3f42c6..ac3f42c6 100644
--- a/ui/classic/app/util.js
+++ b/responsive-ui/app/util.js
diff --git a/ui/classic/css.js b/responsive-ui/css.js
index 7c394a87..7c394a87 100644
--- a/ui/classic/css.js
+++ b/responsive-ui/css.js
diff --git a/ui/classic/design/00-metamask-SignIn.jpg b/responsive-ui/design/00-metamask-SignIn.jpg
index 2becdb03..2becdb03 100644
--- a/ui/classic/design/00-metamask-SignIn.jpg
+++ b/responsive-ui/design/00-metamask-SignIn.jpg
Binary files differ
diff --git a/ui/classic/design/01-metamask-SelectAcc.jpg b/responsive-ui/design/01-metamask-SelectAcc.jpg
index 239091a9..239091a9 100644
--- a/ui/classic/design/01-metamask-SelectAcc.jpg
+++ b/responsive-ui/design/01-metamask-SelectAcc.jpg
Binary files differ
diff --git a/ui/classic/design/02-metamask-AccDetails.jpg b/responsive-ui/design/02-metamask-AccDetails.jpg
index d7d408ff..d7d408ff 100644
--- a/ui/classic/design/02-metamask-AccDetails.jpg
+++ b/responsive-ui/design/02-metamask-AccDetails.jpg
Binary files differ
diff --git a/ui/classic/design/02a-metamask-AccDetails-OverToken.jpg b/responsive-ui/design/02a-metamask-AccDetails-OverToken.jpg
index f26ff31e..f26ff31e 100644
--- a/ui/classic/design/02a-metamask-AccDetails-OverToken.jpg
+++ b/responsive-ui/design/02a-metamask-AccDetails-OverToken.jpg
Binary files differ
diff --git a/ui/classic/design/02a-metamask-AccDetails-OverTransaction.jpg b/responsive-ui/design/02a-metamask-AccDetails-OverTransaction.jpg
index 8a06be6b..8a06be6b 100644
--- a/ui/classic/design/02a-metamask-AccDetails-OverTransaction.jpg
+++ b/responsive-ui/design/02a-metamask-AccDetails-OverTransaction.jpg
Binary files differ
diff --git a/ui/classic/design/02a-metamask-AccDetails.jpg b/responsive-ui/design/02a-metamask-AccDetails.jpg
index c37e0f53..c37e0f53 100644
--- a/ui/classic/design/02a-metamask-AccDetails.jpg
+++ b/responsive-ui/design/02a-metamask-AccDetails.jpg
Binary files differ
diff --git a/ui/classic/design/02b-metamask-AccDetails-Send.jpg b/responsive-ui/design/02b-metamask-AccDetails-Send.jpg
index 10f2d27f..10f2d27f 100644
--- a/ui/classic/design/02b-metamask-AccDetails-Send.jpg
+++ b/responsive-ui/design/02b-metamask-AccDetails-Send.jpg
Binary files differ
diff --git a/ui/classic/design/03-metamask-Qr.jpg b/responsive-ui/design/03-metamask-Qr.jpg
index 9c09de42..9c09de42 100644
--- a/ui/classic/design/03-metamask-Qr.jpg
+++ b/responsive-ui/design/03-metamask-Qr.jpg
Binary files differ
diff --git a/ui/classic/design/05-metamask-Menu.jpg b/responsive-ui/design/05-metamask-Menu.jpg
index 0a43d7b2..0a43d7b2 100644
--- a/ui/classic/design/05-metamask-Menu.jpg
+++ b/responsive-ui/design/05-metamask-Menu.jpg
Binary files differ
diff --git a/ui/classic/design/chromeStorePics/final_screen_dao_accounts.png b/responsive-ui/design/chromeStorePics/final_screen_dao_accounts.png
index 805cc96b..805cc96b 100644
--- a/ui/classic/design/chromeStorePics/final_screen_dao_accounts.png
+++ b/responsive-ui/design/chromeStorePics/final_screen_dao_accounts.png
Binary files differ
diff --git a/ui/classic/design/chromeStorePics/final_screen_dao_locked.png b/responsive-ui/design/chromeStorePics/final_screen_dao_locked.png
index 9d9e3393..9d9e3393 100644
--- a/ui/classic/design/chromeStorePics/final_screen_dao_locked.png
+++ b/responsive-ui/design/chromeStorePics/final_screen_dao_locked.png
Binary files differ
diff --git a/ui/classic/design/chromeStorePics/final_screen_dao_notification.png b/responsive-ui/design/chromeStorePics/final_screen_dao_notification.png
index d56a5ce6..d56a5ce6 100644
--- a/ui/classic/design/chromeStorePics/final_screen_dao_notification.png
+++ b/responsive-ui/design/chromeStorePics/final_screen_dao_notification.png
Binary files differ
diff --git a/ui/classic/design/chromeStorePics/final_screen_wei_account.png b/responsive-ui/design/chromeStorePics/final_screen_wei_account.png
index d503ff30..d503ff30 100644
--- a/ui/classic/design/chromeStorePics/final_screen_wei_account.png
+++ b/responsive-ui/design/chromeStorePics/final_screen_wei_account.png
Binary files differ
diff --git a/ui/classic/design/chromeStorePics/final_screen_wei_notification.png b/responsive-ui/design/chromeStorePics/final_screen_wei_notification.png
index 3560c51f..3560c51f 100644
--- a/ui/classic/design/chromeStorePics/final_screen_wei_notification.png
+++ b/responsive-ui/design/chromeStorePics/final_screen_wei_notification.png
Binary files differ
diff --git a/ui/classic/design/chromeStorePics/icon-128.png b/responsive-ui/design/chromeStorePics/icon-128.png
index ae687147..ae687147 100644
--- a/ui/classic/design/chromeStorePics/icon-128.png
+++ b/responsive-ui/design/chromeStorePics/icon-128.png
Binary files differ
diff --git a/ui/classic/design/chromeStorePics/icon-64.png b/responsive-ui/design/chromeStorePics/icon-64.png
index 7062cf4f..7062cf4f 100644
--- a/ui/classic/design/chromeStorePics/icon-64.png
+++ b/responsive-ui/design/chromeStorePics/icon-64.png
Binary files differ
diff --git a/ui/classic/design/chromeStorePics/metamask_icon.ai b/responsive-ui/design/chromeStorePics/metamask_icon.ai
index 27400c5a..27400c5a 100644
--- a/ui/classic/design/chromeStorePics/metamask_icon.ai
+++ b/responsive-ui/design/chromeStorePics/metamask_icon.ai
diff --git a/ui/classic/design/chromeStorePics/promo1400560.png b/responsive-ui/design/chromeStorePics/promo1400560.png
index d3637ecc..d3637ecc 100644
--- a/ui/classic/design/chromeStorePics/promo1400560.png
+++ b/responsive-ui/design/chromeStorePics/promo1400560.png
Binary files differ
diff --git a/ui/classic/design/chromeStorePics/promo440280.png b/responsive-ui/design/chromeStorePics/promo440280.png
index c1f92b1c..c1f92b1c 100644
--- a/ui/classic/design/chromeStorePics/promo440280.png
+++ b/responsive-ui/design/chromeStorePics/promo440280.png
Binary files differ
diff --git a/ui/classic/design/chromeStorePics/promo920680.png b/responsive-ui/design/chromeStorePics/promo920680.png
index 726bd810..726bd810 100644
--- a/ui/classic/design/chromeStorePics/promo920680.png
+++ b/responsive-ui/design/chromeStorePics/promo920680.png
Binary files differ
diff --git a/ui/classic/design/chromeStorePics/screen_dao_accounts.png b/responsive-ui/design/chromeStorePics/screen_dao_accounts.png
index 1a2e8052..1a2e8052 100644
--- a/ui/classic/design/chromeStorePics/screen_dao_accounts.png
+++ b/responsive-ui/design/chromeStorePics/screen_dao_accounts.png
Binary files differ
diff --git a/ui/classic/design/chromeStorePics/screen_dao_locked.png b/responsive-ui/design/chromeStorePics/screen_dao_locked.png
index 6592c17e..6592c17e 100644
--- a/ui/classic/design/chromeStorePics/screen_dao_locked.png
+++ b/responsive-ui/design/chromeStorePics/screen_dao_locked.png
Binary files differ
diff --git a/ui/classic/design/chromeStorePics/screen_dao_notification.png b/responsive-ui/design/chromeStorePics/screen_dao_notification.png
index baeb2ec3..baeb2ec3 100644
--- a/ui/classic/design/chromeStorePics/screen_dao_notification.png
+++ b/responsive-ui/design/chromeStorePics/screen_dao_notification.png
Binary files differ
diff --git a/ui/classic/design/chromeStorePics/screen_wei_account.png b/responsive-ui/design/chromeStorePics/screen_wei_account.png
index 23301e4b..23301e4b 100644
--- a/ui/classic/design/chromeStorePics/screen_wei_account.png
+++ b/responsive-ui/design/chromeStorePics/screen_wei_account.png
Binary files differ
diff --git a/ui/classic/design/chromeStorePics/screen_wei_notification.png b/responsive-ui/design/chromeStorePics/screen_wei_notification.png
index 7a763e5d..7a763e5d 100644
--- a/ui/classic/design/chromeStorePics/screen_wei_notification.png
+++ b/responsive-ui/design/chromeStorePics/screen_wei_notification.png
Binary files differ
diff --git a/ui/classic/design/metamask-logo-eyes.png b/responsive-ui/design/metamask-logo-eyes.png
index c29331b2..c29331b2 100644
--- a/ui/classic/design/metamask-logo-eyes.png
+++ b/responsive-ui/design/metamask-logo-eyes.png
Binary files differ
diff --git a/ui/classic/design/wireframes/1st_time_use.png b/responsive-ui/design/wireframes/1st_time_use.png
index c18ced5e..c18ced5e 100644
--- a/ui/classic/design/wireframes/1st_time_use.png
+++ b/responsive-ui/design/wireframes/1st_time_use.png
Binary files differ
diff --git a/ui/classic/design/wireframes/metamask_wfs_jan_13.pdf b/responsive-ui/design/wireframes/metamask_wfs_jan_13.pdf
index c77c9274..c77c9274 100644
--- a/ui/classic/design/wireframes/metamask_wfs_jan_13.pdf
+++ b/responsive-ui/design/wireframes/metamask_wfs_jan_13.pdf
Binary files differ
diff --git a/ui/classic/design/wireframes/metamask_wfs_jan_13.png b/responsive-ui/design/wireframes/metamask_wfs_jan_13.png
index d71d7bdb..d71d7bdb 100644
--- a/ui/classic/design/wireframes/metamask_wfs_jan_13.png
+++ b/responsive-ui/design/wireframes/metamask_wfs_jan_13.png
Binary files differ
diff --git a/ui/classic/design/wireframes/metamask_wfs_jan_18.pdf b/responsive-ui/design/wireframes/metamask_wfs_jan_18.pdf
index 592ba853..592ba853 100644
--- a/ui/classic/design/wireframes/metamask_wfs_jan_18.pdf
+++ b/responsive-ui/design/wireframes/metamask_wfs_jan_18.pdf
Binary files differ
diff --git a/ui/classic/example.js b/responsive-ui/example.js
index 4627c0e9..4627c0e9 100644
--- a/ui/classic/example.js
+++ b/responsive-ui/example.js
diff --git a/ui/classic/index.html b/responsive-ui/index.html
index 9dfaefbb..9dfaefbb 100644
--- a/ui/classic/index.html
+++ b/responsive-ui/index.html
diff --git a/ui/classic/index.js b/responsive-ui/index.js
index a729138d..a729138d 100644
--- a/ui/classic/index.js
+++ b/responsive-ui/index.js
diff --git a/ui/classic/lib/account-link.js b/responsive-ui/lib/account-link.js
index d061d0ad..d061d0ad 100644
--- a/ui/classic/lib/account-link.js
+++ b/responsive-ui/lib/account-link.js
diff --git a/ui/classic/lib/contract-namer.js b/responsive-ui/lib/contract-namer.js
index f05e770c..f05e770c 100644
--- a/ui/classic/lib/contract-namer.js
+++ b/responsive-ui/lib/contract-namer.js
diff --git a/ui/classic/lib/etherscan-prefix-for-network.js b/responsive-ui/lib/etherscan-prefix-for-network.js
index 2c1904f1..2c1904f1 100644
--- a/ui/classic/lib/etherscan-prefix-for-network.js
+++ b/responsive-ui/lib/etherscan-prefix-for-network.js
diff --git a/ui/classic/lib/explorer-link.js b/responsive-ui/lib/explorer-link.js
index 3b82ecd5..3b82ecd5 100644
--- a/ui/classic/lib/explorer-link.js
+++ b/responsive-ui/lib/explorer-link.js
diff --git a/ui/classic/lib/icon-factory.js b/responsive-ui/lib/icon-factory.js
index 27a74de6..27a74de6 100644
--- a/ui/classic/lib/icon-factory.js
+++ b/responsive-ui/lib/icon-factory.js
diff --git a/ui/classic/lib/lost-accounts-notice.js b/responsive-ui/lib/lost-accounts-notice.js
index 948b13db..948b13db 100644
--- a/ui/classic/lib/lost-accounts-notice.js
+++ b/responsive-ui/lib/lost-accounts-notice.js
diff --git a/ui/classic/lib/persistent-form.js b/responsive-ui/lib/persistent-form.js
index d4dc20b0..d4dc20b0 100644
--- a/ui/classic/lib/persistent-form.js
+++ b/responsive-ui/lib/persistent-form.js
diff --git a/ui/classic/lib/tx-helper.js b/responsive-ui/lib/tx-helper.js
index ec19daf6..ec19daf6 100644
--- a/ui/classic/lib/tx-helper.js
+++ b/responsive-ui/lib/tx-helper.js
diff --git a/test/unit/responsive/components/dropdown-test.js b/test/unit/responsive/components/dropdown-test.js
index 4d417d39..0472c541 100644
--- a/test/unit/responsive/components/dropdown-test.js
+++ b/test/unit/responsive/components/dropdown-test.js
@@ -5,8 +5,8 @@ const h = require('react-hyperscript');
const ReactTestUtils = require('react-addons-test-utils');
const sinon = require('sinon');
const path = require('path');
-const Dropdown = require(path.join(__dirname, '..', '..', '..', '..', 'ui', 'responsive', 'app', 'components', 'dropdown.js')).Dropdown;
-const DropdownMenuItem = require(path.join(__dirname, '..', '..', '..', '..', 'ui', 'responsive', 'app', 'components', 'dropdown.js')).DropdownMenuItem;
+const Dropdown = require(path.join(__dirname, '..', '..', '..', '..', 'responsive-ui', 'app', 'components', 'dropdown.js')).Dropdown;
+const DropdownMenuItem = require(path.join(__dirname, '..', '..', '..', '..', 'responsive-ui', 'app', 'components', 'dropdown.js')).DropdownMenuItem;
describe('Dropdown components', function () {
let onClickOutside;
@@ -112,4 +112,4 @@ describe('Dropdown components', function () {
ReactTestUtils.Simulate.click(node);
assert.equal(onClick.calledOnce, true);
});
-}); \ No newline at end of file
+});
diff --git a/ui/classic/app/account-detail.js b/ui/app/account-detail.js
index bed05a7f..bed05a7f 100644
--- a/ui/classic/app/account-detail.js
+++ b/ui/app/account-detail.js
diff --git a/ui/classic/app/accounts/account-list-item.js b/ui/app/accounts/account-list-item.js
index 10a0b6cc..10a0b6cc 100644
--- a/ui/classic/app/accounts/account-list-item.js
+++ b/ui/app/accounts/account-list-item.js
diff --git a/ui/responsive/app/accounts/import/index.js b/ui/app/accounts/import/index.js
index 97b38722..97b38722 100644
--- a/ui/responsive/app/accounts/import/index.js
+++ b/ui/app/accounts/import/index.js
diff --git a/ui/responsive/app/accounts/import/json.js b/ui/app/accounts/import/json.js
index 158a3c92..158a3c92 100644
--- a/ui/responsive/app/accounts/import/json.js
+++ b/ui/app/accounts/import/json.js
diff --git a/ui/responsive/app/accounts/import/private-key.js b/ui/app/accounts/import/private-key.js
index 68ccee58..68ccee58 100644
--- a/ui/responsive/app/accounts/import/private-key.js
+++ b/ui/app/accounts/import/private-key.js
diff --git a/ui/responsive/app/accounts/import/seed.js b/ui/app/accounts/import/seed.js
index b4a7c0af..b4a7c0af 100644
--- a/ui/responsive/app/accounts/import/seed.js
+++ b/ui/app/accounts/import/seed.js
diff --git a/ui/classic/app/accounts/index.js b/ui/app/accounts/index.js
index ac2615cd..ac2615cd 100644
--- a/ui/classic/app/accounts/index.js
+++ b/ui/app/accounts/index.js
diff --git a/ui/responsive/app/actions.js b/ui/app/actions.js
index 2c60448d..d99291e4 100644
--- a/ui/responsive/app/actions.js
+++ b/ui/app/actions.js
@@ -1,4 +1,4 @@
-const getBuyEthUrl = require('../../../app/scripts/lib/buy-eth-url')
+const getBuyEthUrl = require('../../app/scripts/lib/buy-eth-url')
var actions = {
_setBackgroundConnection: _setBackgroundConnection,
diff --git a/ui/responsive/app/add-token.js b/ui/app/add-token.js
index b303b5c0..b303b5c0 100644
--- a/ui/responsive/app/add-token.js
+++ b/ui/app/add-token.js
diff --git a/ui/classic/app/app.js b/ui/app/app.js
index 1a63002e..1a63002e 100644
--- a/ui/classic/app/app.js
+++ b/ui/app/app.js
diff --git a/ui/responsive/app/components/account-export.js b/ui/app/components/account-export.js
index 394d878f..394d878f 100644
--- a/ui/responsive/app/components/account-export.js
+++ b/ui/app/components/account-export.js
diff --git a/ui/classic/app/components/account-info-link.js b/ui/app/components/account-info-link.js
index 6526ab50..6526ab50 100644
--- a/ui/classic/app/components/account-info-link.js
+++ b/ui/app/components/account-info-link.js
diff --git a/ui/responsive/app/components/account-panel.js b/ui/app/components/account-panel.js
index abaaf816..abaaf816 100644
--- a/ui/responsive/app/components/account-panel.js
+++ b/ui/app/components/account-panel.js
diff --git a/ui/responsive/app/components/balance.js b/ui/app/components/balance.js
index 57ca8456..57ca8456 100644
--- a/ui/responsive/app/components/balance.js
+++ b/ui/app/components/balance.js
diff --git a/ui/responsive/app/components/binary-renderer.js b/ui/app/components/binary-renderer.js
index 0b6a1f5c..0b6a1f5c 100644
--- a/ui/responsive/app/components/binary-renderer.js
+++ b/ui/app/components/binary-renderer.js
diff --git a/ui/responsive/app/components/bn-as-decimal-input.js b/ui/app/components/bn-as-decimal-input.js
index f3ace472..f3ace472 100644
--- a/ui/responsive/app/components/bn-as-decimal-input.js
+++ b/ui/app/components/bn-as-decimal-input.js
diff --git a/ui/responsive/app/components/buy-button-subview.js b/ui/app/components/buy-button-subview.js
index 87084f92..87084f92 100644
--- a/ui/responsive/app/components/buy-button-subview.js
+++ b/ui/app/components/buy-button-subview.js
diff --git a/ui/responsive/app/components/coinbase-form.js b/ui/app/components/coinbase-form.js
index f44d8604..f44d8604 100644
--- a/ui/responsive/app/components/coinbase-form.js
+++ b/ui/app/components/coinbase-form.js
diff --git a/ui/responsive/app/components/copyButton.js b/ui/app/components/copyButton.js
index a25d0719..a25d0719 100644
--- a/ui/responsive/app/components/copyButton.js
+++ b/ui/app/components/copyButton.js
diff --git a/ui/responsive/app/components/copyable.js b/ui/app/components/copyable.js
index a4f6f4bc..a4f6f4bc 100644
--- a/ui/responsive/app/components/copyable.js
+++ b/ui/app/components/copyable.js
diff --git a/ui/responsive/app/components/custom-radio-list.js b/ui/app/components/custom-radio-list.js
index a4c52539..a4c52539 100644
--- a/ui/responsive/app/components/custom-radio-list.js
+++ b/ui/app/components/custom-radio-list.js
diff --git a/ui/classic/app/components/drop-menu-item.js b/ui/app/components/drop-menu-item.js
index e4294820..e4294820 100644
--- a/ui/classic/app/components/drop-menu-item.js
+++ b/ui/app/components/drop-menu-item.js
diff --git a/ui/classic/app/components/editable-label.js b/ui/app/components/editable-label.js
index 41936f5e..41936f5e 100644
--- a/ui/classic/app/components/editable-label.js
+++ b/ui/app/components/editable-label.js
diff --git a/ui/responsive/app/components/ens-input.js b/ui/app/components/ens-input.js
index 3a33ebf7..3a33ebf7 100644
--- a/ui/responsive/app/components/ens-input.js
+++ b/ui/app/components/ens-input.js
diff --git a/ui/responsive/app/components/eth-balance.js b/ui/app/components/eth-balance.js
index 4f538fd3..4f538fd3 100644
--- a/ui/responsive/app/components/eth-balance.js
+++ b/ui/app/components/eth-balance.js
diff --git a/ui/responsive/app/components/fiat-value.js b/ui/app/components/fiat-value.js
index 8a64a1cf..8a64a1cf 100644
--- a/ui/responsive/app/components/fiat-value.js
+++ b/ui/app/components/fiat-value.js
diff --git a/ui/responsive/app/components/hex-as-decimal-input.js b/ui/app/components/hex-as-decimal-input.js
index 4a71e958..4a71e958 100644
--- a/ui/responsive/app/components/hex-as-decimal-input.js
+++ b/ui/app/components/hex-as-decimal-input.js
diff --git a/ui/responsive/app/components/identicon.js b/ui/app/components/identicon.js
index c754bc6b..c754bc6b 100644
--- a/ui/responsive/app/components/identicon.js
+++ b/ui/app/components/identicon.js
diff --git a/ui/responsive/app/components/loading.js b/ui/app/components/loading.js
index 87d6f5d2..87d6f5d2 100644
--- a/ui/responsive/app/components/loading.js
+++ b/ui/app/components/loading.js
diff --git a/ui/responsive/app/components/mascot.js b/ui/app/components/mascot.js
index 973ec2ca..973ec2ca 100644
--- a/ui/responsive/app/components/mascot.js
+++ b/ui/app/components/mascot.js
diff --git a/ui/responsive/app/components/mini-account-panel.js b/ui/app/components/mini-account-panel.js
index c09cf5b7..c09cf5b7 100644
--- a/ui/responsive/app/components/mini-account-panel.js
+++ b/ui/app/components/mini-account-panel.js
diff --git a/ui/responsive/app/components/network.js b/ui/app/components/network.js
index 698a0bbb..698a0bbb 100644
--- a/ui/responsive/app/components/network.js
+++ b/ui/app/components/network.js
diff --git a/ui/responsive/app/components/notice.js b/ui/app/components/notice.js
index d9f0067c..d9f0067c 100644
--- a/ui/responsive/app/components/notice.js
+++ b/ui/app/components/notice.js
diff --git a/ui/responsive/app/components/pending-msg-details.js b/ui/app/components/pending-msg-details.js
index 16308d12..16308d12 100644
--- a/ui/responsive/app/components/pending-msg-details.js
+++ b/ui/app/components/pending-msg-details.js
diff --git a/ui/responsive/app/components/pending-msg.js b/ui/app/components/pending-msg.js
index b2cac164..b2cac164 100644
--- a/ui/responsive/app/components/pending-msg.js
+++ b/ui/app/components/pending-msg.js
diff --git a/ui/responsive/app/components/pending-personal-msg-details.js b/ui/app/components/pending-personal-msg-details.js
index 1050513f..1050513f 100644
--- a/ui/responsive/app/components/pending-personal-msg-details.js
+++ b/ui/app/components/pending-personal-msg-details.js
diff --git a/ui/responsive/app/components/pending-personal-msg.js b/ui/app/components/pending-personal-msg.js
index 4542adb2..4542adb2 100644
--- a/ui/responsive/app/components/pending-personal-msg.js
+++ b/ui/app/components/pending-personal-msg.js
diff --git a/ui/responsive/app/components/pending-tx.js b/ui/app/components/pending-tx.js
index 962680d3..d7d602f3 100644
--- a/ui/responsive/app/components/pending-tx.js
+++ b/ui/app/components/pending-tx.js
@@ -6,7 +6,7 @@ const clone = require('clone')
const ethUtil = require('ethereumjs-util')
const BN = ethUtil.BN
-const hexToBn = require('../../../../app/scripts/lib/hex-to-bn')
+const hexToBn = require('../../../app/scripts/lib/hex-to-bn')
const util = require('../util')
const MiniAccountPanel = require('./mini-account-panel')
const Copyable = require('./copyable')
diff --git a/ui/responsive/app/components/qr-code.js b/ui/app/components/qr-code.js
index 06b9aed9..06b9aed9 100644
--- a/ui/responsive/app/components/qr-code.js
+++ b/ui/app/components/qr-code.js
diff --git a/ui/responsive/app/components/range-slider.js b/ui/app/components/range-slider.js
index 823f5eb0..823f5eb0 100644
--- a/ui/responsive/app/components/range-slider.js
+++ b/ui/app/components/range-slider.js
diff --git a/ui/responsive/app/components/shapeshift-form.js b/ui/app/components/shapeshift-form.js
index e0a72042..e0a72042 100644
--- a/ui/responsive/app/components/shapeshift-form.js
+++ b/ui/app/components/shapeshift-form.js
diff --git a/ui/responsive/app/components/shift-list-item.js b/ui/app/components/shift-list-item.js
index 32bfbeda..32bfbeda 100644
--- a/ui/responsive/app/components/shift-list-item.js
+++ b/ui/app/components/shift-list-item.js
diff --git a/ui/responsive/app/components/tab-bar.js b/ui/app/components/tab-bar.js
index 6295e7dd..6295e7dd 100644
--- a/ui/responsive/app/components/tab-bar.js
+++ b/ui/app/components/tab-bar.js
diff --git a/ui/responsive/app/components/template.js b/ui/app/components/template.js
index b6ed8eaa..b6ed8eaa 100644
--- a/ui/responsive/app/components/template.js
+++ b/ui/app/components/template.js
diff --git a/ui/responsive/app/components/token-cell.js b/ui/app/components/token-cell.js
index 19d7139b..19d7139b 100644
--- a/ui/responsive/app/components/token-cell.js
+++ b/ui/app/components/token-cell.js
diff --git a/ui/responsive/app/components/token-list.js b/ui/app/components/token-list.js
index 20cfa897..20cfa897 100644
--- a/ui/responsive/app/components/token-list.js
+++ b/ui/app/components/token-list.js
diff --git a/ui/responsive/app/components/tooltip.js b/ui/app/components/tooltip.js
index edbc074b..edbc074b 100644
--- a/ui/responsive/app/components/tooltip.js
+++ b/ui/app/components/tooltip.js
diff --git a/ui/responsive/app/components/transaction-list-item-icon.js b/ui/app/components/transaction-list-item-icon.js
index 43105434..43105434 100644
--- a/ui/responsive/app/components/transaction-list-item-icon.js
+++ b/ui/app/components/transaction-list-item-icon.js
diff --git a/ui/responsive/app/components/transaction-list-item.js b/ui/app/components/transaction-list-item.js
index dbda66a3..dbda66a3 100644
--- a/ui/responsive/app/components/transaction-list-item.js
+++ b/ui/app/components/transaction-list-item.js
diff --git a/ui/responsive/app/components/transaction-list.js b/ui/app/components/transaction-list.js
index 3b4ba741..3b4ba741 100644
--- a/ui/responsive/app/components/transaction-list.js
+++ b/ui/app/components/transaction-list.js
diff --git a/ui/responsive/app/conf-tx.js b/ui/app/conf-tx.js
index 63b77ef7..63b77ef7 100644
--- a/ui/responsive/app/conf-tx.js
+++ b/ui/app/conf-tx.js
diff --git a/ui/responsive/app/config.js b/ui/app/config.js
index 62785c49..62785c49 100644
--- a/ui/responsive/app/config.js
+++ b/ui/app/config.js
diff --git a/ui/responsive/app/conversion.json b/ui/app/conversion.json
index 155ffc4f..155ffc4f 100644
--- a/ui/responsive/app/conversion.json
+++ b/ui/app/conversion.json
diff --git a/ui/responsive/app/css/debug.css b/ui/app/css/debug.css
index 3e125bcd..3e125bcd 100644
--- a/ui/responsive/app/css/debug.css
+++ b/ui/app/css/debug.css
diff --git a/ui/responsive/app/css/fonts.css b/ui/app/css/fonts.css
index 3b9f581b..3b9f581b 100644
--- a/ui/responsive/app/css/fonts.css
+++ b/ui/app/css/fonts.css
diff --git a/ui/classic/app/css/index.css b/ui/app/css/index.css
index 808aafb4..808aafb4 100644
--- a/ui/classic/app/css/index.css
+++ b/ui/app/css/index.css
diff --git a/ui/responsive/app/css/lib.css b/ui/app/css/lib.css
index 910a24ee..910a24ee 100644
--- a/ui/responsive/app/css/lib.css
+++ b/ui/app/css/lib.css
diff --git a/ui/responsive/app/css/reset.css b/ui/app/css/reset.css
index 9ce89e8b..9ce89e8b 100644
--- a/ui/responsive/app/css/reset.css
+++ b/ui/app/css/reset.css
diff --git a/ui/responsive/app/css/transitions.css b/ui/app/css/transitions.css
index 393a944f..393a944f 100644
--- a/ui/responsive/app/css/transitions.css
+++ b/ui/app/css/transitions.css
diff --git a/ui/responsive/app/first-time/init-menu.js b/ui/app/first-time/init-menu.js
index cc7c51bd..cc7c51bd 100644
--- a/ui/responsive/app/first-time/init-menu.js
+++ b/ui/app/first-time/init-menu.js
diff --git a/ui/responsive/app/img/identicon-tardigrade.png b/ui/app/img/identicon-tardigrade.png
index 1742a32b..1742a32b 100644
--- a/ui/responsive/app/img/identicon-tardigrade.png
+++ b/ui/app/img/identicon-tardigrade.png
Binary files differ
diff --git a/ui/responsive/app/img/identicon-walrus.png b/ui/app/img/identicon-walrus.png
index d58fae91..d58fae91 100644
--- a/ui/responsive/app/img/identicon-walrus.png
+++ b/ui/app/img/identicon-walrus.png
Binary files differ
diff --git a/ui/responsive/app/info.js b/ui/app/info.js
index e8470de9..e8470de9 100644
--- a/ui/responsive/app/info.js
+++ b/ui/app/info.js
diff --git a/ui/classic/app/keychains/hd/create-vault-complete.js b/ui/app/keychains/hd/create-vault-complete.js
index a318a9b5..a318a9b5 100644
--- a/ui/classic/app/keychains/hd/create-vault-complete.js
+++ b/ui/app/keychains/hd/create-vault-complete.js
diff --git a/ui/responsive/app/keychains/hd/recover-seed/confirmation.js b/ui/app/keychains/hd/recover-seed/confirmation.js
index 4ccbec9f..4ccbec9f 100644
--- a/ui/responsive/app/keychains/hd/recover-seed/confirmation.js
+++ b/ui/app/keychains/hd/recover-seed/confirmation.js
diff --git a/ui/responsive/app/keychains/hd/restore-vault.js b/ui/app/keychains/hd/restore-vault.js
index 06e51d9b..06e51d9b 100644
--- a/ui/responsive/app/keychains/hd/restore-vault.js
+++ b/ui/app/keychains/hd/restore-vault.js
diff --git a/ui/responsive/app/new-keychain.js b/ui/app/new-keychain.js
index cc963316..cc963316 100644
--- a/ui/responsive/app/new-keychain.js
+++ b/ui/app/new-keychain.js
diff --git a/ui/responsive/app/reducers.js b/ui/app/reducers.js
index 11efca52..11efca52 100644
--- a/ui/responsive/app/reducers.js
+++ b/ui/app/reducers.js
diff --git a/ui/responsive/app/reducers/app.js b/ui/app/reducers/app.js
index 2fcc9bfe..2fcc9bfe 100644
--- a/ui/responsive/app/reducers/app.js
+++ b/ui/app/reducers/app.js
diff --git a/ui/responsive/app/reducers/identities.js b/ui/app/reducers/identities.js
index 341a404e..341a404e 100644
--- a/ui/responsive/app/reducers/identities.js
+++ b/ui/app/reducers/identities.js
diff --git a/ui/responsive/app/reducers/metamask.js b/ui/app/reducers/metamask.js
index e0c416c2..e0c416c2 100644
--- a/ui/responsive/app/reducers/metamask.js
+++ b/ui/app/reducers/metamask.js
diff --git a/ui/responsive/app/root.js b/ui/app/root.js
index 9e7314b2..9e7314b2 100644
--- a/ui/responsive/app/root.js
+++ b/ui/app/root.js
diff --git a/ui/responsive/app/send.js b/ui/app/send.js
index a21a219e..a21a219e 100644
--- a/ui/responsive/app/send.js
+++ b/ui/app/send.js
diff --git a/ui/responsive/app/settings.js b/ui/app/settings.js
index 454cc95e..454cc95e 100644
--- a/ui/responsive/app/settings.js
+++ b/ui/app/settings.js
diff --git a/ui/responsive/app/store.js b/ui/app/store.js
index ba9e58b4..ba9e58b4 100644
--- a/ui/responsive/app/store.js
+++ b/ui/app/store.js
diff --git a/ui/responsive/app/template.js b/ui/app/template.js
index d15b30fd..d15b30fd 100644
--- a/ui/responsive/app/template.js
+++ b/ui/app/template.js
diff --git a/ui/responsive/app/unlock.js b/ui/app/unlock.js
index 1aee3c5d..1aee3c5d 100644
--- a/ui/responsive/app/unlock.js
+++ b/ui/app/unlock.js
diff --git a/ui/responsive/app/util.js b/ui/app/util.js
index ac3f42c6..ac3f42c6 100644
--- a/ui/responsive/app/util.js
+++ b/ui/app/util.js
diff --git a/ui/responsive/css.js b/ui/css.js
index 7c394a87..7c394a87 100644
--- a/ui/responsive/css.js
+++ b/ui/css.js
diff --git a/ui/responsive/design/00-metamask-SignIn.jpg b/ui/design/00-metamask-SignIn.jpg
index 2becdb03..2becdb03 100644
--- a/ui/responsive/design/00-metamask-SignIn.jpg
+++ b/ui/design/00-metamask-SignIn.jpg
Binary files differ
diff --git a/ui/responsive/design/01-metamask-SelectAcc.jpg b/ui/design/01-metamask-SelectAcc.jpg
index 239091a9..239091a9 100644
--- a/ui/responsive/design/01-metamask-SelectAcc.jpg
+++ b/ui/design/01-metamask-SelectAcc.jpg
Binary files differ
diff --git a/ui/responsive/design/02-metamask-AccDetails.jpg b/ui/design/02-metamask-AccDetails.jpg
index d7d408ff..d7d408ff 100644
--- a/ui/responsive/design/02-metamask-AccDetails.jpg
+++ b/ui/design/02-metamask-AccDetails.jpg
Binary files differ
diff --git a/ui/responsive/design/02a-metamask-AccDetails-OverToken.jpg b/ui/design/02a-metamask-AccDetails-OverToken.jpg
index f26ff31e..f26ff31e 100644
--- a/ui/responsive/design/02a-metamask-AccDetails-OverToken.jpg
+++ b/ui/design/02a-metamask-AccDetails-OverToken.jpg
Binary files differ
diff --git a/ui/responsive/design/02a-metamask-AccDetails-OverTransaction.jpg b/ui/design/02a-metamask-AccDetails-OverTransaction.jpg
index 8a06be6b..8a06be6b 100644
--- a/ui/responsive/design/02a-metamask-AccDetails-OverTransaction.jpg
+++ b/ui/design/02a-metamask-AccDetails-OverTransaction.jpg
Binary files differ
diff --git a/ui/responsive/design/02a-metamask-AccDetails.jpg b/ui/design/02a-metamask-AccDetails.jpg
index c37e0f53..c37e0f53 100644
--- a/ui/responsive/design/02a-metamask-AccDetails.jpg
+++ b/ui/design/02a-metamask-AccDetails.jpg
Binary files differ
diff --git a/ui/responsive/design/02b-metamask-AccDetails-Send.jpg b/ui/design/02b-metamask-AccDetails-Send.jpg
index 10f2d27f..10f2d27f 100644
--- a/ui/responsive/design/02b-metamask-AccDetails-Send.jpg
+++ b/ui/design/02b-metamask-AccDetails-Send.jpg
Binary files differ
diff --git a/ui/responsive/design/03-metamask-Qr.jpg b/ui/design/03-metamask-Qr.jpg
index 9c09de42..9c09de42 100644
--- a/ui/responsive/design/03-metamask-Qr.jpg
+++ b/ui/design/03-metamask-Qr.jpg
Binary files differ
diff --git a/ui/responsive/design/05-metamask-Menu.jpg b/ui/design/05-metamask-Menu.jpg
index 0a43d7b2..0a43d7b2 100644
--- a/ui/responsive/design/05-metamask-Menu.jpg
+++ b/ui/design/05-metamask-Menu.jpg
Binary files differ
diff --git a/ui/responsive/design/chromeStorePics/final_screen_dao_accounts.png b/ui/design/chromeStorePics/final_screen_dao_accounts.png
index 805cc96b..805cc96b 100644
--- a/ui/responsive/design/chromeStorePics/final_screen_dao_accounts.png
+++ b/ui/design/chromeStorePics/final_screen_dao_accounts.png
Binary files differ
diff --git a/ui/responsive/design/chromeStorePics/final_screen_dao_locked.png b/ui/design/chromeStorePics/final_screen_dao_locked.png
index 9d9e3393..9d9e3393 100644
--- a/ui/responsive/design/chromeStorePics/final_screen_dao_locked.png
+++ b/ui/design/chromeStorePics/final_screen_dao_locked.png
Binary files differ
diff --git a/ui/responsive/design/chromeStorePics/final_screen_dao_notification.png b/ui/design/chromeStorePics/final_screen_dao_notification.png
index d56a5ce6..d56a5ce6 100644
--- a/ui/responsive/design/chromeStorePics/final_screen_dao_notification.png
+++ b/ui/design/chromeStorePics/final_screen_dao_notification.png
Binary files differ
diff --git a/ui/responsive/design/chromeStorePics/final_screen_wei_account.png b/ui/design/chromeStorePics/final_screen_wei_account.png
index d503ff30..d503ff30 100644
--- a/ui/responsive/design/chromeStorePics/final_screen_wei_account.png
+++ b/ui/design/chromeStorePics/final_screen_wei_account.png
Binary files differ
diff --git a/ui/responsive/design/chromeStorePics/final_screen_wei_notification.png b/ui/design/chromeStorePics/final_screen_wei_notification.png
index 3560c51f..3560c51f 100644
--- a/ui/responsive/design/chromeStorePics/final_screen_wei_notification.png
+++ b/ui/design/chromeStorePics/final_screen_wei_notification.png
Binary files differ
diff --git a/ui/responsive/design/chromeStorePics/icon-128.png b/ui/design/chromeStorePics/icon-128.png
index ae687147..ae687147 100644
--- a/ui/responsive/design/chromeStorePics/icon-128.png
+++ b/ui/design/chromeStorePics/icon-128.png
Binary files differ
diff --git a/ui/responsive/design/chromeStorePics/icon-64.png b/ui/design/chromeStorePics/icon-64.png
index 7062cf4f..7062cf4f 100644
--- a/ui/responsive/design/chromeStorePics/icon-64.png
+++ b/ui/design/chromeStorePics/icon-64.png
Binary files differ
diff --git a/ui/responsive/design/chromeStorePics/metamask_icon.ai b/ui/design/chromeStorePics/metamask_icon.ai
index 27400c5a..27400c5a 100644
--- a/ui/responsive/design/chromeStorePics/metamask_icon.ai
+++ b/ui/design/chromeStorePics/metamask_icon.ai
diff --git a/ui/responsive/design/chromeStorePics/promo1400560.png b/ui/design/chromeStorePics/promo1400560.png
index d3637ecc..d3637ecc 100644
--- a/ui/responsive/design/chromeStorePics/promo1400560.png
+++ b/ui/design/chromeStorePics/promo1400560.png
Binary files differ
diff --git a/ui/responsive/design/chromeStorePics/promo440280.png b/ui/design/chromeStorePics/promo440280.png
index c1f92b1c..c1f92b1c 100644
--- a/ui/responsive/design/chromeStorePics/promo440280.png
+++ b/ui/design/chromeStorePics/promo440280.png
Binary files differ
diff --git a/ui/responsive/design/chromeStorePics/promo920680.png b/ui/design/chromeStorePics/promo920680.png
index 726bd810..726bd810 100644
--- a/ui/responsive/design/chromeStorePics/promo920680.png
+++ b/ui/design/chromeStorePics/promo920680.png
Binary files differ
diff --git a/ui/responsive/design/chromeStorePics/screen_dao_accounts.png b/ui/design/chromeStorePics/screen_dao_accounts.png
index 1a2e8052..1a2e8052 100644
--- a/ui/responsive/design/chromeStorePics/screen_dao_accounts.png
+++ b/ui/design/chromeStorePics/screen_dao_accounts.png
Binary files differ
diff --git a/ui/responsive/design/chromeStorePics/screen_dao_locked.png b/ui/design/chromeStorePics/screen_dao_locked.png
index 6592c17e..6592c17e 100644
--- a/ui/responsive/design/chromeStorePics/screen_dao_locked.png
+++ b/ui/design/chromeStorePics/screen_dao_locked.png
Binary files differ
diff --git a/ui/responsive/design/chromeStorePics/screen_dao_notification.png b/ui/design/chromeStorePics/screen_dao_notification.png
index baeb2ec3..baeb2ec3 100644
--- a/ui/responsive/design/chromeStorePics/screen_dao_notification.png
+++ b/ui/design/chromeStorePics/screen_dao_notification.png
Binary files differ
diff --git a/ui/responsive/design/chromeStorePics/screen_wei_account.png b/ui/design/chromeStorePics/screen_wei_account.png
index 23301e4b..23301e4b 100644
--- a/ui/responsive/design/chromeStorePics/screen_wei_account.png
+++ b/ui/design/chromeStorePics/screen_wei_account.png
Binary files differ
diff --git a/ui/responsive/design/chromeStorePics/screen_wei_notification.png b/ui/design/chromeStorePics/screen_wei_notification.png
index 7a763e5d..7a763e5d 100644
--- a/ui/responsive/design/chromeStorePics/screen_wei_notification.png
+++ b/ui/design/chromeStorePics/screen_wei_notification.png
Binary files differ
diff --git a/ui/responsive/design/metamask-logo-eyes.png b/ui/design/metamask-logo-eyes.png
index c29331b2..c29331b2 100644
--- a/ui/responsive/design/metamask-logo-eyes.png
+++ b/ui/design/metamask-logo-eyes.png
Binary files differ
diff --git a/ui/responsive/design/wireframes/1st_time_use.png b/ui/design/wireframes/1st_time_use.png
index c18ced5e..c18ced5e 100644
--- a/ui/responsive/design/wireframes/1st_time_use.png
+++ b/ui/design/wireframes/1st_time_use.png
Binary files differ
diff --git a/ui/responsive/design/wireframes/metamask_wfs_jan_13.pdf b/ui/design/wireframes/metamask_wfs_jan_13.pdf
index c77c9274..c77c9274 100644
--- a/ui/responsive/design/wireframes/metamask_wfs_jan_13.pdf
+++ b/ui/design/wireframes/metamask_wfs_jan_13.pdf
Binary files differ
diff --git a/ui/responsive/design/wireframes/metamask_wfs_jan_13.png b/ui/design/wireframes/metamask_wfs_jan_13.png
index d71d7bdb..d71d7bdb 100644
--- a/ui/responsive/design/wireframes/metamask_wfs_jan_13.png
+++ b/ui/design/wireframes/metamask_wfs_jan_13.png
Binary files differ
diff --git a/ui/responsive/design/wireframes/metamask_wfs_jan_18.pdf b/ui/design/wireframes/metamask_wfs_jan_18.pdf
index 592ba853..592ba853 100644
--- a/ui/responsive/design/wireframes/metamask_wfs_jan_18.pdf
+++ b/ui/design/wireframes/metamask_wfs_jan_18.pdf
Binary files differ
diff --git a/ui/responsive/example.js b/ui/example.js
index 4627c0e9..4627c0e9 100644
--- a/ui/responsive/example.js
+++ b/ui/example.js
diff --git a/ui/responsive/index.html b/ui/index.html
index 9dfaefbb..9dfaefbb 100644
--- a/ui/responsive/index.html
+++ b/ui/index.html
diff --git a/ui/responsive/index.js b/ui/index.js
index a729138d..a729138d 100644
--- a/ui/responsive/index.js
+++ b/ui/index.js
diff --git a/ui/responsive/lib/account-link.js b/ui/lib/account-link.js
index d061d0ad..d061d0ad 100644
--- a/ui/responsive/lib/account-link.js
+++ b/ui/lib/account-link.js
diff --git a/ui/responsive/lib/contract-namer.js b/ui/lib/contract-namer.js
index f05e770c..f05e770c 100644
--- a/ui/responsive/lib/contract-namer.js
+++ b/ui/lib/contract-namer.js
diff --git a/ui/responsive/lib/etherscan-prefix-for-network.js b/ui/lib/etherscan-prefix-for-network.js
index 2c1904f1..2c1904f1 100644
--- a/ui/responsive/lib/etherscan-prefix-for-network.js
+++ b/ui/lib/etherscan-prefix-for-network.js
diff --git a/ui/responsive/lib/explorer-link.js b/ui/lib/explorer-link.js
index 3b82ecd5..3b82ecd5 100644
--- a/ui/responsive/lib/explorer-link.js
+++ b/ui/lib/explorer-link.js
diff --git a/ui/responsive/lib/icon-factory.js b/ui/lib/icon-factory.js
index 27a74de6..27a74de6 100644
--- a/ui/responsive/lib/icon-factory.js
+++ b/ui/lib/icon-factory.js
diff --git a/ui/responsive/lib/lost-accounts-notice.js b/ui/lib/lost-accounts-notice.js
index 948b13db..948b13db 100644
--- a/ui/responsive/lib/lost-accounts-notice.js
+++ b/ui/lib/lost-accounts-notice.js
diff --git a/ui/responsive/lib/persistent-form.js b/ui/lib/persistent-form.js
index d4dc20b0..d4dc20b0 100644
--- a/ui/responsive/lib/persistent-form.js
+++ b/ui/lib/persistent-form.js
diff --git a/ui/responsive/lib/tx-helper.js b/ui/lib/tx-helper.js
index ec19daf6..ec19daf6 100644
--- a/ui/responsive/lib/tx-helper.js
+++ b/ui/lib/tx-helper.js
diff --git a/ui/responsive/.gitignore b/ui/responsive/.gitignore
deleted file mode 100644
index c6b1254b..00000000
--- a/ui/responsive/.gitignore
+++ /dev/null
@@ -1,66 +0,0 @@
-
-# Created by https://www.gitignore.io/api/osx,node
-
-### OSX ###
-.DS_Store
-.AppleDouble
-.LSOverride
-
-# Icon must end with two \r
-Icon
-
-# Thumbnails
-._*
-
-# Files that might appear in the root of a volume
-.DocumentRevisions-V100
-.fseventsd
-.Spotlight-V100
-.TemporaryItems
-.Trashes
-.VolumeIcon.icns
-
-# Directories potentially created on remote AFP share
-.AppleDB
-.AppleDesktop
-Network Trash Folder
-Temporary Items
-.apdisk
-
-
-### Node ###
-# Logs
-logs
-*.log
-npm-debug.log*
-
-# Runtime data
-pids
-*.pid
-*.seed
-
-# Directory for instrumented libs generated by jscoverage/JSCover
-lib-cov
-
-# Coverage directory used by tools like istanbul
-coverage
-
-# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
-.grunt
-
-# node-waf configuration
-.lock-wscript
-
-# Compiled binary addons (http://nodejs.org/api/addons.html)
-build/Release
-
-# Dependency directory
-# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
-node_modules
-
-# Optional npm cache directory
-.npm
-
-# Optional REPL history
-.node_repl_history
-