Commit Graph

142 Commits

Author SHA1 Message Date
Mario Colque b1082a05e9 no address in vout 2014-01-21 16:30:08 -03:00
Mario Colque 9d56dca1d6 Merge pull request #113 from colkito/bug/ui-improvements
Several UI improvements
2014-01-21 11:19:05 -08:00
Mario Colque b53fbc3fd2 Several UI improvements 2014-01-21 16:12:58 -03:00
Mario Colque 6f03303fcb Merge pull request #112 from bechi/feature/01status-page
status page
2014-01-21 11:11:20 -08:00
Bechi 30bdbf051e status page 2014-01-21 16:06:21 -03:00
Matias Alejo Garcia ee275dde12 show tx by reverse order in addr 2014-01-21 15:49:25 -03:00
Gustavo Cortez 24694939ea fix height of footer 2014-01-21 15:10:34 -03:00
Bechi f96d0e0033 footer 2014-01-21 14:58:04 -03:00
Manuel Araoz 2d176a6431 Merge branch 'master' of github.com:bitpay/insight into feature/realtime-sync-info
Conflicts:
	public/views/footer.html
2014-01-21 13:29:07 -03:00
Manuel Araoz 9c1906641a stream sync status 2014-01-21 13:28:01 -03:00
Gustavo Cortez 132569ed3e fix navbar 2014-01-21 13:22:08 -03:00
Mario Colque 038ab3c12a added the directive for loadMore 2014-01-21 13:01:35 -03:00
Mario Colque c112b1c7e5 lazy load for transactions list 2014-01-21 12:58:15 -03:00
Bechi 758f9fc068 address page 2014-01-21 12:25:36 -03:00
Manuel Araoz 21f03749c8 Merge branch 'master' of github.com:bitpay/insight into feature/realtime-sync-info
Conflicts:
	public/js/controllers/footer.js
	public/views/header.html
2014-01-21 11:57:53 -03:00
Manuel Araoz ae9dd66b7a starting to show sync status via socket 2014-01-21 11:51:34 -03:00
Matias Alejo Garcia 9337196233 fix conflics 2014-01-21 11:20:25 -03:00
Gustavo Cortez ef109e3251 search by height of block 2014-01-21 10:55:35 -03:00
Gustavo Cortez 56dc130b4f show for 2 sec a box message if not found block 2014-01-21 10:46:19 -03:00
Manuel Aráoz 99c04752cd Merge pull request #97 from cmgustavo/feature/01link-status-page
Feature/01link status page
2014-01-20 19:15:12 -08:00
Matias Alejo Garcia 1a8307263a Merge pull request #96 from cmgustavo/feature/01block-index-by-height
Feature/01block index by height
2014-01-20 19:11:10 -08:00
Matias Alejo Garcia c665fe6eb1 resolve conflics 2014-01-20 23:54:59 -03:00
Matias Alejo Garcia 8df8b9e350 expand input / outputs 2014-01-20 23:01:07 -03:00
Gustavo Cortez 8b15df0e2a link and fix lookandfell statusPage. fix footer, placeholder, block box. Little fix pager of block list. 2014-01-20 21:02:47 -03:00
Matias Alejo Garcia 0dfaec73db simple versions of vin vout for displaying 2014-01-20 18:57:50 -03:00
Gustavo Cortez 4291af0cc3 go to block using height value. url is: /block-index/<height> 2014-01-20 18:53:24 -03:00
Gustavo Cortez ef0b558ed9 fix conflicts 2014-01-20 18:52:28 -03:00
Matias Alejo Garcia aab8ac2e29 add scripts to tx 2014-01-20 18:11:50 -03:00
Manuel Araoz e45c1ef2bd remove old style angular module def 2014-01-20 18:09:18 -03:00
Matias Alejo Garcia 0c10fd35ea fix layouts problems in tx 2014-01-20 17:51:13 -03:00
Matias Alejo Garcia 8e7887fa40 isolate TX view 2014-01-20 17:39:27 -03:00
Manuel Araoz c538d4cd22 Merge branch 'master' of github.com:bitpay/insight into feature/tx-sound 2014-01-20 17:35:27 -03:00
Manuel Araoz f7fce1af7d remove old sound 2014-01-20 17:34:59 -03:00
Manuel Araoz 94a3f463ad bugfix and sound added to streamed txs for address 2014-01-20 17:34:59 -03:00
Mario Colque 0da8cdef87 Merge pull request #93 from bechi/feature/01navbar
01 navbar
2014-01-20 12:33:47 -08:00
Bechi fde5c638de 01 navbar 2014-01-20 17:18:21 -03:00
Matias Alejo Garcia c8218fb12c Merge pull request #90 from bechi/bug/01transaction-list
fix transaction list
2014-01-20 12:11:21 -08:00
Matias Alejo Garcia 1c6b506dbb resolve merge conflits 2014-01-20 16:53:54 -03:00
Matias Alejo Garcia 05f2cf426c resolve merge 2014-01-20 16:47:46 -03:00
Matias Alejo Garcia 465e4698f6 more error handling 2014-01-20 16:40:20 -03:00
Matias Alejo Garcia f619192708 better error API handling 2014-01-20 16:11:35 -03:00
Manuel Araoz 914671e352 show timestamp for unconfirmed transactions 2014-01-20 15:37:44 -03:00
Bechi 6efbede361 fix transaction list 2014-01-20 15:31:02 -03:00
Manuel Araoz 37d18b7b2d fixing socket API 2014-01-20 14:30:25 -03:00
Manuel Araoz 76273d1c6c Merge branch 'master' of github.com:bitpay/insight into feature/address-socket-api 2014-01-20 13:31:57 -03:00
Manuel Araoz cf5aea1165 socket.io and angular proper integration 2014-01-20 13:31:37 -03:00
Bechi 685b0a277d fix block page 2014-01-20 12:38:51 -03:00
Matias Alejo Garcia 5468895e34 fix socket io name error 2014-01-20 12:10:49 -03:00
Manuel Araoz b7d3666249 Merge branch 'master' of github.com:bitpay/insight into feature/address-socket-api
Conflicts:
	app/controllers/socket.js
	app/models/Transaction.js
	lib/PeerSync.js
	public/js/controllers/address.js
	public/js/controllers/index.js
	public/js/controllers/transactions.js
	public/views/transaction.html
2014-01-20 11:47:22 -03:00
Matias Alejo Garcia 951eeea6d0 show sync status in /status page 2014-01-20 11:45:01 -03:00