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

bug: bookmarks are not auth-gated #5

Closed
2 tasks
zeucapua opened this issue Nov 23, 2024 · 0 comments · Fixed by #9
Closed
2 tasks

bug: bookmarks are not auth-gated #5

zeucapua opened this issue Nov 23, 2024 · 0 comments · Fixed by #9

Comments

@zeucapua
Copy link
Owner

Describe the bug
A user can click the bookmark button on each post and the /bookmarks link button on the bottom navigation bar without being logged in. There are no errors to indicate that they have to be logged in.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the home page and ensure you're NOT logged in
  2. Click the bookmark button on any post
  3. See that there are no changes
  4. Click the /bookmarks icon link on the bottom navigation bar
  5. See an empty page

Expected behavior

  • When clicking on a post's bookmark button, there should be an error toast saying they must be logged in (model after the "New Post" circle action button's toast)
  • When clicking on the /bookmarks link button, there should be an error toast saying they must be logged in OR the page itself should tell them it's empty because they are not logged in.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant