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

feat: Implement "scroll-back" to latest message when navigating replies #877

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Commits on Jul 28, 2023

  1. feat: Implement "scroll-back" to latest message when navigating replies

    This commit adds a navigation history for quoted messages, such as if
    Alice navigated to message A by pressing the "quoted message" inside the
    reply message B and pressed the "scroll down button", the chat will be
    scrolled back to message B instead of the very bottom. This is true for
    as many replies as the user navigates through.
    All the messages higher than the lowest fully visible message
    are automatically cleared from the stack as the user scrolls.
    
    This feature makes it easier to read threaded conversations,
    especially in scenarios with much to catch up on. This is most useful in
    group chats and communities.
    f-person committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    fda7a4b View commit details
    Browse the repository at this point in the history