paritytech / trappist-extra

Apache License 2.0
38 stars 6 forks source link

Add parachain #17

Closed evilrobot-01 closed 1 year ago

evilrobot-01 commented 1 year ago

Adds support for connecting to parachains, with Statemint/e and the BridgeHub system parachains as examples.

Implements a number of the suggestions from #16:

Closes #14

evilrobot-01 commented 1 year ago

ExpansionTile switching is a little awkward for relay chains, might be better to remove the switch on expand header tap, especially as relay chain syncing status is now shown on parachain.

An alternative would be to simply have the network name in the expand header and have the relay chain as an option within, as with parachains. This aligns with polkadotjs/apps.

It also doesn't seem to maintain the expanded state, presumably due to the widget being rebuilt.

stiiifff commented 1 year ago

Amazing stuff @evilrobot-01, LGTM