the #FediFox timeline is getting so comfy to scroll through, think I finally figured out the way I want to do virtualized scrolling, preserving resources by not rendering the entire stored timeline, but still having the option to go far into backlog, which is then cleaned up again if you scroll back up
try it out on https://fedifox.cthu.lu
@f0x oh, that's the exact issue I got so stuck on while writing my client that I haven't done any work on it in almost a year now
@dysphoricunicorn using a bunch of IntersectionObservers and a dynamically changing up to which point the timeline should be truncated, which is advanced by the go deeper button, and reduced when a section should dissappear