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

Extract & Consolidate UI components #91

Closed ejmg closed 2 weeks ago

ejmg commented 2 months ago

Summary

Extract common stylings from application components into their own UI components.

Description

Current component code has a lot of common patterns that can be pulled out into their own components to cut down on repetition and also help ensure stylings stay consistent as major re-stylings come up. An easy example is Flex Box Col and Flex Box Row as patterns.

ejmg commented 2 weeks ago

Duplicate