Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues after v1 launch #90

Open
10 tasks done
AaruBama opened this issue Jan 6, 2024 · 7 comments
Open
10 tasks done

Issues after v1 launch #90

AaruBama opened this issue Jan 6, 2024 · 7 comments
Assignees
Labels
enhancement New feature or request

Comments

@AaruBama
Copy link
Owner

AaruBama commented Jan 6, 2024

  • update homepage
  • Title font
  • SVG for logged in accounts
  • Post page loading error
  • Audio only button for videos
  • Only videos in viewport should be played
  • Liked by user consistency
  • Multiple Providers in codebase.
  • Load more not working for categories (should be handled with the singular provider fix).
  • add responsiveness to the new post page
@AaruBama
Copy link
Owner Author

AaruBama commented Jan 6, 2024

Update Homepage fixed in #89

@AaruBama AaruBama assigned AaruBama and aaaa760 and unassigned AaruBama Jan 6, 2024
@AaruBama AaruBama added the enhancement New feature or request label Jan 6, 2024
@aaaa760
Copy link
Collaborator

aaaa760 commented Jan 10, 2024

Liked by user consistency fixed in #91

@aaaa760
Copy link
Collaborator

aaaa760 commented Jan 10, 2024

SVG for logged in accounts fixed in #92

@aaaa760
Copy link
Collaborator

aaaa760 commented Jan 10, 2024

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

@aaaa760
Copy link
Collaborator

aaaa760 commented Jan 11, 2024

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

@aaaa760
Copy link
Collaborator

aaaa760 commented Jan 12, 2024

added responsiveness to the new post page in #94

@aaaa760
Copy link
Collaborator

aaaa760 commented Jan 16, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants