Chi Kei Chan
31175625b4
Folder restructure ( #6304 )
...
* Remove ui/app/keychains/
* Remove ui/app/img/ (unused images)
* Move conversion-util to helpers/utils/
* Move token-util to helpers/utils/
* Move /helpers/*.js inside /helpers/utils/
* Move util tests inside /helpers/utils/
* Renameand move confirm-transaction/util.js to helpers/utils/
* Move higher-order-components to helpers/higher-order-components/
* Move infura-conversion.json to helpers/constants/
* Move all utility functions to helpers/utils/
* Move pages directory to top-level
* Move all constants to helpers/constants/
* Move metametrics inside helpers/
* Move app and root inside pages/
* Move routes inside helpers/
* Re-organize ducks/
* Move reducers to ducks/
* Move selectors inside selectors/
* Move test out of test folder
* Move action, reducer, store inside store/
* Move ui components inside ui/
* Move UI components inside ui/
* Move connected components inside components/app/
* Move i18n-helper inside helpers/
* Fix unit tests
* Fix unit test
* Move pages components
* Rename routes component
* Move reducers to ducks/index
* Fix bad path in unit test
6 years ago
Dan Finlay
f507f2a927
Feature Flag + Mobile Sync ( #5955 )
6 years ago
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
6 years ago
Whymarrh Whitby
33b85cf2e4
Trim whitespace from seed phrase during import ( #5827 )
6 years ago
Whymarrh Whitby
c10d12a90c
Fix styling of first-time-flow container
6 years ago
Whymarrh Whitby
352ba85272
Fix height of first-time-flow container, again but different
6 years ago
Whymarrh Whitby
3c58ae6b82
Fix height of first-time-flow container
6 years ago
Sean Rabaut
80a57d350c
Improvement: Allow enter to submit password form
6 years ago
Whymarrh Whitby
4dadeb9a31
Add link to download seed words in new UI
6 years ago
Whymarrh Whitby
247fa2cc51
Fix casing of 1Password
6 years ago
brunobar79
286bde606f
fix merge conflicts
6 years ago
Whymarrh Whitby
d0611741a2
Show invalid seed phrase error when importing new account
6 years ago
Dan Miller
7de2a0687d
Fix seed word confirmation step of e2e beta tests.
6 years ago
Whymarrh Whitby
c3ce2984ef
Remove the development notice from UI onboarding
6 years ago
brunobar79
a8f745f9fe
eslint --fix .
7 years ago
kumavis
44a8e48a04
notices - replace getLatestNotice with getNextNotice
7 years ago
Alexander Tseung
3aa4c3b804
Reduce height of notice container in onboarding ( #4435 )
7 years ago
Alexander Tseung
d1f5d8ccc6
Fix text field labels of first time flow. Add text fields to storybook ( #4389 )
7 years ago
Dan
759bc17388
Merge branch 'develop' into i3725-refactor-send-component-
7 years ago
Dan
6bc8cc819a
Merge branch 'develop' into i3725-refactor-send-component-
7 years ago
Alexander Tseung
0bcfbc1544
Add error message when passwords don't match in first time flow. Change input field styling in first time flow
7 years ago
Alexander Tseung
2381c0e0f4
Add new unlock screen design
7 years ago
Paul Bouchon
5ec631cad3
Handle Promise rejections when importing accounts ( #4142 )
...
* Silently catch import failures since errors exist in Redux state
* Add comment about no-op catch statement
7 years ago
Alexander Tseung
3082d2e4ef
Use new design for reveal seed screen. Persist seed words only in first time flow
7 years ago
Alexander Tseung
477b74124d
Revert "Fix UI getting stuck in Reveal Seed screen"
...
This reverts commit 2c8156ebe9
.
7 years ago
Alexander Tseung
2c8156ebe9
Fix UI getting stuck in Reveal Seed screen
7 years ago
Dan
077fc5eab6
Disable the first time flow import button while isLoading is true.
7 years ago
Alexander Tseung
037d6e6624
Fix integration tests
7 years ago
Alexander Tseung
516c1869b0
Fix lint errors
7 years ago
Alexander Tseung
6277a4c46a
Refactor onboarding flow
7 years ago
Alexander Tseung
bdc4a6964a
Fix merge conflicts. Refactor renderPrimary into Home component
7 years ago
Alexander Tseung
58f52b2b8d
Fix merge conflicts. Refactor onboarding flow.
7 years ago
gasolin
db4800dc35
remove unavailable goToBuyEtherView propType
7 years ago
Dan
07dd064247
Fix tests.
7 years ago
Dan
d4da7c984f
Improve responsivensss of unique image screen.
7 years ago
Dan
6393c38117
Pop uses new ui onboarding when in beta.
7 years ago
Dan J Miller
9b38a77f46
Make entire gray container of 'reveal seed phrase' a clickable area. ( #3596 )
7 years ago
Alexander Tseung
7fb27cf0c7
Update margins for consistency in first time flow ( #3588 )
7 years ago
Dan
70f33d4747
Left align create password.
7 years ago
Dan
0dad6db973
Styling fixes to welcome; hide network component on create password; shown welcoem in popup.
7 years ago
Dan
91c890041c
Add welcome screen to new-ui browser first time flow.
7 years ago
Dan
6c400c2e92
Update first time flow button fonts, and first-time-flow default font, to Roboto.
7 years ago
Dan
e290d70086
Change fonts in new-ui onboarding to Roboto, with weight 400.
7 years ago
Dan
b8dec68271
Make new-ui create password screen responsive.
7 years ago
Alexander Tseung
5f8a632fec
Fix seed phrase validation clearing form ( #3417 )
...
* Fix seed phrase validation clearing form
* Make new ui import seed error feedback live, and allow newlines with and without carriage returns.
7 years ago
Dan
baab9917ff
Padding of alpha warning aligns with app-bar
7 years ago
Dan
def369ba07
Move beta warning to app header.
7 years ago
Dan
07edf3f9ff
NewUI first time flow warning message change.
7 years ago
Dan
746c3e5f18
Body width container in first time flow is consistent with app bar.
7 years ago
Dan
66f55f954e
Render loading inside notice screen, and don't set isLoading from unMarkPasswordForgotten.
7 years ago