jasbanza / osmosis-companion

A browser extension companion utility for https://app.osmosis.zone
MIT License
11 stars 3 forks source link

Reduce flicker of tokens #22

Closed jasbanza closed 2 years ago

jasbanza commented 2 years ago
chmichael commented 2 years ago

1) Can you render by column with AJAX ? 2) Token images should be refresh when you open the extension only not when the window is active

Just throwing some ideas ...

jasbanza commented 2 years ago

@chmichael I'm about to tackle this one now. :) will do some ajax loading of it, as well as image caching (not sure why it isn't caching, but will check now). Another issue with the "flashing" has to do with the order in which I render... I'm first fetching the data, calling the render rows function, then sorting the row order. need to sort before rendering too... else it flashes with

jasbanza commented 2 years ago

Resolved. Will deploy with next version