Commit Graph

346 Commits

Author SHA1 Message Date
David a53af4051c Merge pull request #304 from paritytech/dependabot/npm_and_yarn/frontend/ini-1.3.8
chore(deps): bump ini from 1.3.5 to 1.3.8 in /frontend
2020-12-28 12:11:24 +00:00
Maciej Hirsz 81cd70cf7d Parachain multiplexing (#295)
* Handle continuation frames

* Parachain multiplexing MVP

* Better multiplexing

* Rename NodeMultiplex -> ConnMultiplex

* Cleaner `handle_message`
2020-12-16 21:24:02 +01:00
dependabot[bot] f04ce4eabd chore(deps): bump ini from 1.3.5 to 1.3.8 in /frontend
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-12 13:09:57 +00:00
Maciej Hirsz 4ef655c5f3 Missing semicolon 2020-12-11 10:25:36 +01:00
MyronFanQiu e22bd924ca Add Crust Network telemetry icon (#303)
* change crust telemetry icon

* Update ImplementationColumn.tsx

* Update ImplementationColumn.tsx
2020-12-11 10:21:17 +01:00
Maciej Hirsz 1f5b1607cc Fix allchains (#301) 2020-11-30 13:13:49 +01:00
Maciej Hirsz 262dbd6f14 Use startup_time from system.connected (#300)
* Handle startup time

* Remove dead code

* Bump protocol version + FE changes
2020-11-30 12:05:49 +01:00
Maciej Hirsz ebb01c1a7d Turbo Render (#298)
* More responsive React updates on scroll

* `Icon`s now use shadow dom

* Faster Sparkline

* Recycle table rows

* Separate Header from Chain to avoid vdom diffing

* Separate THead from Row.HEADER to avoid vdom diffing

* Throttle rendering updates on chain tabs, also styles

* Minor tweaks and fixes

* Created components for all columns

* Wrapping up Column refactor

* Rename Row--td to Column

* Lazy `Ago`

* Update styles for faster layouting

* Minor cleanup

* Fix Connection

* Use shadow DOM in `PolkadotIcon`

* Comments and tweaks for the List component

* Faster Tooltip and Truncate

* Minor tweaks

* Tooltiped columns can now be copied

* Future-proof Connection

* Remove the <div> wrapper from Icon

* Fix dash on missing graph data

* Clean up some SVGs

* Cleanup and comments

* Localize the use of `previousKeys` to `recalculateKeys`

* Custom appState disjoint from React component state

* Make appState and appUpdate refs readonly

* Cleanup
2020-11-11 13:41:01 +01:00
David 675776c3e1 Merge pull request #297 from paritytech/mh-firefox-tuning
More performance tweaks
2020-11-04 14:41:08 +01:00
Maciej Hirsz 186b57e13d Comments and grumbles 2020-11-04 13:14:04 +01:00
Maciej Hirsz 403b1c0fa1 More performance tweaks 2020-11-03 17:48:42 +01:00
Maciej Hirsz 54039faa3b Prevent nodes out of viewport triggering render (#296)
* Prevent nodes out of viewport triggering render

* Update frontend/src/common/SortedCollection.ts

Co-authored-by: David <dvdplm@gmail.com>

* Tweak the comment on `setFocus`, move it closer to `ref` and `hasChangedSince`

* Switch `SortedCollection.ref()` to a getter

Co-authored-by: David <dvdplm@gmail.com>
2020-11-02 19:33:51 +01:00
Maciej Hirsz 98cd3cfa12 Fix a panic in actix-web normalize middleware (#294)
* Fix a panic in actix-web normalize middleware

* Cleanup dependencies
2020-10-29 19:46:11 +01:00
Maciej Hirsz 0ff63abf35 Bump dependencies (#293) 2020-10-26 19:57:51 +01:00
David ea566ee95f Merge pull request #292 from paritytech/zeke-bump-nested-deps
Increase resolution of selected nested deps
2020-10-14 23:12:46 +02:00
Zeke Mostov cb73e6c248 Increase resolution of selected nested deps 2020-10-14 13:53:24 -07:00
David b0c22cc251 Merge pull request #291 from paritytech/mh-actix3
Upgrade backend to actix-web 3.0
2020-10-01 18:04:24 +02:00
Maciej Hirsz a4c34d4a6c Simplify routes 2020-10-01 15:47:16 +02:00
Maciej Hirsz 31ded28975 Fix styling 2020-09-30 17:22:09 +02:00
marco bahn b7ff82d97e feat(zero): add icon for zero / gamedao (#290)
* feat(zero): add icon for zero / gamedao

* Update frontend/src/icons/zero.svg

Co-authored-by: Maciej Hirsz <1096222+maciejhirsz@users.noreply.github.com>

Co-authored-by: Maciej Hirsz <1096222+maciejhirsz@users.noreply.github.com>
2020-09-30 17:17:48 +02:00
Maciej Hirsz 73d0bfbc0a Fix typo 2020-09-30 15:27:09 +02:00
Maciej Hirsz b55dfa022a Clean unnecessary changes and comments 2020-09-29 19:20:53 +02:00
Maciej Hirsz 9e4a0d938e Clean up Cargo.toml 2020-09-29 19:17:16 +02:00
Maciej Hirsz 8bf1020c16 Finally working 2020-09-29 19:16:28 +02:00
Maciej Hirsz 4a5bafcd41 WIP 2020-09-25 14:03:35 +02:00
dependabot[bot] bd7d0f0e96 chore(deps): bump http-proxy from 1.18.0 to 1.18.1 in /frontend (#288)
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1.
- [Release notes](https://github.com/http-party/node-http-proxy/releases)
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/http-party/node-http-proxy/compare/1.18.0...1.18.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-16 15:53:06 +02:00
Roman Borschel b98c816a84 Merge pull request #289 from paritytech/system-interval-decouple-values
Further decouple SystemInterval values.
2020-09-14 17:43:51 +02:00
Roman Borschel a65250118e Update backend/src/node.rs 2020-09-14 17:05:36 +02:00
Roman Borschel 5ecd6e2c46 Update backend/src/node.rs
Co-authored-by: Maciej Hirsz <1096222+maciejhirsz@users.noreply.github.com>
2020-09-14 17:04:38 +02:00
Roman S. Borschel d8ae36dc34 Further decouple SystemInterval values. 2020-09-14 11:19:43 +02:00
e. g 227e35bb64 Update frontend.yml (#286) 2020-09-02 17:29:50 +02:00
Xavier Lau 437ce23402 Add Darwinia Crab (#284)
* add: "Darwinia Crab"

* update: as suggest

* remove: "Crab"

* revert: auto format
2020-09-02 13:59:28 +02:00
Maciej Hirsz 530132a3bb Fix iplocate cerificates (#283) 2020-08-26 14:17:53 +02:00
Maciej Hirsz 0f13c76fe1 Log locate errors (#282) 2020-08-26 09:34:35 +02:00
Maciej Hirsz 390a5a36f4 Log remote IP (#281) 2020-08-25 18:10:32 +02:00
Maciej Hirsz a721cc4e42 Cut metrics (#280) 2020-08-21 17:01:39 +02:00
Maciej Hirsz e9f2e119e7 Bump nginx limits (#278) 2020-08-20 13:54:17 +02:00
Maciej Hirsz 525f95b92a Hide unknown messages in production (#275) 2020-08-04 13:04:46 +02:00
dependabot[bot] 9e08387dd1 chore(deps): bump elliptic from 6.5.2 to 6.5.3 in /frontend (#274)
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-04 12:40:17 +02:00
Maciej Hirsz 793c759728 Update Rust dependencies 2020-07-29 12:09:27 +02:00
lurpis 478e82cdda update bifrost-node icon (#270) 2020-07-29 09:40:00 +02:00
e. g 89f2b6e2a2 Merge pull request #273 from paritytech/eg-docker-build
fix unclear docker CI options
2020-07-28 19:22:06 +02:00
Erin Grasmick ba2a8d1ef1 trigger ci 2020-07-28 14:32:07 +02:00
Erin Grasmick ef1e649593 update README 2020-07-28 14:22:49 +02:00
Erin Grasmick 2da071ae47 fix confusion action behavior 2020-07-28 13:24:15 +02:00
Erin Grasmick 2c786a52f2 trigger ci 2020-07-28 13:18:15 +02:00
Erin Grasmick 3e2ab03a1d Merge branch 'master' into eg-docker-build 2020-07-28 13:16:58 +02:00
Erin Grasmick c06de1880d remove newline 2020-07-28 13:13:58 +02:00
e. g f1a06d461b Merge pull request #271 from paritytech/eg-docker-build
change working directory / fix travis
2020-07-28 12:56:14 +02:00
Erin Grasmick b65e34cda4 remove wasm curl 2020-07-27 18:37:15 +02:00