Satellite-im / Uplink-Backlog

Place to park issues that we want to track but aren't active/higher priority. Some times will be moved here/feel free to add tickets that can easily be moved to the active project
0 stars 0 forks source link

chat(scroll): detect scroll position in compose window #14

Open sdwoodbury opened 1 year ago

sdwoodbury commented 1 year ago

paginating messages requires knowing the scroll position. using the onscroll event in Dioxus doesn't work great but we could track which messages have been scrolled over to determine a message range that is close to where the user last scrolled to.

We might want to do this later. For now we are automatically scrolling to the bottom of the chats when the user opens a chat.