Commit Graph

261 Commits

Author SHA1 Message Date
Manuel Araoz 1ef9cd1f22 jshint fixes 2014-01-15 16:05:26 -03:00
Manuel Araoz 237bb81e19 Merge branch 'master' of github.com:bitpay/mystery into feature/human-readable-times
Conflicts:
	package.json
2014-01-15 15:21:06 -03:00
Manuel Aráoz ea141f7120 Merge pull request #51 from colkito/feature/homepage-default-data
Feature/homepage default data
2014-01-15 09:36:20 -08:00
Mario Colque df4b54af2f Merge pull request #52 from bechi/feature/header
awesome!
2014-01-15 08:20:48 -08:00
Bechi 2fac495a69 header 2014-01-15 13:15:10 -03:00
Mario Colque 54b38f45c8 removed unnecessary var 2014-01-15 13:09:57 -03:00
Mario Colque 3d22ae49be removed unnecessary service 2014-01-15 13:07:07 -03:00
Mario Colque bce4813248 added new service for transactions 2014-01-15 13:00:02 -03:00
Mario Colque 908e8410dd added limit to index 2014-01-15 12:44:17 -03:00
Mario Colque 0d09aaec51 added init for controller 2014-01-15 12:40:24 -03:00
Gustavo Cortez 5c14cceb9e fix conflic in readme.md 2014-01-15 10:40:23 -03:00
Gustavo Cortez 0cabaf6de9 loading message before finish async request 2014-01-15 10:34:25 -03:00
Gustavo Cortez dc6e64f8bc fix url for get transactions 2014-01-15 10:22:07 -03:00
Bechi 726dc5b0b2 csd 2014-01-15 10:21:28 -03:00
Manuel Araoz 707e47e403 update README for websocket API 2014-01-15 09:38:27 -03:00
Gustavo Cortez ab635332cc added reward value to transactions 2014-01-15 09:02:20 -03:00
Gustavo Cortez c734ec40a3 Merge branch 'master' into feature/get_async_transactions 2014-01-14 20:35:33 -03:00
Gustavo Cortez 521a0d6a44 front-end: Completed block info. Getting aync transaction in BlockPage and AddrPage 2014-01-14 20:34:01 -03:00
Manuel Araoz b6f4aa78bc show new blocks in homepage 2014-01-14 19:42:38 -03:00
Matias Alejo Garcia 82cddd9dd0 Merge pull request #39 from colkito/feature/no-blocks-message
added a message for no blocks in blocklist page
2014-01-14 13:12:00 -08:00
Manuel Araoz cc7c876247 new transactions shown on homepage! 2014-01-14 16:56:02 -03:00
Manuel Araoz 851dc06a09 Merge branch 'master' of github.com:bitpay/mystery into feature/stream-new-txs
Conflicts:
	public/css/common.css
	public/js/app.js
2014-01-14 15:42:40 -03:00
Mario Colque 59361630ed added a message for no blocks in blocklist page 2014-01-14 15:34:14 -03:00
Manuel Araoz 21e221b68b showing transaction with animation in home page 2014-01-14 15:20:59 -03:00
Mario Colque c3a6c0387c added a interceptor in ther services to handle the server request error 2014-01-14 14:48:25 -03:00
Mario Colque ce1fde9aa7 look&feel for search 2014-01-14 14:47:13 -03:00
Mario Colque ed6f429c30 added new service search 2014-01-14 14:46:26 -03:00
Gustavo Cortez ee4236065e fixed: list of duplicated tx in front-end with angularjs is not allowed 2014-01-13 21:01:22 -03:00
Gustavo Cortez 184fa19321 fix conflicts. update readme.md. update block page. get data for address page from API 2014-01-13 20:42:15 -03:00
Manuel Araoz ada63f8488 tx info sent to homepage. 2014-01-13 19:07:12 -03:00
Manuel Araoz 2e959fa81c socket.io first prototype 2014-01-13 18:13:59 -03:00
Gustavo Cortez aea2af5a1c fix: show message unconfirmed transactions if there is not transaction confirmed yet 2014-01-13 17:29:22 -03:00
Gustavo Cortez d145cc6f80 configure environment for test in server bitcore.io. util find ref 2014-01-13 13:24:01 -03:00
Gustavo Cortez 4b1f6d09fa number of transactions 2014-01-13 11:45:09 -03:00
Gustavo Cortez fb00366434 fix: show tx without input addres. Show type of address for tx out 2014-01-10 16:47:05 -03:00
Mario Colque fd86e6d074 Merge pull request #16 from cmgustavo/feature/home-page
Great!
2014-01-10 06:52:46 -08:00
Mario Colque 219e583c51 Merge pull request #15 from cmgustavo/feature/block-page
great!
2014-01-10 06:51:11 -08:00
Mario Colque 6d44c9b53a added new template and controller for address page 2014-01-10 11:36:43 -03:00
Mario Colque a774a711b3 added angular-qrcode 2014-01-10 11:36:16 -03:00
Gustavo Cortez 67857abcc7 Cleaning homepage for now. It does not get any values from API, only shows a link to blocks list. 2014-01-10 10:46:09 -03:00
Gustavo Cortez 8d8a1c256b fix text in block and transaction page 2014-01-10 10:25:16 -03:00
Gustavo Cortez 9db404c7f2 Prepared BlockPage (look&feel) for getting info by API 2014-01-10 10:03:48 -03:00
Mario Colque f2917c51ca added new route for address page 2014-01-10 09:37:18 -03:00
Mario Colque 63dfe42ce8 date style fixed 2014-01-10 09:36:09 -03:00
Gustavo Cortez e10e5fa2c0 fix link back to blockpage 2014-01-10 02:22:06 -03:00
Gustavo Cortez 507de91fe5 Transaction Page: look and feel. Parser and show data from API 2014-01-10 01:55:47 -03:00
Mario Colque 279a357f0e Added pagination by date to blocklist page 2014-01-09 18:36:20 -03:00
Mario Colque e7ef5d0e30 Merge branch 'master' into feature/blocklist-page 2014-01-09 15:17:52 -03:00
Gustavo Cortez d0874c48cf front-end with angularjs: blockpage and transaction page. Basic information. 2014-01-09 15:13:26 -03:00
Mario Colque 100b901581 reusing the blocklist template. Parsing new model 2014-01-09 14:53:28 -03:00
Gustavo Cortez 19636a5ffb fix url for block info 2014-01-08 13:13:50 -03:00
Mario Colque 50dae263b7 conflict solved 2014-01-08 12:23:25 -03:00
Mario Colque c967df577e added new blocklist page 2014-01-08 11:56:36 -03:00
Mario Colque ac261d42c6 Added new Angular views for block list 2014-01-08 11:55:06 -03:00
Gustavo Cortez 92054210a8 block page draft 2014-01-08 11:05:19 -03:00
Gustavo Cortez 1ec2984bab Frontend: Blocks controller for angularjs 2014-01-08 09:32:38 -03:00
Gustavo Cortez 52f0120f39 get block in angular from node! 2014-01-07 18:12:37 -03:00
Gustavo Cortez be497058fc little fix in tab spaces 2014-01-06 18:01:23 -03:00
Mario Colque 86e11424d8 removed spaces 2014-01-06 17:54:32 -03:00
Gustavo Cortez cf1deca94f angular js supported! 2014-01-06 17:34:25 -03:00
Gustavo Cortez 0341f8f691 bootstrap ready! 2014-01-06 16:12:14 -03:00