Whymarrh Whitby
f3a7054f6b
Add announcement for users migrated to the new UI
2019-02-05 08:49:55 -03:30
Alexander Tseung
fba17d77de
Refactor first time flow, remove seed phrase from state ( #5994 )
...
* Refactor and fix styling for first time flow. Remove seed phrase from persisted metamask state
* Fix linting and tests
* Fix translations, initialization notice routing
* Fix drizzle tests
* Fix e2e tests
* Fix integration tests
* Fix styling
* Fix migration naming from 030 to 031
* Open extension in browser when user has not completed onboarding
2019-01-23 11:55:34 -03:30
Esteban Miño
e21dfd1862
Use Parity on-chain registry only when is needed ( #6052 )
...
* add and use knownMethodData to avoid infura requests
* dataMethod to methodData and check empty response
2019-01-22 10:22:56 -08:00
Alexander Tseung
4c87c05a02
Fix rounding issue when sending max tokens ( #5695 )
...
* Fix rounding issue when sending max tokens
* Ensure amount row shows exact amount of max tokens on send screen (#2 )
* Fix tests
* Change stored redux value from BigNumber to hex string. Fix TokenInput default value
2018-11-19 16:06:34 -08:00
Thomas
de297cd74d
nextUnreadNotice undefined rather than null
2018-10-31 14:30:51 -07:00
Thomas
7607794851
Readable tests, and set nextUnreadNotice to null when CLEAR_NOTICES is dispatched
2018-10-31 07:07:25 -07:00
Thomas
7531de14f9
Merge branch 'develop' into reducers
2018-10-31 05:55:25 -07:00
HackyMiner
54a8ade266
Add support for RPC endpoints with custom chain IDs ( #5134 )
2018-10-26 10:26:43 +02:00
Alexander Tseung
badebe017f
Adds toggle for primary currency ( #5421 )
...
* Add UnitInput component
* Add CurrencyInput component
* Add UserPreferencedCurrencyInput component
* Add UserPreferencedCurrencyDisplay component
* Add updatePreferences action
* Add styles for CurrencyInput, CurrencyDisplay, and UnitInput
* Update SettingsTab page with Primary Currency toggle
* Refactor currency displays and inputs to use UserPreferenced displays and inputs
* Add TokenInput component
* Add UserPreferencedTokenInput component
* Use TokenInput in the send screen
* Fix unit tests
* Fix e2e and integration tests
* Remove send/CurrencyDisplay component
* Replace diamond unicode character with Eth logo. Fix typos
2018-10-17 07:03:29 +08:00
Thomas
093ca07201
Set maxMode and toNickname defaults for clear_send
2018-10-10 01:12:25 -07:00
Whymarrh Whitby
25417fad26
Add updateSendHexData action
2018-07-18 09:52:13 -02:30
kumavis
44a8e48a04
notices - replace getLatestNotice with getNextNotice
2018-06-13 23:30:31 -07:00
Dan
440905125d
Merge branch 'develop' into i3725-refactor-send-component-
2018-05-23 16:03:15 -02:30
kumavis
b5bbfd3264
Merge pull request #4308 from MetaMask/i4232-addtoken
...
Update designs for Add Token screen
2018-05-22 12:53:59 -07:00
Alexander Tseung
4f6b53c1aa
Update designs for Add Token screen
2018-05-19 23:04:19 -07:00
Whymarrh Whitby
924cc1fcf7
Move setAccountLabel into PreferencesController
2018-05-17 12:57:39 -02:30
Dan
26f965bcce
Further refactors; includes refactor of send-v2.js and associated container
2018-04-30 13:05:48 -02:30
Alexander Tseung
9e41f58af2
Clean up network config
2018-04-23 10:18:05 -07:00
Alexander Tseung
b0a105ce80
Fix confirmation popup not always opening
2018-04-17 08:58:37 -07:00
Dan Finlay
0668976514
Merge branch 'master' into i3981-contract-rates
2018-04-16 16:32:56 -07:00
bitpshr
d0447f9058
Maintain token prices using a background service
2018-04-16 11:47:06 -04:00
bitpshr
a350e80fee
Fetch token prices based on contract address
2018-04-15 23:46:40 -04:00
Dan Finlay
34692acdf9
Fix action for setting locale
2018-04-13 16:14:23 -07:00
Dan
4f0881e41b
Merge branch 'master' into i18n-translator-redux
2018-03-26 16:13:49 -02:30
Dan
a109a774a5
Use ens-input component in send-v2 to allow sending to ens names.
2018-03-26 11:40:11 -02:30
Dan
08e67c4e4a
Default current locale in metamask reducer to empty string.
2018-03-23 14:29:59 -02:30
kumavis
29cc2f8ab9
Merge branch 'master' of github.com:MetaMask/metamask-extension into i18n-translator-redux
2018-03-20 13:01:08 -07:00
Dan
5fe0be722b
Handle i18n with redux.
2018-03-15 21:59:45 -02:30
Dan
798988597b
Merge branch 'master' into retry-tx-refractor
2018-03-14 00:02:27 -02:30
Dan
c37684d7bd
Remove unnecessary addition of nonce to state.
2018-03-13 23:49:10 -02:30
kumavis
572234e383
Merge branch 'master' into i3033-responsive-newui-onboarding
2018-03-13 10:46:14 -07:00
Dan
81e72147ef
Merge branch 'master' into retry-tx-refractor
2018-03-09 02:07:27 -03:30
Dan
5433d2fe3a
Retry transaction logic added to tx-list-item, confirm-send-ether, customize-gas-modal, and dependents.
2018-03-09 00:19:26 -03:30
Dan
91c890041c
Add welcome screen to new-ui browser first time flow.
2018-03-08 14:21:54 -03:30
Alexander Tseung
cbb65cc493
Fix flashing to Log in screen after logging in or restoring from seed phrase ( #3466 )
2018-03-08 16:29:29 +01:00
Dan J Miller
0d97ff2210
Fix NewUI reveal seed flow. ( #3410 )
2018-03-02 22:44:05 -03:30
Dan J Miller
170c7602b7
[NewUI] Adds the mascara first time flow to betaUI extension ( #3257 )
...
* 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.
2018-02-16 06:15:09 -03:30
Alexander Tseung
a218008adf
Track usage of old and new UI ( #2794 )
...
[NewUI] Track usage of old and new UI
2017-12-22 10:43:02 -08:00
Chi Kei Chan
845aec82b9
Merge branch 'NewUI-flat' into MM-333-auto-add-users-to-new-UI
2017-12-07 09:46:28 -08:00
Dan
2e9137dddd
Update max amount behaviour to meet new specs.
2017-12-06 21:15:39 -08:00
Dan
ce14ee2ffc
New-ui actions accomodates old-ui.
2017-12-04 23:08:23 -03:30
Dan
7f79524070
Add UI selection
2017-12-04 23:08:23 -03:30
Jason Clark
75ef848196
making eslint happy
2017-11-25 15:47:34 -07:00
Jason Clark
fc46a16a32
toggle wired up to preferences property store
2017-11-24 10:35:17 -07:00
Clark, Jason (Contractor)
90fc4812bc
incremental commit
2017-11-23 18:33:44 -07:00
Dan
9e3f921ba9
Create single action for updating all of send in redux state.
2017-11-14 16:18:00 -08:00
Dan
0a91671ff6
Fix lint errors.
2017-11-14 16:18:00 -08:00
Dan
34ca7290c5
Allow editing of send ether.
2017-11-14 16:18:00 -08:00
Dan
67bdfe87e3
Token balance in send state; validating sufficient tokens, validation updates on 'from' switching.
2017-11-06 15:57:57 -03:30
Dan
56e9f98bd0
More lint fixes
2017-11-02 09:45:59 -02:30