1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 10:30:04 +01:00
metamask-extension/ui/app
Whymarrh Whitby 665ac860e5 Remove selectedIdentity prop from wallet view
The selectedIdentity property is computed based on the selectedAddress
which means that using both the selectedAddress and the selectedIdentity
is redundant. In the case of the Array#find call on the set of keyrings,
we wouldn't have a situation where one is included and the other isn't.

This changeset removes the selectedIdentity from the wallet view because
it isn't needed.
2018-06-05 12:25:06 -07:00
..
accounts/new-account Move setAccountLabel into PreferencesController 2018-05-17 12:57:39 -02:30
components Remove selectedIdentity prop from wallet view 2018-06-05 12:25:06 -07:00
css Merge pull request #4428 from MetaMask/fix-tokenlist-balance-overflow 2018-06-04 14:59:03 -02:30
first-time lint - cleanup some unused variables 2018-05-02 18:23:55 -07:00
helpers Update designs for Add Token screen 2018-05-19 23:04:19 -07:00
img Move responsive ui into its own folder for easier merges 2017-07-20 12:38:38 -07:00
keychains/hd Use new design for reveal seed screen. Persist seed words only in first time flow 2018-04-22 09:24:21 -07:00
reducers Add notification for dropped retry transactions (#4363) 2018-05-29 10:23:06 -07:00
account-and-transaction-details.js Wallet view supports screen sizes between 576px and 667px (#3193) 2018-02-05 18:31:21 -08:00
actions.js Add new alert modals 2018-05-31 10:37:52 -07:00
app.js Prevent loading screen from overlaying the app bar (#4417) 2018-05-30 10:38:53 -07:00
conf-tx.js Add notification for dropped retry transactions (#4363) 2018-05-29 10:23:06 -07:00
conversion-util.js Retry transaction logic added to tx-list-item, confirm-send-ether, customize-gas-modal, and dependents. 2018-03-09 00:19:26 -03:30
i18n-provider.js Add withRouter to I18nProvider component 2018-04-02 13:15:31 -07:00
infura-conversion.json Add AUD, HKD, SGD, IDR, PHP to currency conversion list 2017-09-27 11:16:38 -07:00
main-container.js Add new unlock screen design 2018-05-11 12:49:17 -07:00
metamask-connect.js Memoize t function in metamask-connect 2018-03-23 14:21:32 -02:30
new-keychain.js Removes t from props via metamask-connect and instead places it on context via a provider. 2018-03-29 12:42:38 -02:30
reducers.js Handle i18n with redux. 2018-03-15 21:59:45 -02:30
root.js Stopping wrapping provider children in div; stop wrapping old-ui in provider. 2018-03-29 20:16:45 -02:30
routes.js Update designs for Add Token screen 2018-05-19 23:04:19 -07:00
select-app.js lint - cleanup some unused variables 2018-05-02 18:23:55 -07:00
selectors.js Fetch token prices based on contract address 2018-04-15 23:46:40 -04:00
send-v2.js Change btn-secondary styles to btn-default. Make btn-secondary red warning style buttons 2018-05-31 10:37:52 -07:00
store.js build - correctly set METAMASK_ENV via envify 2018-04-03 09:51:33 -07:00
token-util.js token-util - warn via loglevel on token lookup failure 2018-05-18 10:51:49 -07:00
util.js Show checksummed addresses throughout the UI 2018-04-18 09:47:05 -04:00
welcome-screen.js Fix lint errors 2018-04-02 16:24:37 -07:00