-
Notifications
You must be signed in to change notification settings - Fork 20
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
Display number of unread messages as a badge on the jump-to-bottom button. Send fully-read receipts more efficiently. #206
Conversation
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.
See my comments about the Jump to Top (JTT) button -- we're not yet ready to properly implement that, so I think it should be removed, or at least hidden until we can fix it.
Everything else looks fine, thanks!
Currently there's a bug in the portallist's is_at_end function which returns true even when the scroll is not at the bottom. Hence the JTB will not show. |
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.
left some more comments.
It appears that you haven't yet addressed my previous requests here and here to properly center-align the unread messages badge with the jump-to-bottom button. Please fix that, and then we can merge this in.
We can add the subscribe/unsubscribe functionality later if you can't solve it here in this PR. I have some solutions in mind.
I will add the unsubscribing functionality myself in a future PR, so don't worry about it now. Let's move forward and get this PR finished up.
Co-authored-by: Kevin Boos <[email protected]>
Co-authored-by: Kevin Boos <[email protected]>
Co-authored-by: Kevin Boos <[email protected]>
Co-authored-by: Kevin Boos <[email protected]>
Co-authored-by: Kevin Boos <[email protected]>
Co-authored-by: Kevin Boos <[email protected]>
|
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.
Thanks very much! I'm pleased to say that this is finally ready to merge. I appreciate your patience and dedication to getting things right.
I did have to make some changes, please take a look to get a sense of the code style and type of improvements i was hoping for: ab540fd
Ok noted |
Fixed #152 (review)
Fixed #131
Added Jump to Top view
Added Jump to bottom badge counter
scrollup2.mp4