1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app/pages
Mark Stacey 53feb20803
Alert user upon switching to unconnected account (#8312)
An alert is now shown when the user switches from an account that is
connected to the active tab to an account that is not connected. The
alert prompts the user to dismiss the alert or connect the account
they're switching to.

The "loading" state is handled by disabling the buttons, and the error
state is handled by displaying a generic error message and disabling
the connect button.

The new reducer for this alert has been created with `createSlice` from
the Redux Toolkit. This utility is recommended by the Redux team, and
represents a new style of writing reducers that I hope we will use more
in the future (or at least something similar). `createSlice` constructs
a reducer, actions, and action creators automatically. The reducer is
constructed using their `createReducer` helper, which uses Immer to
allow directly mutating the state in the reducer but exposing these
changes as immutable.
2020-04-29 14:10:51 -03:00
..
add-token
confirm-add-suggested-token
confirm-add-token
confirm-approve Enable react/jsx-first-prop-new-line for multiline, single prop JSX (#8276) 2020-04-01 18:08:19 -02:30
confirm-decrypt-message
confirm-deploy-contract
confirm-encryption-public-key
confirm-send-ether
confirm-send-token
confirm-token-transaction-base
confirm-transaction
confirm-transaction-base Rename addressSlicer function to shortenAddress (#8408) 2020-04-24 09:52:09 -07:00
confirm-transaction-switch
connected-sites Fix Connected Sites data selector (#8310) 2020-04-08 20:38:48 -02:30
create-account Remove leftover references to Coinbase (#8403) 2020-04-23 20:32:15 -03:00
error
first-time-flow
home Delete Dai/Sai migration notification (#8418) 2020-04-27 16:23:43 -02:30
keychains
lock
mobile-sync
permissions-connect Route to home page after connecting in popup (#8357) 2020-04-17 12:48:13 -07:00
routes Alert user upon switching to unconnected account (#8312) 2020-04-29 14:10:51 -03:00
send Return Promise from addToAddressBook thunk (#8450) 2020-04-29 01:59:49 -03:00
settings Return Promise from removeFromAddressBook thunk (#8451) 2020-04-29 09:36:10 -03:00
unlock-page Await completion of markPasswordForgotten (#8381) 2020-04-22 16:15:22 -03:00
index.js
index.scss