Callum Moffat
Callum Moffat
Sometimes it takes some time before new thread data is provided by the sever. Once the reply ID is known, it could be inserted into the thread data and shown....
Right now, the background reply instantly appears behind the posts when scrolling stops. But if the user starts over-scrolling before it comes to a complete stop, it's not shown as...
When dragging up, the post should expand from the bottom up. This was assumed to need an upstream change to `TextOverflowPosition, but maybe with the new use of `Column` to...
It will make it easier to navigate reply trees where there are a lot of replies in the middle of the tree.
Landscape mode on iPhone X+ looks bad as there is dead space on the side without the notch.
Right now, it always takes a fixed amount of time to fade-out an overscroll popup.
Right now all previously seen threads will be loaded into RAM forever. The correct behavior should be to only load into memory when needed.
This is the default behaviour on NYT Crossword app on iPad, I think it will be a useful addition as this is what I am used to.
If a discrete scroll event is known to be from a trackpad, it should move the viewport around in InteractiveViewer rather than zoom it. Part of #64210 ## Sequence 1....