aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/actions.js
Commit message (Collapse)AuthorAgeFilesLines
* Add qrcode-npm to package.json and swap out Qr Code generator api for ↵Frankie2016-09-131-39/+11
| | | | node-module
* Show loading indication during unlocking.Dan Finlay2016-09-091-0/+2
|
* Show conf screen after send requestDan Finlay2016-09-021-2/+1
|
* Add a back button on lock screen to go back to init menuFrankie2016-08-261-0/+18
|
* Create a ShapeShift tx in tx HistoryFrankie2016-08-191-1/+1
|
* Merge branch 'master' into shapeshiftTxFrankie2016-08-191-0/+19
|\
| * linting and ignoring.Kevin Serrano2016-08-171-5/+0
| |
| * Merge master.Kevin Serrano2016-08-161-0/+161
| |\
| * | Did not previously call functions before!Kevin Serrano2016-08-101-0/+3
| | |
| * | Fix default value. Add loading indication for async.Kevin Serrano2016-08-101-0/+4
| | |
| * | currency now selectable and save-able.Kevin Serrano2016-08-051-2/+0
| | |
| * | Fix merge conflicts. Fix typos. Ensure currency immediately updated on load.Kevin Serrano2016-07-231-0/+35
| |\ \
| * | | Linting!Kevin Serrano2016-07-231-2/+2
| | | |
| * | | Add date access throughout the data flow.Kevin Serrano2016-07-221-0/+1
| | | |
| * | | Add data field to pass up parameters up to reducer.Kevin Serrano2016-07-221-1/+5
| | | |
| * | | Add fiat actions to metamask controllere and actions.Kevin Serrano2016-07-221-0/+14
| | | |
* | | | WIP: ShapeShift txFrankie2016-08-191-0/+29
| |_|/ |/| |
* | | Remove ethereum classic providerDan Finlay2016-08-151-2/+1
| | | | | | | | | | | | Fixes #542
* | | Add multi message capability to Qr view for market infoFrankie2016-08-131-3/+4
| | |
* | | Change buy forms so that they are their own view and add Qr-codeFrankie2016-08-131-9/+37
| | |
* | | Fix merge messFrankie2016-08-111-1/+0
| | |
* | | Merge branch 'master' into buyFormFrankie2016-08-111-1/+1
|\ \ \ | | |/ | |/|
| * | Buy button (#474)Frankie2016-07-221-0/+35
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIP: Buy button link * Add buy eth and the buy eth warning message * Add css * Move the opening of coinbase page to background and send to faucet if on test net * Create a Warning about storeing eth * Finish Buy button and Eth store warning screen * Add to CHANGELOG * fix frankies deletion and change chrome to extension
* / Create "buy form" add shape shiftFrankie2016-08-111-0/+169
|/
* Move main drop-down state to component stateDan Finlay2016-07-021-19/+0
|
* Fix broken action referenceDan Finlay2016-07-011-0/+5
|
* Manually lintedDan Finlay2016-06-221-7/+21
|
* Auto lintedDan Finlay2016-06-221-57/+56
|
* Fix disclaimer approving actionDan Finlay2016-06-171-1/+2
|
* Add disclaimer consent actionDan Finlay2016-06-171-0/+13
|
* Merge branch 'master' into display_networkDan Finlay2016-06-041-1/+26
|\
| * Added seed word recovery to config screenDan Finlay2016-06-031-1/+26
| |
* | network status getting set upon start-up and showing in title bar but not ↵Zac Mitton2016-06-021-0/+8
|/ | | | auto-updating yet
* Add clicking txs in list shows tx conf screenDan Finlay2016-05-271-0/+9
|
* actions - remove use of 'this'kumavis2016-05-261-70/+70
|
* Added ability to nickname wallets locallyDan Finlay2016-05-211-0/+18
| | | | The changes are persisted to localstorage, so they cannot be restored on a new computer, but for right now it's a nice organizational feature.
* Add ability to add account to vaultDan Finlay2016-05-211-0/+15
| | | | | | | | Scrolling to the bottom of the accounts page now reveals a downward-facing chevron button. Pressing this button shows loading indication, adds a new account to the identity vault, displays it in the list, and scrolls the list to the bottom of the page. Any number of accounts can be generated in this way, and the UX feels intuitive without having to overly explain how HD paths work.
* Add dynamic list item stylesDan Finlay2016-05-191-0/+9
|
* Add animated sandwich buttonDan Finlay2016-05-191-0/+11
|
* Streamlined some transition logicDan Finlay2016-05-131-11/+13
| | | | | | | | Fixes #122 Had used multiple actions for some transitions, which would lead to brief intermediary states. Now making a few actions much more explicit about what they route to, so there is less intermediary logic, and we can transition confidently to the correct view.
* Fix more transition bugsDan Finlay2016-05-121-6/+7
|
* Make default providers more easiliy configurable for metamask devsDan Finlay2016-05-111-0/+10
| | | | | | | | No longer do our `mainnet` and `testnet` buttons set specific RPC urls. Now they set `provider.type`, which gets interpreted with code. Currently the provider types of `mainnet` and `testnet` point to our new scalable backends, but these could be re-interpreted to use any other provider, be it etherscan, peer to peer, or otherwise. Makes it easier for us to upgrade our infrastructure without incorporating migration logic into the program.
* Fix transition bugs after vault restoreDan Finlay2016-05-111-1/+1
|
* Restored signTx actionDan Finlay2016-05-071-0/+15
|
* Fix routing bugDan Finlay2016-05-051-1/+0
| | | | Where sometimes the account list was shown when first unlocking, after momentarily showing the detail panel.
* Show any pending txs when unlockingDan Finlay2016-05-041-1/+0
| | | | Before the unlock action hard-routed to the home route, now it has a condition where it will show pending transactions instead.
* Add UI for Signing MessagesDan Finlay2016-05-041-6/+12
| | | | | | | | | | Calls to `eth.sign` are now transiently persisted in memory, and displayed in a chronological stack with pending transactions (which are still persisted to disk). This allows the user a method to sign/cancel transactions even if they miss the Chrome notification. Improved a lot of the view routing, to avoid cases where routes would show an empty account view, or transition to the accounts list when it shouldn't. Broke the transaction approval view into a couple components so messages and transactions could have their own templates.
* Fix outdated transitionsDan Finlay2016-04-301-12/+6
| | | | | | | | Fixes #151 - Cancelling or completing a tx now goes back to account detail view. - Restoring a vault now does not select an unloaded account, shows account list. - Account list now never selects an item only uses the cells as buttons.
* Persist selected accountDan Finlay2016-04-261-7/+11
| | | | | | When selecting an account, we now persist the selection to the `configManager`, so the selection can be restored when re-unlocking Metamask. Also found the bug where `rawtestrpc` was still being used as a default, and fixed it!
* Make account detail view the primary viewDan Finlay2016-04-261-10/+15
| | | | | | | | - When unlocking, the first account is now selected by default and displayed as the main view. - There is now a "CHANGE ACCT" button on the detail view to show the accounts list. - Clicking an account from the accounts list now navigates to the detail view and selects that account. - Config/Info screen "back" buttons now fire a new action, `GO_HOME`, which is configured to navigate to the accountDetail view, putting that logic in one place. - When locking and unlocking again, the first account is always displayed, eventually we should persist the selection.
* Moved UI into repo with its own dependency stackDan Finlay2016-04-141-0/+418