aboutsummaryrefslogtreecommitdiffstats
path: root/development/states
Commit message (Collapse)AuthorAgeFilesLines
* Adds integration tests for rendering of tx list items.Dan2018-03-301-0/+128
|
* Add currentLocale to test states.Dan2018-03-246-6/+12
|
* Fix tests.Dan2018-03-142-2/+2
|
* [NewUI] Adds the mascara first time flow to betaUI extension (#3257)Dan J Miller2018-02-161-1/+1
| | | | | | * Adds the mascara first time flow to the extension when opened in browser. * Fix tests after addition of mascara first time flow to new ui.
* Integration tests for signature requests confirmations. (#3194)Dan J Miller2018-02-071-0/+175
|
* Add functional integration testing to Add Token flow (#3189)Alexander Tseung2018-02-062-2/+140
|
* Functional Integration Tests for send ether flow. (#3119)Dan J Miller2018-01-303-0/+441
|
* [NewUI] Fixes tests and sends user to NewUI after registering. (#2788)Dan J Miller2017-12-221-0/+1
| | | | | | | | | | * Fixes tests and sends user to NewUI after registering. * Karma config? * Empty commit * Remove unneeded json state mock file.
* Add development stateDan Finlay2017-12-071-0/+739
|
* Add computed balance to mock stateDan Finlay2017-09-271-1/+3
|
* Add new development states for UI development.Kevin Serrano2017-03-212-0/+139
|
* Fix development to use new currency state.Kevin Serrano2017-03-1524-24/+24
|
* Get basic ENS workingDan Finlay2017-03-092-27/+63
|\ | | | | | | & merge master into ENS branch.
| * Fix merge conflicts.Kevin Serrano2017-03-022-0/+310
| |\ | |/ |/|
| * Make the UI play nice with empty RPC lists.Kevin Serrano2017-02-231-0/+1
| |
* | Merge branch 'i765-gaslimits' of github.com:MetaMask/metamask-plugin into ↵Kevin Serrano2017-02-281-0/+99
|\ \ | | | | | | | | | i765-gaslimits
| * \ Merge branch 'master' into i765-gaslimitsDan Finlay2017-02-281-0/+99
| |\ \
| | * | Add personal_sign development ui stateDan Finlay2017-02-251-0/+99
| | |/
* | / Fix state to render gasPrice for ui dev.Kevin Serrano2017-02-281-2/+3
|/ /
* | Merge github.com:MetaMask/metamask-plugin into i765-gaslimitsKevin Serrano2017-02-245-14/+130
|\|
| * Fix UI Dev Mode for Tx ApprovalDan Finlay2017-02-214-3/+107
| | | | | | | | | | | | | | | | | | | | The state object had been changed, but our mock states for tx approval were using the old keys. Rather than try to muck about and figure out each and every change, I've re-generated a UI dev state for tx approval, which should help @zanibas on his current project. We can continue adding new dev states as needed from here. If anyone catches a state that doesn't render correctly, it's worth checking if a new snapshot doesn't solve things. Debugged by adding new debugging loggers, and I've left them in place for easier future debugging.
| * add waits between notices.Kevin Serrano2017-02-211-11/+23
| |
* | Broke hex decimal input into its own componentDan Finlay2017-02-181-0/+210
|/ | | | Also added a new state to try to make UI dev mode work again, but it has other issues, like #1128, that need to be addressed before UI dev mode can be used again.
* Fix integration tests.Kevin Serrano2017-02-101-0/+1
|
* Remove trailing comma in JSON.Kevin Serrano2017-02-101-1/+1
|
* Delete all code related to disclaimers.Kevin Serrano2017-02-1031-43/+15
|
* tests - mockDev - fix first-time flowkumavis2017-02-021-1/+1
|
* continue rename selectedAccount to selectedAddresskumavis2017-01-3125-38/+34
|
* Allow importing of private key stringsDan Finlay2017-01-183-0/+240
| | | | | | | | Fixes #1021 A top-right menu item now allows `Account Import`. It has a menu (with one item for now) that allows importing a private key string. Errors are displayed, and a success navigates the user to their account list, where the imported account is labeled `LOOSE`.
* Merge branch 'i328-MultiVault-v1' into i715-AddImportMenuDan Finlay2017-01-182-0/+190
|\
| * Scaffold new account viewDan Finlay2016-11-051-0/+66
| |
* | Add loose account development stateDan Finlay2016-12-241-0/+126
| |
* | Add lost accounts ui development stateDan Finlay2016-12-211-0/+91
| |
* | Merged master into devDan Finlay2016-12-202-0/+102
|\ \
| * | CleanupDan Finlay2016-12-171-1/+0
| | |
| * | Add ability to show notices to user & get confirmation.Kevin Serrano2016-12-172-0/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement generation of markdown for notice files. Create npm command. Enhance notice generation. Add test files to test multiple notices. Add basic markdown support to notices. Interval checks for updates. Add extensionizer and linker Add terms and conditions state file Add link support to disclaimer. Changelog addition.
* | | change all instances of selectedAddress to selectedAccount.Kevin Serrano2016-11-2216-16/+16
| | |
* | | Fix custom provider menu itemDan Finlay2016-11-221-0/+86
| | | | | | | | | | | | The Custom RPC menu item in the provider menu would not appear when Localhost:8545 was selected.
* | | Re-enable disclaimer screen. Rename variables to reflect role more clearly.Kevin Serrano2016-11-1521-21/+21
| |/ |/|
* | Add first-time stateDan Finlay2016-10-281-0/+39
| |
* | Phase out extra warning screen.Kevin Serrano2016-10-268-47/+5
|/
* Add more accounts to account list ui stateDan Finlay2016-10-121-32/+66
|
* Add accounts back to metamask stateDan Finlay2016-09-132-8/+8
|
* Update locked stateDan Finlay2016-09-091-62/+22
|
* Make custom network dev state not loadingDan Finlay2016-08-301-1/+1
|
* Add shapeshift development stateDan Finlay2016-08-261-0/+348
|
* Add send form development stateDan Finlay2016-08-261-0/+76
|
* Add restore vault development stateDan Finlay2016-08-261-0/+39
|
* Add pending sign msg development stateDan Finlay2016-08-251-0/+406
|
* Create a dev state with shapeshift txFrankie2016-08-191-0/+163
|
* Merge master.Kevin Serrano2016-08-162-0/+189
|\
| * Added buggy state file to states folderDan Finlay2016-08-121-0/+0
| |
| * Add network indicator class to loading imageDan Finlay2016-08-121-0/+189
| |
* | Add fix for zero balance shorten.Kevin Serrano2016-08-081-1/+1
| |
* | Get fiat numbers rendering on tooltip. Need to find way to create line breaks.Kevin Serrano2016-08-063-4/+10
| |
* | Holding off on select formatting for now. Renamed keys for options.Kevin Serrano2016-08-051-1/+1
| |
* | Create default values for metamask state for conversion. Fix config files ↵Kevin Serrano2016-08-051-2/+5
|/ | | | for ui dev.
* Add mock dev modeDan Finlay2016-07-221-6/+20
|
* Merge branch 'master' into FixSvgIconsDan Finlay2016-07-121-0/+14
|\
| * Integrate changes back into eth-balanceKevin Serrano2016-07-121-0/+14
| |
* | Add coin sending tx stateDan Finlay2016-07-121-0/+1
|/
* Resolve merge conflict.Kevin Serrano2016-07-084-0/+87
|\
| * Merge branch 'master' of github.com:MetaMask/metamask-plugin into ↵kumavis2016-07-081-0/+112
| |\ | | | | | | | | | ConfirmationStyle
| * | Fixed up pending-tx-detailsDan Finlay2016-07-071-0/+1
| | |
| * | Fleshed out pending tx viewDan Finlay2016-07-071-0/+0
| | |
| * | Began reworking tx conf viewDan Finlay2016-07-073-0/+86
| | |
* | | Add new component for tx-history to avoid messing with other styles. Add ↵Kevin Serrano2016-07-081-1/+1
| | | | | | | | | | | | fixed width specifically to this style.
* | | Modified test views again. Added fixed length to center tx information.Kevin Serrano2016-07-081-2/+2
| | |
* | | Modify development states to account for long domains.Kevin Serrano2016-07-081-2/+2
| |/ |/|
* | Add new test state with tx history. Fix alignment issue with transaction ↵Kevin Serrano2016-07-081-0/+112
|/ | | | history text.
* Cleaned up some formatting for ui mockerDan Finlay2016-07-011-2/+2
|
* First simple version of ui mockerDan Finlay2016-07-019-0/+584