Open AaruBama opened 10 months ago
Update Homepage fixed in #89
Liked by user consistency fixed in #91
SVG for logged in accounts fixed in #92
fixed Multiple Providers in codebase and Load more not working for categories (should be handled with the singular provider fix) in #93
Only videos in viewport should be played and Audio only button for videos fixed in #91
added responsiveness to the new post page in #94
Completed Like and Like Count Functionality for the posts in #91
Json structure fot Like post: Stored in userLikes {public key : { postId: Liked or notLiked } , { postId: Liked or notLiked } , .....}
For like Count: I am considering the count fetching from the relays and i am iterating through the local storage wheather the post is liked in local and i am adding the local count and displaying it