3DStreet / 3dstreet-editor

3DStreet Editor Repo
https://3dstreet.app
Other
19 stars 3 forks source link

feat: server pagination in scenes modal and fixed styles #347

Closed rostyslavvnahornyi closed 9 months ago

kfarr commented 9 months ago

@rostyslavvnahornyi thanks this works great. I tested this by copying the production DB into dev DB using firefoo and verifying that the server-side pagination works correctly by monitoring the bandwidth usage. Now each press of the "load more" button results in ~500-700kb of data transfer which is expected given the ~40kb average size of json scenes * 20 scenes loaded.