Commit Graph

125 Commits

Author SHA1 Message Date
Michael Müller fe03dddbd2 Minor fixes (#136)
* Fix typo
* Fix crooked merge result
2019-04-18 11:05:46 +02:00
Maciej Hirsz e1bad6e24b feat: add ChainX impl icon (#137) 2019-04-15 12:39:05 +02:00
Maciej Hirsz e078e7a9b9 Some visual tweaks (#133) 2019-03-26 11:09:05 +01:00
Gregory Terzian 8fa36118b5 Add network state to UI (#128) 2019-03-25 21:22:43 +01:00
Maciej Hirsz 1058cd965c Update Travis (#126) 2019-03-19 15:18:22 +01:00
Maciej Hirsz 91df8e7167 More style tweaks (#125) 2019-03-15 16:31:21 +01:00
Maciej Hirsz ce68e0e271 Update styles to new Polkadot identity (#124) 2019-03-15 15:50:03 +01:00
Maciej Hirsz 1023b72fe7 Remove debug logging (#119) 2019-03-06 16:08:55 +01:00
Jaco Greeff bfd339bbe5 Add icon for polkadot-js client (#118)
* Add icon for polkadot-js client

* Update icon
2019-03-04 12:03:57 +01:00
Maciej Hirsz ed65a00c95 Use stable sort for chain tabs (#113) 2019-02-21 14:40:56 +01:00
Maciej Hirsz 76a07654ab Show ?.?.? for invalid semver (#108) 2019-02-11 18:38:09 +01:00
Maciej Hirsz 25d443e96a Long time ago (#107) 2019-02-08 14:44:29 +01:00
Maciej Hirsz 24a28a0ffb Fix Identicons (#106) 2019-02-06 09:38:02 +01:00
Maciej Hirsz dc71df7911 Add finalized block info (#104) 2019-02-01 15:53:05 +01:00
Maciej Hirsz 8c70007eef Add minimum scales for memory and bandwidth (#103) 2019-02-01 12:26:02 +01:00
Maciej Hirsz b517e917c7 Tweak bandwidth numbers formatting (#101) 2019-01-31 14:37:08 +01:00
Maciej Hirsz 052f5c846c Add bandwidth monitors (#100) 2019-01-31 12:43:53 +01:00
Alexander Krupenkin dac6ca77f8 Added Robonomics implementation icon 2019-01-18 09:13:15 -08:00
Maciej Hirsz f91ddf657b Update dependencies (#97)
* Update dependencies
2019-01-18 09:12:39 -08:00
Maciej Hirsz c1155a9c22 Remove Filter from Chain component (#89) 2018-10-25 16:45:49 +02:00
Maciej Hirsz db87eae19f Only render visible rows in the List (#87) 2018-10-14 11:16:23 +02:00
maciejhirsz 1dc9ef82e5 Cleanup redundant CSS 2018-10-12 17:41:04 +02:00
Maciej Hirsz 97b3d1ec23 New List, Map, and Settings components (#86) 2018-10-12 17:34:49 +02:00
Maciej Hirsz 2ed9061d23 Don't jump when updating table (#84) 2018-10-11 15:48:29 +02:00
Maciej Hirsz aa5bbba1bf Sticky focus on off-screen filter (#83) 2018-10-10 16:13:10 +02:00
Maciej Hirsz 491b70fae9 Click to copy address or block hash (#82) 2018-10-10 15:01:28 +02:00
Maciej Hirsz 3655a0aac6 Fix to text filter responsiveness (#80) 2018-10-10 11:53:14 +02:00
Maciej Hirsz 56f0630558 Style improvements (#79) 2018-10-09 14:31:30 +02:00
Maciej Hirsz 85b3eaa3a8 Do less work when rendering (#78) 2018-10-08 16:54:39 +02:00
Maciej Hirsz abe2ff5057 Fix sorting (#77) 2018-10-08 14:14:21 +02:00
maciejhirsz 6dc1d532e7 Hotfix pins 2018-10-05 18:47:20 +02:00
Maciej Hirsz d299e2103a Render individual node changes on demand (#76) 2018-10-05 18:21:43 +02:00
Maciej Hirsz 784c112af3 Travis CI integration (#75) 2018-10-05 17:08:27 +02:00
YJ 8e16f7c129 Unit testing Connections.ts (#66)
* Jest, Enzyme test env setup

* unit tests for telemetry state update logic

* remove sinon, superfluous scripts

* Remove console log
2018-10-05 09:14:53 +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 58e19a7c58 Set CPU scale to 100% at minimum (#71) 2018-09-30 20:41:17 +02:00
Maciej Hirsz dd379676fd Clear nodes on re-subbing (#69) 2018-09-30 09:43:03 +02:00
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
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