Erik Marks
2df8b85c5f
LoginPerSite: Support multiple accounts without automatic switching ( #8079 )
...
* transaction editing: use txParams 'from' account
* signature-request: use txParams 'from' account
* signature-request-original: use txParams 'from' account
* encryption/decryption: use txParams 'from' account
* update tests
* set 'send' state 'from' address in confirm containers
5 years ago
Whymarrh Whitby
ecbde20949
Remove ComputedbalancesController ( #7057 )
5 years ago
Whymarrh Whitby
ceace71bf5
Remove unused lostAccounts state ( #6979 )
5 years ago
Mark Stacey
04ae92a2c0
Lint `.json` files ( #6852 )
...
We've been using the `eslint-plugin-json` plugin for some time, but we
haven't been visiting `.json` files in the lint script. The lint script
has now been updated to incude `.json` files, which means any invalid
JSON will result in a lint error.
Unfortunately this JSON plugin doesn't seem to apply the other eslint
rules (such as `key-spacing`) to the JSON files. I wasn't able to find a
way to get that to work. Instead I manually auto-formatted each of the
locale `message.json` files, which fixed many whitespace
inconsistencies.
The `states.json` file was deleted completely, as it appears to be
unused. It wasn't a valid JSON file anyway, it was JavaScript. It looks
like a `states.js` file is automatically generated, but an old copy was
accidentally saved as `states.json` and included in the repo.
Many duplicate key errors were found and fixed in the
`development/states/` JSON files.
`package-lock.json` was added to `.eslintignore` because it was very
slow to lint, and linting it doesn't provide much value.
5 years ago
HackyMiner
54a8ade266
Add support for RPC endpoints with custom chain IDs ( #5134 )
6 years ago
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
6 years ago
Dan Miller
40e0d92f57
Adds sidebar component and refactors slide in wallet view sidebar to use it.
6 years ago
Bobby Dresser
eb2b36b3cb
fix tos link;
6 years ago
Dan
e91d87efd9
Fix bug in test mock signature request methods.
6 years ago
kumavis
44a8e48a04
notices - replace getLatestNotice with getNextNotice
7 years ago
Dan
cd204ee803
Add currentLocale to test states.
7 years ago
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.
7 years ago
Alexander Tseung
d452403322
Add functional integration testing to Add Token flow ( #3189 )
7 years ago
Dan J Miller
4acd48966e
[NewUI] Fixes tests and sends user to NewUI after registering. ( #2788 )
...
* Fixes tests and sends user to NewUI after registering.
* Karma config?
* Empty commit
* Remove unneeded json state mock file.
7 years ago
Dan Finlay
5d300f146a
Add computed balance to mock state
7 years ago
Kevin Serrano
956482be96
Fix development to use new currency state.
8 years ago
Kevin Serrano
3be6ee5f6c
Make the UI play nice with empty RPC lists.
8 years ago
Kevin Serrano
bf9d1f405f
add waits between notices.
8 years ago
Kevin Serrano
092ec9096b
Fix integration tests.
8 years ago
Kevin Serrano
65c84ac4b2
Delete all code related to disclaimers.
8 years ago
Kevin Serrano
afb60b9061
modification of notices.
8 years ago
kumavis
d8a12c2ad0
tests - mockDev - fix first-time flow
8 years ago
Kevin Serrano
7de6b12aad
Re-enable disclaimer screen. Rename variables to reflect role more clearly.
8 years ago
Dan Finlay
8113eb4837
Add first-time state
8 years ago
Kevin Serrano
678301a20e
Phase out extra warning screen.
8 years ago
Dan Finlay
f30e4be1a6
Add restore vault development state
8 years ago
Dan Finlay
e55938ed15
First simple version of ui mocker
9 years ago