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

fix(ui/chat-history): Load sufficient number of messages #600

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

marhkb
Copy link
Collaborator

@marhkb marhkb commented Oct 10, 2023

Up to now, we have only ever loaded a fixed number of messages initially. This number may be too few, so that the scrollbar of the ChatHistory does not appear. Thus, the user must first resize the application to load older messages.

This commit ensures that initially just enough messages are loaded so that the scrollbar appears.

Up to now, we have only ever loaded a fixed number of messages
initially. This number may be too few, so that the scrollbar of the
ChatHistory does not appear. Thus, the user must first resize the
application to load older messages.

This commit ensures that initially just enough messages are loaded so
that the scrollbar appears.
@marhkb marhkb merged commit 1e62a29 into main Oct 10, 2023
5 checks passed
@marhkb marhkb deleted the fix/chat-history/load-enough-messages-on-init branch October 10, 2023 18:51
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.

None yet

1 participant