penumbra-zone / cuiloa

Block explorer for the Penumbra Zone network
https://cuiloa.testnet.penumbra.zone
Apache License 2.0
6 stars 1 forks source link

limit AttributeTable overflow & add copy-to-clipboard #79

Open ejmg opened 3 months ago

ejmg commented 3 months ago

Summary

Limit the size of text in AttributeTable and add copy functionality.

Description

Many ABCI Events will have values that are significant in length and, when rendered in full, make the UI clunkier to no benefit. Limit text display to a more reasonable amount and integrate a copy-to-clipboard functionality that allows users to grab the full text.