Commit Graph

490 Commits

Author SHA1 Message Date
Matias Alejo Garcia 169edc2604 update readme 2014-01-23 15:16:26 -03:00
Matias Alejo Garcia 37783c5286 fix conflics 2014-01-23 15:16:17 -03:00
Matias Alejo Garcia 9cd370b7e9 Merge pull request #135 from colkito/fix/angular-code-improve
several improvements for angular code style
2014-01-23 10:12:49 -08:00
Matias Alejo Garcia 66929be66a Merge pull request #133 from cmgustavo/bug/01readme
fix readme. The titles were inside a box.
2014-01-23 10:12:15 -08:00
Mario Colque 3023eb6fe4 reorder services 2014-01-23 15:09:17 -03:00
Mario Colque c8113af0f2 changed get_socket to getSocket (camelCase) 2014-01-23 15:01:09 -03:00
Mario Colque a2394e8e89 hide messages until loading be false 2014-01-23 15:00:29 -03:00
Mario Colque 049eaea6ff several improvements for angular code style 2014-01-23 14:39:09 -03:00
Matias Alejo Garcia 55c539ece4 Merge pull request #134 from colkito/fix/ui-fix
Fix/ui fix
2014-01-23 07:18:08 -08:00
Mario Colque a5801fd4f1 using button instead a tag for copy button 2014-01-23 11:59:02 -03:00
Mario Colque bc239a8d4f address page UI improved, copy button added 2014-01-23 11:35:18 -03:00
Mario Colque 72f28ef3b0 no inputs message alignment 2014-01-23 11:19:56 -03:00
Mario Colque 189bc8d256 new ui for transaction items 2014-01-23 10:58:03 -03:00
Mario Colque a5e2e93d51 new color for the loadbar 2014-01-23 10:57:34 -03:00
Mario Colque 6fc150d28d footer pagination removed 2014-01-23 10:56:59 -03:00
Gustavo Cortez 6d3343cae1 fix readme. The titles were inside a box. 2014-01-23 09:46:39 -03:00
Mario Colque 0e6b169576 Merge pull request #132 from cmgustavo/feature/02footer-api-version
API version from package.json. We show it on the footer.
2014-01-23 04:38:17 -08:00
Gustavo Cortez 011ca9310b fix conflicts 2014-01-22 18:15:29 -03:00
Manuel Aráoz 02b191e597 Merge pull request #131 from maraoz/bug/address-socket
fix address sockets
2014-01-22 11:27:35 -08:00
Manuel Araoz daf9234f85 fix address sockets 2014-01-22 16:24:47 -03:00
Matias Alejo Garcia 786aaf43e0 Merge pull request #130 from colkito/bug/header-width
fixed header width
2014-01-22 05:27:18 -08:00
Mario Colque cb249fa6a6 fixed header width 2014-01-22 10:26:39 -03:00
Matias Alejo Garcia 8039092e82 Merge pull request #128 from maraoz/bug/homeage_wording
homepage wording
2014-01-22 05:23:21 -08:00
Manuel Araoz e28272613a homepage wording 2014-01-22 10:39:03 -03:00
Matias Alejo Garcia 5ca2aab462 Merge pull request #129 from colkito/feature/copy-to-clipboard
SUPER COOL!!
2014-01-22 05:22:44 -08:00
Mario Colque 3cbaeb6809 added copy-to-clipboard feature 2014-01-22 10:19:52 -03:00
Mario Colque e944903f7e added Insight version 2014-01-22 10:17:20 -03:00
Mario Colque 9680865785 added Zeroclipboard 2014-01-22 10:16:53 -03:00
Mario Colque d16ee87550 Merge pull request #127 from matiu/bug/update-tests
update test
2014-01-22 05:03:51 -08:00
Matias Alejo Garcia 8cc06142bc update test 2014-01-22 10:01:08 -03:00
Gustavo Maximiliano Cortez 639cf9eeaa Merge pull request #126 from bechi/feature/01home-page
home page --
2014-01-22 04:53:05 -08:00
Bechi 3a39da2528 fix col home 2014-01-22 09:51:56 -03:00
Bechi 1c40910fce home page 2014-01-22 09:45:43 -03:00
Matias Alejo Garcia 42ee817a55 Merge pull request #125 from cmgustavo/bug/02homepage-initial-values
Bug/02homepage initial values
2014-01-22 03:47:42 -08:00
Gustavo Cortez fe517b33a5 homepage: fixed, only show 5 elements (it is!) 2014-01-22 00:22:04 -03:00
Gustavo Cortez 0cf69ddd13 homepage: fixed, only show 5 elements 2014-01-22 00:18:29 -03:00
Gustavo Cortez 13c9d0075a fixed lasts conflicts in block/list 2014-01-21 23:38:29 -03:00
Gustavo Cortez 149fe6337a homepage: show blocks and transactions 2014-01-21 23:18:06 -03:00
Gustavo Cortez 36c3466f32 API: get all info about blocks and transactions in list methods. Fix transaction list on homepage 2014-01-21 23:17:47 -03:00
Matias Alejo Garcia 92cf429e64 Merge pull request #120 from martindale/easy-install
Update Documentation
2014-01-21 17:29:24 -08:00
Eric Martindale 01b5a5a5b7 Add details about running insight using pm2. 2014-01-22 00:09:30 +00:00
Eric Martindale 3ecc4fb1fd Merge branch 'process-friendly' into easy-install 2014-01-22 00:06:12 +00:00
Eric Martindale e2ef12661f Merge branch 'master' into easy-install 2014-01-22 00:04:48 +00:00
Eric Martindale 1b32e63cb2 Merge branch 'master' of github.com:bitpay/insight into process-friendly 2014-01-22 00:04:19 +00:00
Eric Martindale 81958638f7 Rename server.js to insight.js for multi-node env. 2014-01-22 00:01:47 +00:00
Eric Martindale 904f21405e Allow network to be specified in development envs. 2014-01-21 23:54:58 +00:00
Eric Martindale 32ed8497e5 Merge branch 'master' of github.com:bitpay/insight into easy-install 2014-01-21 23:53:58 +00:00
Matias Alejo Garcia 4d0ec37652 Merge pull request #123 from matiu/bug/fix-status-page
update status page
2014-01-21 14:53:44 -08:00
Matias Alejo Garcia 163eda5840 update status page 2014-01-21 19:53:00 -03:00
Matias Alejo Garcia 567ff53b1d Merge pull request #122 from matiu/feature/sync-header2
Feature/sync header2
2014-01-21 14:42:54 -08:00