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 7e4916e59e
Simplify tab component (#8132)
The tab component now sets the `tab` and `tab--active` classes
internally regardless what class is passed in. The convention in React
is to allow adding _additional_ classes via the `className` prop, not
to allow removing internal classes entirely.

the `activeClassName` prop was removed entirely. A few other props that
are always passed in have been marked as required.
2020-02-27 18:00:42 -04:00
..
components Simplify tab component (#8132) 2020-02-27 18:00:42 -04:00
css Delete shapeshift functionality; retain state and display (#8118) 2020-02-26 09:34:46 -08:00
ducks Delete shapeshift functionality; retain state and display (#8118) 2020-02-26 09:34:46 -08:00
helpers Change permissions connect screen to use browser routing (#8072) 2020-02-27 11:20:05 -04:00
pages Remove faux <header> elements (#8131) 2020-02-27 18:00:20 -04:00
selectors Adding setting for disabling Eth Phishing Detection (#8125) 2020-02-27 02:29:41 -04:00
store Adding setting for disabling Eth Phishing Detection (#8125) 2020-02-27 02:29:41 -04:00