theurbanforrest / olomana

1 stars 0 forks source link

[Data] Refactor Threads in lists #23

Closed theurbanforrest closed 4 years ago

theurbanforrest commented 4 years ago

Story

Dev: Threads in lists are starting to get unwieldy. We have many different ThreadsLists so should consolidate into a single component controlled by props

Acceptance Criteria

Consolidate all ThreadsLists into single component

theurbanforrest commented 4 years ago

Proposed Solution

For our new ThreadsList component:

general
props
other
theurbanforrest commented 4 years ago

Resolved in https://github.com/theurbanforrest/olomana/commit/3039adf4214689f1897f40712492f6582076581e

Summary

Implemented new component ThreadsList and deleted duplicative & verbose code that it now replaces

props

Future

theurbanforrest commented 4 years ago

Minor formatting updates in https://github.com/theurbanforrest/olomana/commit/1cd4b2a17370c18c4ef9d28a0c456def70e8465e , related to this issue #23