kilowatts-io / kilowatts-grid

Open source live power market data for Great Britain
https://gb.kilowatts.io
MIT License
14 stars 3 forks source link

Skia/Reanimated/WebGL Limitation Limit In Web #167

Open BenjaminWatts opened 7 months ago

BenjaminWatts commented 7 months ago
Screenshot 2024-02-20 at 16 01 16

As it stands, there seems to be a limit with WebGl/React Native reanimated which limits the number of animated icons which can be viewed on web (there is no such limit on mobile). When this is overstepped, an error is rendered in the console and all icons disappear (but the page doesn't crash).

As a stopgap - I've implemented pagination and limited the number of viewed icons to 15 as defined in components/gb-live/bottom-sheet-tabs/unit-groups-list/unit-groups-list.tsx.

It would be nice especially for mobile clients to have a similar infinite scroll experience.