rpbouman / huey

A UI for DuckDB
MIT License
181 stars 14 forks source link

Scroll user experience #69

Open rpbouman opened 6 months ago

rpbouman commented 6 months ago

Scrolling feels slower than necessary. For a large part this is due to how we handle it now:

The consequence of this approach is that every scroll movement feels as if it requires backend action. Even when we have a suitable amount of cached tuples and cells, it still feel slow.

what we should do is:

declann commented 3 weeks ago

+1

"infinite scroll" table in Mosaic has very nice feel: https://idl.uw.edu/mosaic/examples/table.html