Commit graph

93 commits

Author SHA1 Message Date
Javier
12835ddb7e reset words only 2016-10-07 17:33:54 -03:00
Javier
ef5a33fa97 fix time to close warning modal before transition 2016-10-07 10:33:16 -03:00
Jason Dreyzehner
926e80fcea design(backup): polish backup flow (via onboarding process) 2016-10-07 02:10:30 -04:00
Jamal Jackson
845bf1063f added wallet id to disclaimer route params 2016-09-29 15:21:43 -04:00
Jamal Jackson
7f813ba396 added conditional to show back button when no backup has been saved 2016-09-29 14:50:33 -04:00
Gabriel Bazán
35756cf529 fixes 2016-09-23 12:42:33 -03:00
Gabriel Bazán
0cb1ea0494 fix back button in backup view 2016-09-22 17:04:49 -03:00
Gustavo Maximiliano Cortez
2a9c3c82e9
Adds cache for amount, backup, amazon, glidera, export, walletDetails 2016-09-22 10:34:00 -03:00
Gabriel Bazán
c3e471a525 fix back routes on backup view when resume 2016-09-14 15:31:38 -03:00
Javier
da5b7d6aff clean unused services 2016-09-13 17:51:05 -03:00
Javier
88c9e48ad9 fix title 2016-09-13 17:49:07 -03:00
Javier
a978062425 fix backup flow 2016-09-13 17:02:38 -03:00
Jamal Jackson
d39f69531d Merge branch 'ref/design' of https://github.com/bitpay/bitpay-wallet into feature/onboarding_backup_phrase
# Conflicts:
#	public/views/includes/confirmBackupPopup.html
#	src/js/controllers/backup.js
2016-09-13 14:26:25 -04:00
Jamal Jackson
8b24adb53c added basic modal class styling, styled success modal 2016-09-13 14:05:49 -04:00
Gabriel Bazán
d28c837fcf onboarding process details 2016-09-12 15:12:22 -03:00
Gustavo Maximiliano Cortez
0f4cdfbb32 Merge pull request #94 from JDonadio/fix/sweep-flag
Fix/sweep paper wallet
2016-09-12 14:02:53 -03:00
Jamal Jackson
576cf04138 completed second step in backup 2016-09-12 12:25:15 -04:00
Javier
e16e93e408 fix sweep paper wallet flag - fix sweep process 2016-09-08 19:50:18 -03:00
Gabriel Bazán
d5766485ec handle get keys exception 2016-09-08 16:37:39 -03:00
Gabriel Bazán
3a933959c1 fix onboarding backup confirm and routes 2016-09-02 11:12:30 -03:00
Javier
a9c4762ef7 refactor backup flag process 2016-08-31 09:49:06 -03:00
Gabriel Bazán
6eb87704ba adding backup flag on localstorage 2016-08-30 16:37:05 -03:00
Javier
c23aa724e4 refactor 2016-08-29 19:01:52 -03:00
Javier
aea0cb0428 refactor navigation parameters 2016-08-29 18:21:00 -03:00
Matias Alejo Garcia
ea7c8c5383
fix backup 2016-08-29 16:22:54 -03:00
Matias Alejo Garcia
f534b0bc2d
fix spending passwor in export 2016-08-29 16:13:18 -03:00
Matias Alejo Garcia
5864afd8c0
BWC 4.0 WIP 2016-08-29 12:16:14 -03:00
Gabriel Bazán
aacfe0a326 onboarding 2016-08-25 16:47:28 -03:00
Matias Alejo Garcia
c340c78ded
fix index 2016-08-19 14:38:28 -03:00
Matias Alejo Garcia
7f3364c5d6
rebase 2016-08-19 14:01:50 -03:00
Gabriel Bazán
6e4a1e7ff2 delete focused wallet 2016-08-19 13:12:37 -03:00
Matias Alejo Garcia
a8cf875def
rm go 2016-08-19 13:07:18 -03:00
Gabriel Bazán
4e599c38e7 delete fc from preferences 2016-08-17 15:53:17 -03:00
Gustavo Maximiliano Cortez
eb014927a4 Merge pull request #4558 from gabrielbazan7/fix/EncryptedWalletHandler
fix wallet encrypted handler and rename BwsError service to BwcError
2016-07-12 10:18:29 -03:00
Gabriel Bazán
a369934635 rename bwsError service to bwcError 2016-07-11 11:46:48 -03:00
Gabriel Bazán
ef412f2028 enable button when all words are selected 2016-07-06 14:43:21 -03:00
Javier
84b92044a2 refactor 2016-06-30 10:50:03 -03:00
Javier
45d44a927b fix wallet lock - add tabs in export wallet 2016-06-30 10:50:03 -03:00
Javier
b4a5c9212f refactor 2016-06-17 10:24:18 -03:00
Javier
78e60728f9 display fingerprint in backup 2016-06-17 10:04:40 -03:00
Javier
1dd5bc791d rebase 2016-06-14 16:55:50 -03:00
Javier
9163127dca use scope only - preferences (advanced) 2016-06-14 14:58:59 -03:00
Javier
2f8c42ca25 Replace $root.go directive for href ui-sref 2016-06-14 14:55:34 -03:00
Matias Alejo Garcia
90dad5b2a8
new onGoingProcess 2016-06-13 15:25:40 -03:00
Javier
46b8e4d60a add backup spinner - prevent tap on selected word if loading 2016-06-09 16:06:53 -03:00
Ivan Socolsky
fce9ef7f62
check mnemonic strings match 2016-06-09 14:45:28 -03:00
Javier
91ac072083 fix backup without seed 2016-06-04 16:31:06 -03:00
Javier
14379b3c63 replace scope variables - rename shuffle words function 2016-05-30 15:22:32 -03:00
Javier
7b3101f493 fix DOM access 2016-05-30 13:32:12 -03:00
Matias Alejo Garcia
aec2aac47b Add controller tests (#4205)
* add walletHome test template

* add create test

* add fixtures

* do not mock parseSecret

* better hash

* use fixtures for create controller test

* add import test

* stubs reset

* add more controller tests

* Remove $state dependency

* refactore fixtures + profiles

* add backup.js test

* update bwc

* rm log
2016-05-20 11:50:55 -03:00