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

Break out common UI components #90

Open ejmg opened 2 months ago

ejmg commented 2 months ago

Summary

Pull out common UI patterns into proper components to reduce boilerplate and repetition in current client pages and top level components.

Description

Summary largely gets the idea. Pulling out common stylings into their own components that mirror the current usage of e.g. Flex Rows, Flex Columns in components like Transaction would help reduce a lot of repetition and ensure consistency across components that use them.