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: chat "scrolling up" upon reaction #4120

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

WofWca
Copy link
Collaborator

@WofWca WofWca commented Sep 10, 2024

...resulting in new messages not getting scrolled into view when they arrive.

This simply removes height changes between messages with / without a reaction.

Closes #3753

@WofWca WofWca force-pushed the wofwca/fix-chat-scroll-up-on-reaction-3 branch from 6005ac7 to 92dca6e Compare September 10, 2024 12:29
Copy link
Contributor

@nicodh nicodh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works as expected! Needs a new rebase now with monorepo in main

@WofWca
Copy link
Collaborator Author

WofWca commented Sep 10, 2024

I was thinking of putting this into version 1.46.8 1.46.9

@nicodh
Copy link
Contributor

nicodh commented Sep 10, 2024

Yes but it's easy to apply it to the new package/frontend source. So hopefully not too much work :-)

@nicodh
Copy link
Contributor

nicodh commented Sep 10, 2024

I tested it by patching main since I have main already updated

@Simon-Laux
Copy link
Member

Simon-Laux commented Sep 10, 2024

I was thinking of putting this into version 1.46.8

we can still back port it afterwards if the next release takes too long. I say rebase it and merge it to main now and write it into your notes for back porting, if we need to do that because the new release has delays.

@WofWca WofWca force-pushed the wofwca/fix-chat-scroll-up-on-reaction-3 branch 2 times, most recently from fbaa7e6 to 6d3b21c Compare September 11, 2024 08:22
Copy link
Member

@Simon-Laux Simon-Laux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

code LGTM

@WofWca WofWca force-pushed the wofwca/fix-chat-scroll-up-on-reaction-3 branch from 6d3b21c to 78d23f6 Compare September 18, 2024 06:54
...resulting in new messages not getting scrolled into view
when they arrive.

This simply removes height changes between messages with / without
a reaction.

Closes #3753
@WofWca WofWca force-pushed the wofwca/fix-chat-scroll-up-on-reaction-3 branch from 78d23f6 to cf84e72 Compare September 18, 2024 06:55
@WofWca WofWca merged commit 60e52c7 into main Sep 18, 2024
7 checks passed
@WofWca WofWca deleted the wofwca/fix-chat-scroll-up-on-reaction-3 branch September 18, 2024 06:56
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.

Adding a reaction makes the chat "scroll up" (then you have to scroll to see new messages)
3 participants