Forum UX Upd: duplicated component #3651
Labels
bug
Something isn't working
qa-not-required
release:0.1.1
scope:forum
The "Forum" page and related features
Context
Currently the codebase has 2 category cards:
CategoryCard
: Looks good but has no props so farCategoryListItem
: Functional but it is missing the subcategory on hover feature. Also AFAICS the story mocks members for no reasonand 2 thread cards:
ThreadCard
: Looks good but has no props so farThreadItem
: Functional but it relies onuseThreadOriginalPost
internally which makes it slower and require mocks for tests/storybook. Also the some of the storybook controls don't work or are not relevantScope
CategoryListItem
ThreadItem
(Part of #3029)
The text was updated successfully, but these errors were encountered: