narayan954 / dummygram

DummyGram is a social media application where we have posts, stories, chat, friends, authentication, comment, delete, share and like feature. It uses ReactJs in the frontend for the UI and Firebase for the backend storing the users, posts, stories and comments.
https://narayan954.github.io/dummygram/
MIT License
76 stars 185 forks source link

Add option to like, comment and share on profile feed hover #1222

Closed Palakkgoyal closed 1 year ago

Palakkgoyal commented 1 year ago

This PR closes #1024 I have added the option to like and share the post when it is hovered. The comment icon will take that person to the post page. I have not added likecount as likecount alone will not look good we must also have comment count. But comment count is in a seperate collection which will take extra requests than needed. Also fixed bug in which caption of post without image was hiding behind post cards. Screenshot 2023-08-09 143501 Screenshot 2023-08-09 144049

narayan954 commented 1 year ago

hi @Palakkgoyal like feature is not working, can you please check?

Palakkgoyal commented 1 year ago

hi @Palakkgoyal like feature is not working, can you please check?

I have fixed that. Please merge PRs before evening(At least the PRs that I haven't sent today)