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

chore(ui): thread pagination #1154

Open
andrewrisse opened this issue Sep 26, 2024 · 0 comments
Open

chore(ui): thread pagination #1154

andrewrisse opened this issue Sep 26, 2024 · 0 comments
Assignees
Labels

Comments

@andrewrisse
Copy link
Contributor

Currently we fetch all threads and messages when the app loads. This will not scale over time. Refactor to use "infinite scroll" for the sidebar so threads are loaded as the user scrolls. Also handle when a thread_id is entered as a URL param manually, but the thread has not been loaded yet.

@andrewrisse andrewrisse self-assigned this Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant