-
Notifications
You must be signed in to change notification settings - Fork 75
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
[FR-46] fix: The ScrollBottomHandlerButton
is displayed even when the chat message is empty.
#2996
base: main
Are you sure you want to change the base?
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has required the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
a0349cd
to
4fe0a70
Compare
93f4e4c
to
878d953
Compare
4fe0a70
to
3a42102
Compare
878d953
to
750a200
Compare
750a200
to
75ad83c
Compare
3a42102
to
e02fd86
Compare
75ad83c
to
da3ef24
Compare
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 4.97% (-0.01% 🔻) |
398/8001 |
🔴 | Branches | 4.3% (-0.01% 🔻) |
237/5509 |
🔴 | Functions | 2.98% (-0% 🔻) |
78/2618 |
🔴 | Lines | 4.89% (-0.01% 🔻) |
383/7828 |
Test suite run success
124 tests passing in 14 suites.
Report generated by 🧪jest coverage report action from 8976fe8
da3ef24
to
9a85b19
Compare
73bd5d6
to
5341d21
Compare
…he chat message is empty.
5341d21
to
8976fe8
Compare
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.
While receiving a long response, try scrolling and clicking the "Go to bottom" button. The behavior is still not natural.
resolves https://lablup.atlassian.net/browse/FR-263
Enhances chat message list scrolling behavior by:
Checklist: