Commit Graph

40 Commits

Author SHA1 Message Date
Maciej Hirsz abe2ff5057 Fix sorting (#77) 2018-10-08 14:14:21 +02:00
Maciej Hirsz 717c5a3ac9 Only update hardware stats when necessary (#73) 2018-10-01 14:10:54 +02:00
Maciej Hirsz 76e9155823 Better Sparklines (#72)
* Cleaner renders
* Add timestamps to Sparklines
* Keep track of chart history up to 1h in the past
2018-10-01 11:41:40 +02:00
Maciej Hirsz 51fb2cf326 No repeated Node ids (#70) 2018-09-30 10:33:29 +02:00
Maciej Hirsz dd379676fd Clear nodes on re-subbing (#69) 2018-09-30 09:43:03 +02:00
Maciej Hirsz f9078c6979 Sparklines (#65) 2018-09-28 13:47:39 +02:00
Maciej Hirsz 62d2847bb0 Don't sort the list on every render (#58) 2018-09-27 17:01:51 +02:00
maciejhirsz 884b6e7fca Fix average indexing 2018-09-26 10:15:40 +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 5e995ea21d Use node name as backup in case pubkey is not present (#50) 2018-09-24 21:33:06 +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
Maciej Hirsz afef6d7d8f Cache NodeId and Location (#35)
* Cache NodeId and Location
* Fix frontend dependency vuln
2018-08-24 16:26:05 +02:00
maciejhirsz ba545799fe Reorganize Node components and state 2018-08-10 14:36:05 +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 2f0f250d81 Log backend connections 2018-07-26 15:26:14 +02:00
maciejhirsz aadc4fc5bb Fix reconnecting 2018-07-26 13:53:21 +02:00
maciejhirsz 0945d7b4d6 Fixing the zombie UI state 2018-07-25 18:41:58 +02:00
maciejhirsz a909400678 Add ping to the client, reconnect on dead connections 2018-07-25 17:49:53 +02:00
maciejhirsz 5c1480f9f5 Display location on map node details 2018-07-18 16:59:47 +02:00
maciejhirsz f4a4f1091a Tweak map, remove legacy version msg 2018-07-17 17:03:06 +02:00
maciejhirsz 43a87deb9c Add hidden map 2018-07-15 22:50:41 +02:00
maciejhirsz 2c073eac19 Working on map view 2018-07-14 22:56:20 +02:00
maciejhirsz 2d14c27d9e Resubscribe on reconnect 2018-07-14 15:52:53 +02:00
maciejhirsz ef3f52f5c8 Offline indicator, average block time and stuff 2018-07-13 23:20:29 +02:00
maciejhirsz ea8d7ad77d Sort chains by node count 2018-07-12 16:04:04 +02:00
maciejhirsz 47b80ad30e Display block propagation time 2018-07-08 16:04:55 +02:00
maciejhirsz 538a30ccc3 Reformatting 2018-07-06 17:53:42 +02:00
maciejhirsz 9a8e625df6 Categorize nodes by chains 2018-07-06 15:08:22 +02:00
maciejhirsz 8bec72be35 Styles 2018-07-05 18:29:19 +02:00
maciejhirsz 01da7dfc47 Added ago timers 2018-07-05 17:04:00 +02:00
maciejhirsz 1eea35b7ce Frontend stuff 2018-07-02 16:07:16 +02:00
maciejhirsz fe2419e54b Include block hash 2018-06-27 17:03:55 +02:00
maciejhirsz b57dc22c33 Pass through node details 2018-06-27 16:52:32 +02:00
maciejhirsz 4812a5ddce Cleanup 2018-06-27 15:56:32 +02:00
maciejhirsz 0580e25380 Reorganized repo using yarn and workspaces 2018-06-27 14:04:34 +02:00