-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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: Scroll the conversation to top #31874
base: develop
Are you sure you want to change the base?
Conversation
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop RocketChat/Rocket.Chat#31874 +/- ##
===========================================
+ Coverage 54.57% 54.58% +0.01%
===========================================
Files 2283 2283
Lines 50280 50259 -21
Branches 10251 10250 -1
===========================================
- Hits 27440 27435 -5
+ Misses 20347 20339 -8
+ Partials 2493 2485 -8
Flags with carried forward coverage won't be shown. Click here to find out more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change title: 'Start_of_converstation',
to title: 'Go_to_first_message',
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change "Start_of_converstation" : "Start_of_converstation",
to "Go_to_first_message" : "Go to first message",
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
feat: Adding a new feature for the scrolling the conversation to the top.
Proposed changes (including videos or screenshots)
Screen.Recording.2024-03-02.at.12.04.08.PM.mov
Issue(s)
Closes RocketChat/feature-requests#882
Further comments
I have added an if condition with tab in the url. Please comment for any further changes.