mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
* GridPlus: Adds support for GridPlus Lattice1 hardware wallet
* Fixes issue with switching hardware HD path
The main `Select HD Path` piece of the account selection component was not
properly hooked up to the state manager (`onPathChange`) and the extra
`Popover` component was being used instead.
I'm not sure what the origin of this is, but I don't see why the Popover
is needed at all. I have remove it and hooked `onPathChange` directly into
the HD path selector dropdown.
This was an issue that nearly every Lattice user who had come from Ledger
has contacted us about.
* GridPlus: Addresses QA issues
* Adds Lattice tutorial + image
* Cleans up connectivity issues (see: https://github.com/GridPlus/eth-lattice-keyring/pull/16)
* GridPlus: Adds Firefox support
To connect to the Lattice you need to open a new tab/window and get
login data from it. We were not able to do this for Firefox because
we relied on the `window` API. This is now fixed.
See corresponding changes:
* `eth-lattice-keyring`: https://github.com/GridPlus/eth-lattice-keyring/pull/17
* Lattice connector: https://github.com/GridPlus/wallet-web/pull/152
* GridPlus: Adds missing error path for Firefox
See:
|
||
---|---|---|
.. | ||
account-list-item | ||
account-menu | ||
advanced-gas-controls | ||
alerts | ||
app-header | ||
asset-list | ||
asset-list-item | ||
cancel-button | ||
collectibles-list | ||
confirm-page-container | ||
connected-accounts-list | ||
connected-accounts-permissions | ||
connected-sites-list | ||
connected-status-indicator | ||
contact-list | ||
dropdowns | ||
edit-gas-display | ||
edit-gas-display-education | ||
edit-gas-popover | ||
gas-customization | ||
gas-timing | ||
home-notification | ||
import-token-link | ||
info-box | ||
ledger-instruction-field | ||
loading-network-screen | ||
menu-bar | ||
metamask-template-renderer | ||
metamask-translation | ||
modal | ||
modals | ||
multiple-notifications | ||
network-display | ||
permission-page-container | ||
permissions-connect-footer | ||
permissions-connect-header | ||
recovery-phrase-reminder | ||
selected-account | ||
signature-request | ||
signature-request-original | ||
step-progress-bar | ||
tab-bar | ||
token-cell | ||
token-list | ||
transaction-activity-log | ||
transaction-breakdown | ||
transaction-detail | ||
transaction-detail-item | ||
transaction-icon | ||
transaction-list | ||
transaction-list-item | ||
transaction-list-item-details | ||
transaction-status | ||
transaction-total-banner | ||
user-preferenced-currency-display | ||
user-preferenced-currency-input | ||
user-preferenced-token-input | ||
wallet-overview | ||
whats-new-popup | ||
app-components.scss | ||
menu-droppo.js |