Bruno Barbieri
ccab4ee1a4
tests - integration - Add Drizzle tests ( #5467 )
...
* added drizzle app for testing
* working
* clean up
* clean up script
* make build step required
* add drizzle-tests to .eslintignore
* clean up drizzle run script
* lint
* use truffle unbox
* undo eslintignore changes
* revert change
* dont use global
* dont need this steps
* use the new account flow
* restore package-lock.json
6 years ago
Alexander Tseung
31089778ba
Add raised type buttons to Button component. Refactor all buttons within app to Button components
6 years ago
Bruno
8c4d58aa45
initial trezor support
7 years ago
Alexander Tseung
f4d833cb09
Change btn-secondary styles to btn-default. Make btn-secondary red warning style buttons
7 years ago
Whymarrh Whitby
924cc1fcf7
Move setAccountLabel into PreferencesController
7 years ago
Alexander Tseung
58f52b2b8d
Fix merge conflicts. Refactor onboarding flow.
7 years ago
Alexander Tseung
0c6fef3dec
Add create new account routes, fix conflicts from uat updates
7 years ago
Dan J Miller
8378445112
[NewUI] Set default new account name as placeholder, but not value ( #3121 )
...
* Set default new account name as placehold, and not value, in new account create screen.
* Set new account number in create-form.js in constructor.
7 years ago
Nick Doiron
abfa74f09a
complete i18n across new UI
7 years ago
Nick Doiron
7da52c5997
separate out cross-browser i18n for extensions
7 years ago
Nick Doiron
99898ac775
better organization of locale file; i18n in more view files
7 years ago
Dan
980e1bfcf8
New add account page with create and import options.
7 years ago
Alexander Tseung
5d8b53bcf4
Provide default new account name
7 years ago
Alexander Tseung
39d4fe311f
Fix Import an Account link not working in Create Account modal
7 years ago
Dan
13f22ff6b0
get identities from getState() instead of passing from caller, only set new account label if label set.
7 years ago
Dan
a1d72a59fe
New account modal now allows for addition of account name.
7 years ago
Dan
b0f1fba2e5
Ensures that new accounts are only created from the modal, and not when clicking 'Create New Account'
7 years ago
Dan
5a8433b6ce
New account modal top right close button working.
7 years ago
Dan
ab4005cab8
Tweak styles in new-account-modal.
7 years ago
Dan
e7b3ef0708
Lint fixes
7 years ago
Dan J Miller
4076496c8e
Patch 3 new account modal ( #1962 )
...
* Account details modal styling changes.
* Tweaking styles.
* New account modal re-styling.
* Tweaks to paddings, margins, font sizes, colors and modal dimensions.
* Replace colour codes with variables.
7 years ago
sdtsui
b0759ddc18
Hook up send screen action to Send Button in TxView
7 years ago
sdtsui
86b71f014a
Add wrapper CSS for NewAccountModal
7 years ago
sdtsui
d82233b95c
Hook up actions to EditAccountNameModal
7 years ago
sdtsui
73a593b42e
Hook up template for New Account Modal
7 years ago
sdtsui
71b2dd290b
Enhance global modal to handle Buy, Edit, and Details Modals
7 years ago
sdtsui
50f8535f7b
Switch buy modal 'cancel' from text to button for accessibility
7 years ago
sdtsui
bdf5436c2d
Add minor comments and cleanup for new components
7 years ago
sdtsui
c8893fb9ca
Hook up 'Buy with Fiat', redirect to Coinbase
7 years ago
sdtsui
dc702705bf
Move buy view into its own component - BuyOptions
7 years ago