1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/app
Mark Stacey a6f2156386
Update account options menu design (#8654)
The `AccountDetailsDropdown` component has been rewritten to use the
new `Menu` component, and to follow the latest designs.

This should be functionally equivalent. A couple of the icons have
changed, but that's about it.

Support for a subtitle was added to `MenuItem` to support the `origin`
subtitle used for the explorer link for custom RPC endpoints.

A few adjustments were required to `test/helper.js` to accommodate
the use of `Menu` from a JSDOM context (this is the first time it's
been used in a unit test). A `popover-content` element was added to the
fake DOM, and another global was added that `react-popper` used
internally.

An additional driver method (`clickPoint`) was added to the e2e driver
to allow clicking the background behind the menu to dismiss it. This
wasn't possible using the `clickElement` method, because that method
would refuse to click an obscured element. The only non-obscured
element to click was the menu backdrop, and that didn't work either
because the center was obscured by the menu (Selenium clicks the center
of whichever element is targeted).
2020-05-27 12:31:53 -03:00
..
components Update account options menu design (#8654) 2020-05-27 12:31:53 -03:00
contexts Use createContext for metametrics context (preserve legacy context) (#8540) 2020-05-08 11:41:43 -05:00
css Update account options menu design (#8654) 2020-05-27 12:31:53 -03:00
ducks Add default values for preferences (#8584) 2020-05-13 11:53:00 -03:00
helpers Implement new transaction list design (#8564) 2020-05-26 15:49:11 -05:00
hooks Implement new transaction list design (#8564) 2020-05-26 15:49:11 -05:00
pages Rename preferencesSelector selector to getPreferences (#8647) 2020-05-26 03:41:58 -02:30
selectors Implement new transaction list design (#8564) 2020-05-26 15:49:11 -05:00
store Persist home tab state (#8612) 2020-05-25 16:31:28 -02:30