Go to file
Dominik Csapak 0c3ade1d32 node/Tasks: improve scroller behaviour on datastore loading
when we have a fixed totalcount, the scrollbar behaves nicely,
but sometimes we do not have a fixed total, so the api will return
'+1' if there are more elments to load

when doing this, the scrollbar has a weird behaviour where it changes
size frequently the more one scrolls down.

instead, tell the grid to update its layout as soon as the store
prefetches the data, which triggers an update of the scrollbar

this still lets it jump around a little, but only once per load and
more consistent

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2020-09-29 09:15:26 +02:00
debian bump version to 2.2-12 2020-09-07 13:51:06 +02:00
src node/Tasks: improve scroller behaviour on datastore loading 2020-09-29 09:15:26 +02:00
Makefile improve passing package version down 2020-06-06 18:05:20 +02:00