bisq2 icon indicating copy to clipboard operation
bisq2 copied to clipboard

Lazy load user profile images

Open HenrikJannsen opened this issue 4 months ago • 0 comments

Generating the user profile images can take a while if many are created (e.g. in reputation list). We could use a background thread of creating the images and display a placeholder in the meantime. Also the itemrenderers could lazily create the images so that they are created only when displayed. Though that might lead to flicker when scrolling until all images are created.

HenrikJannsen avatar Apr 04 '24 13:04 HenrikJannsen