paritytech / substrate-telemetry

Polkadot Telemetry service
GNU General Public License v3.0
299 stars 209 forks source link

Network Id Column: Show full Peer Id #572

Closed tadeohepperle closed 5 months ago

tadeohepperle commented 5 months ago

Fixes #571

This PR removes the truncation of the peer id column. this is less nice to look at but enables users to search for an id more easily using their browsers "search in page". I also added support for clicking the id to copy it to the clipboard.

image