JoinColony / colonyCDapp

An iteration of the Colony Dapp sporting both a fully decentralized operating mode, as well as a mode enhanced by a metadata caching layer
5 stars 14 forks source link

[Improvement] Table component refactoring #3646

Open mmioana opened 1 week ago

mmioana commented 1 week ago

Specification

Description

Our src/components/v5/common/Table/Table.tsx got a bit out-of-hand to manage it properly, given the high number of props being used and the constant changes or additions to it, so it's a good candidate for refactoring it into a more generic component that makes use of composition and create different specialised components for the different use cases that we need (eg. vertical or horizontal layout)

Design

Figma link

Implementation

This issue is complete when...