1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +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
keychains/hd
reducers Add notification for dropped retry transactions (#4363) 2018-05-29 10:23:06 -07:00
account-and-transaction-details.js
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
i18n-provider.js
infura-conversion.json
main-container.js Add new unlock screen design 2018-05-11 12:49:17 -07:00
metamask-connect.js
new-keychain.js
reducers.js
root.js
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
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
token-util.js token-util - warn via loglevel on token lookup failure 2018-05-18 10:51:49 -07:00
util.js
welcome-screen.js