Skip to content

feat: add infinite scrolling for memos #4715

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

liltrendi
Copy link

@liltrendi liltrendi commented May 22, 2025

Overview

For users with too many notes, it feels unintuitive to keep pressing the "Load More" button. This PR aims to ease navigation by allowing the user to opt in to infinite scrolling, whereby the next posts (if any) are fetched as soon as the user reaches the bottom of the screen.

References: #4683

Changes

  • Implemented infinite scrolling as default for memos in the home, archive, explore and profile pages
  • Added a dropdown under user preferences (in settings) for users to opt in or out of this feature
  • Persistence on the backend

Demo

MemosInfiniteScrollDemo.mp4

@liltrendi liltrendi requested a review from boojack as a code owner May 22, 2025 23:57
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 this pull request may close these issues.

2 participants