aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/reducers/app.js
Commit message (Expand)AuthorAgeFilesLines
* Folder restructure (#6304)Chi Kei Chan2019-03-221-788/+0
* Adds network loading retry / error screen.Dan Miller2018-12-131-0/+9
* Adds speed up slide-in gas customization sidebarDan Miller2018-12-041-0/+1
* Adds sidebar component and refactors slide in wallet view sidebar to use it.Dan Miller2018-08-291-3/+13
* Merge branch 'develop' into WatchTokenFeatureEsteban MIno2018-08-211-1/+28
|\
| * legacy and new hd path workingbrunobar792018-08-141-1/+1
| * good progress adding pathsbrunobar792018-08-141-0/+13
| * Merge pull request #4897 from MetaMask/qr-code-scanBruno Barbieri2018-08-111-1/+9
| |\
| | * use existing modalsbrunobar792018-07-311-11/+1
| | * working without injectionbrunobar792018-07-251-1/+19
| * | Get nonce for showing retry button using ethQuery transaction count.Dan Miller2018-08-091-0/+6
| |/
* / watch token on old uiEsteban MIno2018-08-081-0/+9
|/
* added new global alertbrunobar792018-07-191-0/+15
* eslint --fix .brunobar792018-07-031-1/+1
* Only show the customize gas modal if the estimateGas call is not currently in...Dan2018-06-191-0/+11
* Add notification for dropped retry transactions (#4363)Alexander Tseung2018-05-301-7/+12
* Require loglevel singleton in each module that uses itbitpshr2018-04-141-0/+1
* Fix flashing to Log in screen after logging in or restoring from seed phrase ...Alexander Tseung2018-03-081-5/+9
* Fix NewUI reveal seed flow. (#3410)Dan J Miller2018-03-031-2/+2
* Remove chrome focus outline for mouse users. (#3230)Dan J Miller2018-02-131-0/+7
* Fix bug stemming from erroneously persistant unlock failure error message. (#...Dan J Miller2018-01-301-0/+5
* Restore display of all unconfirmed transactions.Dan2018-01-161-34/+34
* New add account page with create and import options.Dan2018-01-131-1/+18
* [NewUI-flat] New deposit ether modal UI. (#2642)Dan J Miller2018-01-131-2/+3
* Merge branch 'master' into merge-masterChi Kei Chan2017-11-161-0/+1
|\
| * Remove warning message when show import pageDaijiro Wachi2017-10-311-0/+1
* | More lint fixesDan2017-11-021-2/+2
* | Merge branch 'master' into NewUI-flatChi Kei Chan2017-10-251-0/+10
|\|
| * ShapeShift IntegrationChi Kei Chan2017-10-211-1/+0
| * Fix merge conflict; separate onboarding buy screenChi Kei Chan2017-10-211-0/+11
* | Merge branch 'NewUI-flat' into mergeChi Kei Chan2017-10-191-33/+100
|\ \ | |/ |/|
| * Adds a back button to export private key modal; connects account details to s...Dan2017-09-281-1/+6
| * Restore notification functionalityDan2017-09-271-0/+5
| * Add Confirm Send token screenChi Kei Chan2017-09-231-30/+30
| * Send user to most recent pending transaction after sending a transaction.Dan2017-09-141-2/+6
| * Use ternary operator instead of two conditionals.Dan2017-09-081-1/+1
| * Show confirm transaction screen when clicking a pending transaction in the list.Dan2017-09-081-1/+1
| * Remove default to confirm screen on login.Dan2017-09-081-4/+0
| * Send Token screen partial UIChi Kei Chan2017-09-071-0/+10
| * Extend modal implementation and state management to accomodate multiple modal...sdtsui2017-08-211-3/+16
| * [WIP] Extract network dropdown into own componentsdtsui2017-08-141-1/+12
| * Merge branch 'master' into NewUI-flatkumavis2017-08-091-3/+6
| |\
| * | Add actions and reducers for global modalsdtsui2017-08-091-0/+12
| * | Hook up responsive sidebarsdtsui2017-08-031-0/+11
| * | Move responsive ui into its own folder for easier mergesDan Finlay2017-07-211-0/+585
| * | Make folder for responsive UIDan Finlay2017-07-041-585/+0
* | | Add eth_signTypedData handlerSergey Ukustov2017-09-301-2/+2
| |/ |/|
* | lint fixeskumavis2017-08-041-3/+6
|/
* Create add token button and template viewDan Finlay2017-06-151-0/+10
* Fix linting warningsThomas Huang2017-04-271-1/+1
* remove updateCoinBaseAmount actionJared Pereira2017-04-241-13/+0
* remove updateBuyAddress actionJared Pereira2017-04-241-13/+0
* remove extra buyAddress in stateJared Pereira2017-04-231-1/+0
* Initial redo attempt of the buy view to look like vladt's desighnfrankiebee2017-04-191-6/+8
* ui - move popup auto-close after tx conf to ui entrypointkumavis2017-04-011-5/+4
* ui - startPopup returns store after bootkumavis2017-04-011-0/+1
* ui - reducer - app - code cleanupkumavis2017-04-011-27/+20
* etc - fix notification-manager ref, remove duplicated test filekumavis2017-03-311-2/+4
* introduce platform api and rename notifications to notification-managerkumavis2017-03-311-1/+1
* Add personalMessages to function to calculate pending tx index.Kevin Serrano2017-03-251-1/+2
* Remove redundant removal of loading indicator. Integrate loading indicator di...Kevin Serrano2017-03-221-0/+1
* Fixed bug that made send screen sometimes transition to account detailDan Finlay2017-03-011-1/+1
* Fix cancel msg signing behavior.Dan Finlay2017-02-241-7/+8
* Got personal_sign workingDan Finlay2017-02-241-11/+19
* Merge branch 'dev' into messageManagerCleanUpFrankie2017-02-021-4/+4
|\
| * rename selectedAccount to selectedAddresskumavis2017-01-311-4/+4
* | Clean up message manger includes:Frankie2017-01-291-9/+9
|/
* Add ability to import v3 JSON walletsDan Finlay2017-01-191-0/+1
* Merge branch 'i328-MultiVault-v1' into i715-AddImportMenuDan Finlay2017-01-181-0/+9
|\
| * Scaffold new account viewDan Finlay2016-11-051-0/+9
* | Add "import account" menu item + template viewDan Finlay2017-01-181-0/+8
* | Merge branch 'master' into devDan Finlay2017-01-171-1/+1
|\ \
| * | update coinbase info and viewFrankie2017-01-111-1/+1
* | | Merge pull request #937 from MetaMask/i900-forgot-password-flowDan Finlay2016-12-201-1/+11
|\ \ \
| * | | Modify actions to support better transition.Kevin Serrano2016-12-201-0/+9
| * | | Redirect to seed word screen for forgotten passwords.Kevin Serrano2016-12-201-1/+2
* | | | Merged master into devDan Finlay2016-12-201-0/+6
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Add ability to show notices to user & get confirmation.Kevin Serrano2016-12-171-0/+6
* | | Fix vault encrypting & unlocking bugDan Finlay2016-12-011-1/+13
* | | Fix proper behavior for restoring accounts when password forgotten.Kevin Serrano2016-11-241-0/+1
* | | change all instances of selectedAddress to selectedAccount.Kevin Serrano2016-11-221-1/+1
* | | Linting to the max.Kevin Serrano2016-11-121-1/+0
| |/ |/|
* | Fixed bugs related to clearing caches when restoring to a new vaultDan Finlay2016-11-021-1/+1
* | Phase out extra warning screen.Kevin Serrano2016-10-261-4/+1
* | LintedDan Finlay2016-10-211-1/+1
* | Initial work on UI sideKevin Serrano2016-10-161-1/+9
|/
* Drop the buy button in the confTx view if account does not have enough ethFrankie2016-09-161-2/+2
* Merge branch 'master' into qrCodeFrankie2016-09-141-1/+0
|\
| * ui - remove unused currentDomain propkumavis2016-09-131-1/+0
* | Remove unused code in qr actionsFrankie2016-09-131-2/+0
* | Add qrcode-npm to package.json and swap out Qr Code generator api for node-mo...Frankie2016-09-131-2/+3
|/
* Remove console.logFrankie2016-09-091-1/+0
* Add to CHANGELOG.md and Remove unnecessary catchFrankie2016-09-091-9/+0
* Add network checks for unconfirmed TxsFrankie2016-09-091-3/+16
* Merge branch 'master' into i#563forgotPasswordFrankie2016-08-261-1/+4
|\
| * LintedDan Finlay2016-08-241-1/+0
| * Close notification on opening main UIDan Finlay2016-08-241-7/+1
| * Close popup even if last tx is dismissed from main UIDan Finlay2016-08-241-7/+8
| * Merge branch 'master' into PopupNotificationsDan Finlay2016-08-231-0/+14
| |\
| * | LintedDan Finlay2016-08-171-7/+4
| * | MVP Popup Notifications WorkingDan Finlay2016-08-171-0/+12
* | | Add a back button on lock screen to go back to init menuFrankie2016-08-261-0/+21
| |/ |/|
* | Create a ShapeShift tx in tx HistoryFrankie2016-08-191-1/+1
* | WIP: ShapeShift txFrankie2016-08-191-1/+15
|/
* Change buy forms so that they are their own view and add Qr-codeFrankie2016-08-131-33/+27
* Fix merge messFrankie2016-08-111-2/+104
* Buy button (#474)Frankie2016-07-221-1/+17
* Move main drop-down state to component stateDan Finlay2016-07-021-10/+0
* Manually lintedDan Finlay2016-06-221-3/+1
* Auto lintedDan Finlay2016-06-221-307/+305
* A couple seed recovery enhancementsDan Finlay2016-06-031-2/+4
* Added seed word recovery to config screenDan Finlay2016-06-031-1/+13
* Add clicking txs in list shows tx conf screenDan Finlay2016-05-271-2/+26
* Merge branch 'master' into FixTransactionBackButtonDan Finlay2016-05-261-0/+1
|\
| * Fix persistent warning bugDan Finlay2016-05-261-0/+1
* | Add number indicating pending txs to account listDan Finlay2016-05-261-1/+0
* | Fix back button on pending tx screenDan Finlay2016-05-261-3/+20
|/
* Add ability to add account to vaultDan Finlay2016-05-211-0/+6
* Make accounts page transition forward from account detailDan Finlay2016-05-191-2/+2
* Add dynamic list item stylesDan Finlay2016-05-191-0/+5
* Add animated sandwich buttonDan Finlay2016-05-191-0/+6
* Fix more transition bugsDan Finlay2016-05-121-3/+6
* Merge branch 'MoveAccountExportToSubview' into FixButtonStyleBugDan Finlay2016-05-051-0/+17
|\
| * Move account export to subviewDan Finlay2016-05-051-0/+17
* | Fix routing bugDan Finlay2016-05-051-0/+2
|/
* Show any pending txs when unlockingDan Finlay2016-05-041-0/+1
* Add UI for Signing MessagesDan Finlay2016-05-041-7/+20
* Fix outdated transitionsDan Finlay2016-04-301-4/+3
* When no account is selected, show accounts viewDan Finlay2016-04-261-2/+3
* Persist selected accountDan Finlay2016-04-261-3/+1
* Fixed some loading bugsDan Finlay2016-04-261-3/+1
* Fix testDan Finlay2016-04-261-2/+0
* Make account detail view the primary viewDan Finlay2016-04-261-2/+25
* Moved UI into repo with its own dependency stackDan Finlay2016-04-141-0/+281