Commit Graph

335 Commits

Author SHA1 Message Date
Maciej Hirsz 8b7c620e2e Clean nodes on reconnect (#68) 2018-09-30 08:52:37 +02:00
Maciej Hirsz b408675c9a Update substrate logo (#67) 2018-09-29 21:21:00 +02:00
Maciej Hirsz f9078c6979 Sparklines (#65) 2018-09-28 13:47:39 +02:00
Maciej Hirsz 250e0db51e Set location.hash to current chain (#63) 2018-09-27 22:26:47 +02:00
Maciej Hirsz c4bfc47c8a Fix chains merging (#62) 2018-09-27 21:49:00 +02:00
maciejhirsz c4202b701c Hotfix location on map 2018-09-27 21:39:33 +02:00
YJ cd42595ddd slightly more informative README (#60) 2018-09-27 21:33:23 +02:00
Maciej Hirsz bc9d47d358 Demystify Node state (#61) 2018-09-27 21:30:51 +02:00
Maciej Hirsz ae81485854 Show substrate logo for node-substrate (#59) 2018-09-27 19:47:14 +02:00
Maciej Hirsz 62d2847bb0 Don't sort the list on every render (#58) 2018-09-27 17:01:51 +02:00
Maciej Hirsz 87facf1552 Add location column (#57) 2018-09-26 13:55:07 +02:00
Maciej Hirsz e5191cdebd Replace implementation label with an icon (#56) 2018-09-26 12:27:11 +02:00
Maciej Hirsz 2b6395f0f9 Tidy pinned nodes (#55) 2018-09-26 10:59:03 +02:00
maciejhirsz 884b6e7fca Fix average indexing 2018-09-26 10:15:40 +02:00
Maciej Hirsz 6ebebf2bff Fixes to filters (#54) 2018-09-25 20:14:35 +02:00
Maciej Hirsz 2e483a595f Filter nodes by name when typing (#53)
* Allow filtering of nodes by name
* Tidy up
2018-09-25 19:56:14 +02:00
Maciej Hirsz df56e33bf6 Deploy script (#52)
* No-downtime deploy script
* Easier to use helper for average numbers
2018-09-25 11:53:57 +02:00
Maciej Hirsz e0012099c0 Pin using names (#49 again) (#51) 2018-09-24 21:53:16 +02:00
Maciej Hirsz 5e995ea21d Use node name as backup in case pubkey is not present (#50) 2018-09-24 21:33:06 +02:00
Maciej Hirsz 1559b82eb0 Allow to pin nodes to top of the list (#48)
* Refactored persistent state a bit
* Allow nodes to be pinned to top
2018-09-24 17:30:39 +02:00
Maciej Hirsz 44d91a54d5 Tidy Tabs (#46) 2018-09-24 12:13:21 +02:00
Maciej Hirsz d2e8eb83ae Switches in settings (#45) 2018-09-24 11:45:05 +02:00
Luke Schoen b16b9c5090 fix: Fixes #43 so CPU use not 100x higher than it should be (#44) 2018-09-23 17:51:35 +02:00
Maciej Hirsz ca0ab38bd2 Settings Tab (#42)
* Settings tab
2018-09-21 18:07:14 +02:00
Maciej Hirsz 07b5880e5f Show CPU and memory use, disable last block time for now (#40) 2018-09-18 14:37:09 +02:00
Maciej Hirsz 762db7ebdc Show validator address for nodes (#37)
Show validator address for nodes
2018-09-12 13:55:37 +02:00
maciejhirsz cc6a6cfef6 Cleanup 2018-09-04 15:54:59 +02:00
maciejhirsz 1f0ffd9785 Do not leak tooltips outside of the map viewport 2018-09-04 14:26:36 +02:00
Maciej Hirsz 44a802c549 Add a ping animation on map, hide "The Maelstorm" (#36) 2018-09-04 12:46:04 +02:00
Maciej Hirsz afef6d7d8f Cache NodeId and Location (#35)
* Cache NodeId and Location
* Fix frontend dependency vuln
2018-08-24 16:26:05 +02:00
Maciej Hirsz ea98fe515a Merge pull request #34 from polkadot-js/mh-reorg-node-component
Mh reorg node component
2018-08-22 17:01:27 +02:00
maciejhirsz a7e6b1182a Cleanup 2018-08-10 14:37:55 +02:00
maciejhirsz ba545799fe Reorganize Node components and state 2018-08-10 14:36:05 +02:00
Maciej Hirsz 5c53740a42 Merge pull request #33 from polkadot-js/mh-truncate-version
Truncate version numbers
2018-08-07 17:16:13 +02:00
maciejhirsz 7f4b87eae4 Trim version numbers (show full on hover) 2018-08-07 17:14:51 +02:00
Maciej Hirsz cc3bc77923 Merge pull request #22 from ltfschoen/9-refactor-calculate-avg-block-time
fix: Relates to #9. Reuse calculation of average block time
2018-07-27 15:01:09 +02:00
maciejhirsz cd8f965376 Nicer error handling on sockets 2018-07-27 12:51:15 +02:00
Luke Schoen caab03a6e9 fix: Do not import from same package as importing into as recursive 2018-07-26 18:07:15 +02:00
Luke Schoen b14b3383fb fix: Remove Maybe from import 2018-07-26 18:01:45 +02:00
Luke Schoen 760e45e89f fix: Remove Maybe from return type since not returning null value 2018-07-26 18:01:45 +02:00
Luke Schoen ee8b76233a fix: Relates to #9. Reuse calculation of average block time
Issues:

* Unable to import `blockAverage` into Chain.ts or Node.ts due to Issue #21.
* TypeScript says `[ts] Module '"/Users/Me/code/blockchain/clones/paritytech/dotstats/packages/common/build/index"' has no exported member 'blockAverage'.`
2018-07-26 18:01:43 +02:00
maciejhirsz 20d8b21adc Handle ws errors on send/ping 2018-07-26 17:25:29 +02:00
maciejhirsz a8f0081385 Fix order for the log 2018-07-26 15:30:17 +02:00
maciejhirsz 3a421a291f Actually use the log :) 2018-07-26 15:28:37 +02:00
Maciej Hirsz 2177c09fc7 Merge pull request #26 from polkadot-js/mh-log-connections
Log backend connections
2018-07-26 15:26:52 +02:00
maciejhirsz 2f0f250d81 Log backend connections 2018-07-26 15:26:14 +02:00
Maciej Hirsz 0c905affab Merge pull request #25 from polkadot-js/mh-autosubscribe-to-last
Fix reconnecting quirks
2018-07-26 13:54:46 +02:00
maciejhirsz a04fae4de4 revert log 2018-07-26 13:54:08 +02:00
maciejhirsz aadc4fc5bb Fix reconnecting 2018-07-26 13:53:21 +02:00
Maciej Hirsz 6f5daad6c1 Merge pull request #19 from ltfschoen/constant-ports
Port numbers as constants
2018-07-26 11:55:40 +02:00