Allow Post component to render hidden thread placeholder as needed #63
Labels
📦 boba-components
An issue that involves the boba-components repository
🛠 CSS
🌤 Easy
🎨 Frustration busters
Make BobaBoard a pleasure to use
🛠 React
Is familiar with the React Framework
🛶 Small
(Ms boba has edited this)
On this updated design,
HiddenThread
should wrap the originalPost
as a child, like this:By default,
HiddenThread
should not displayPost
unless itshidden
prop equals false. ThenHiddenThread
should wrap Post with additional UI (see attachment).One (slight) difficulty is that
HiddenThread
should avoid displaying the wrappedPost
's content notices since they will already be displayed byHiddenThread
. This can be done by cloning the Post child and passing a new tags prop that has no content notices.The buttons at the top should follow down the post as the user scrolls.
The text was updated successfully, but these errors were encountered: