Commit Graph

49 Commits

Author SHA1 Message Date
Gustavo Cortez 61dfec7a0d Fixes:
* Reload address list when click on refresh
* Angular error when do not have any address and click on refresh
2014-05-21 18:53:17 -03:00
Mario Colque 194ddc8079 Merge pull request #444 from cmgustavo/feature/01-alert-txs
Feature/01 alert txs
2014-05-21 10:46:35 -03:00
Gustavo Cortez 08340bca0c @colkito's suggestion 2014-05-21 10:35:47 -03:00
Gustavo Cortez 0b75244579 Fixes: refresh button does not finish with loading to false 2014-05-20 19:55:33 -03:00
Gustavo Cortez 3bae14bd5d Play sound when receive fund 2014-05-20 19:47:16 -03:00
Gustavo Cortez 9428ea55d5 UX: just update address balance that received fund.
Changed rootscope for scope to control address page.
Fixes: not alert when address change receive fund
2014-05-20 19:40:02 -03:00
Gustavo Cortez edb3e75800 Alert when incoming transaction (not proposal) 2014-05-20 14:31:00 -03:00
Yemel Jardi ee6821d109 Rename flashMessage variable 2014-05-20 08:30:20 -07:00
Gustavo Cortez 70cae4135f Ask for enable html5 notification on chrome 2014-05-20 11:05:18 -03:00
Matias Alejo Garcia ba5a3ac2c6 add multiple optiomizations for 30+ tx wallets 2014-05-17 01:19:52 -03:00
Yemel Jardi f4f060a45b add logout callback on beforeunload 2014-05-15 17:17:44 -07:00
Gustavo Cortez 89b2788e39 Fixes: suggestions by @matiu 2014-05-15 10:41:42 -03:00
Gustavo Cortez 2dc5513592 HTML5 Notification support on chrome 2014-05-15 02:13:25 -03:00
Gustavo Cortez cb00a5b629 Transactions counter in navbar. Moved updateTx from controller to service. 2014-05-13 04:03:09 -03:00
Manuel Araoz f764c743e4 remove many unnecesary digests 2014-05-09 15:39:33 -03:00
Manuel Araoz 8836bdf86a optimize address page and refresh UI calls. 2014-05-06 17:36:16 -03:00
Manuel Araoz 710b2f48e3 login optimized 2014-05-06 17:09:35 -03:00
Manuel Araoz 20b0b6e9c7 fix refresh button 2014-05-06 16:21:56 -03:00
Matias Alejo Garcia 65f12f611f better peer management 2014-05-01 21:48:17 -03:00
Manuel Araoz fd9e6cb48a refactor isChange logic 2014-04-30 20:02:20 -03:00
Manuel Araoz 93620fa6c0 remove peer tab 2014-04-29 19:30:27 -03:00
Gustavo Cortez 25e162770a Clear all notifications when sign out. 2014-04-24 14:57:54 -03:00
Mario Colque 637c9719f9 removed a updateBalance call from header.js 2014-04-22 15:47:09 -03:00
Matias Alejo Garcia 2fbd075206 available address 2014-04-21 13:16:15 -03:00
Mario Colque e928ca2b81 several improvements 2014-04-21 11:32:51 -03:00
Mario Colque 009d7b75b8 fix conflicts 2014-04-20 22:54:28 -03:00
Matias Alejo Garcia 5dc27c2ef4 Merge pull request #107 from cmgustavo/feature/03-details
WIP: reorder main menu. Renamed home for addresses. Fix header titles
2014-04-20 21:22:59 -03:00
Gustavo Cortez 5267c2ad48 WIP: reorder main menu. Renamed home for addresses. Fix header titles 2014-04-20 20:21:54 -03:00
Gustavo Cortez cb887ca778 Fix navbar menu on small devices 2014-04-20 19:39:16 -03:00
Mario Colque 0455d5ee69 refactory of the socket service 2014-04-18 19:08:01 -03:00
Mario Colque e5a4e3c25c modev wallet validation from all controllers to router 2014-04-18 15:22:02 -03:00
Matias Alejo Garcia 1e64031ec3 options for running with local peerJs server. Ux fixes 2014-04-17 17:07:30 -03:00
Gustavo Cortez dd62ab16d1 Fix balance value when sign out (a wallet with btc) and create a new wallet (this showed value of the previous wallet) 2014-04-17 11:23:04 -03:00
Gustavo Cortez 9fdb04e868 Fixed socke-emit-on
Merge branch 'master' into feature/socket-io-support

Fix conflicts:
	js/controllers/home.js
2014-04-17 11:11:17 -03:00
Gustavo Cortez eaa1bc37e0 Initial getBalance of all your addresses. Socket-io that listening if your address receives btc.
Known bug: if you add new the address you can to recall socket-io. Socket-io should be listening on headerController.
2014-04-17 06:43:30 -03:00
Matias Alejo Garcia 8856683a17 fix join wallet WIP 2014-04-16 20:58:57 -03:00
Matias Alejo Garcia f8b4f8e4c9 fix angular 2014-04-16 19:14:58 -03:00
Ryan X. Charles b048571900 Merge pull request #49 from matiu/feature/disable-logs
Feature/disable logs
2014-04-15 14:49:55 -03:00
Matias Alejo Garcia 8cf91d027e add option to enable console.logs 2014-04-15 14:28:49 -03:00
Gustavo Cortez db4da73117 Signout link is now in the navbar 2014-04-15 14:02:45 -03:00
Bechi d535522e9d add icon navbar 2014-04-15 12:33:00 -03:00
Matias Alejo Garcia 7693f0a7ff many bugs fix in peer connections, and ux 2014-04-14 14:15:10 -03:00
Matias Alejo Garcia ac784ad9ae txproposal comuninication between peers. Still WIP 2014-04-14 14:15:10 -03:00
Matias Alejo Garcia 0780879205 add maxPeer check 2014-04-09 11:05:25 -03:00
Mario Colque 5b8b000c3d several improvements to p2p connections 2014-04-04 18:29:32 -03:00
Gustavo Cortez 4cd48b7bb2 integrate new name and header. Signin/signout flow 2014-03-31 12:48:35 -03:00
Ryan X. Charles 7176e49509 rename cosign -> copay throughout code
Also, "cosigners" becomes "copayers"
2014-03-28 14:12:56 -04:00
Gustavo Cortez 7bef363585 creating basic controllers 2014-03-26 09:18:42 -03:00
Mario Colque 4503caadd6 added the initial header controller 2014-03-25 11:35:04 -03:00