AaruBama / memestr

Nostr based Meme App
Apache License 2.0
8 stars 5 forks source link

Issues after v1 launch #90

Open AaruBama opened 10 months ago

AaruBama commented 10 months ago
AaruBama commented 10 months ago

Update Homepage fixed in #89

aaaa760 commented 10 months ago

Liked by user consistency fixed in #91

aaaa760 commented 10 months ago

SVG for logged in accounts fixed in #92

aaaa760 commented 10 months ago

fixed Multiple Providers in codebase and Load more not working for categories (should be handled with the singular provider fix) in #93

aaaa760 commented 10 months ago

Only videos in viewport should be played and Audio only button for videos fixed in #91

aaaa760 commented 10 months ago

added responsiveness to the new post page in #94

aaaa760 commented 10 months ago

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