harshmangalam / hydrogen-solidjs-client

A social media web app powered by SolidJS
GNU General Public License v3.0
78 stars 54 forks source link

Add tooltip in post privacy #78

Closed harshmangalam closed 1 year ago

harshmangalam commented 1 year ago

Add tooltip for Post privacy icon in Post card.

utkarsh4321 commented 1 year ago

can you assign this to me?

harshmangalam commented 1 year ago

Okay

utkarsh4321 commented 1 year ago

image Hi, you wanted to add a tooltip to this card? Can you please clarify?

harshmangalam commented 1 year ago

Yes , Here after post created date there is icon this icon represent status of post. Add title in that icon.

utkarsh4321 commented 1 year ago

that globe icon?

harshmangalam commented 1 year ago

Yes

utkarsh4321 commented 1 year ago

so in tool tip i need to show created date when any body hover into it?

harshmangalam commented 1 year ago

No you need to show post status that is dynamic comming from api

harshmangalam commented 1 year ago

It can be public, friends, specific

utkarsh4321 commented 1 year ago

so how i will decide it can you tell which one to show what is the condition part of it

utkarsh4321 commented 1 year ago

if it is created under a friends group then it will show friends like this what is the concept of it.

harshmangalam commented 1 year ago

There is no any condition you only need to show post.audience value in title

harshmangalam commented 1 year ago

See PostHeader.jsx component

utkarsh4321 commented 1 year ago

ok

harshmangalam commented 1 year ago

Fixed by @utkarsh4321