Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

[Page Store] Fix fetch pages paging #2896

@RenanLukas

Description

@RenanLukas

PageStore logic creates a loop where we keep fetching the next items page from the endpoint until everything's fetched (see here). We should implement a proper paging where the clients can decide when to fetch the next items page (e.g. when scrolling close to the end of a list) instead of having this loop where we basically fetch everything at once.

See discussion: p1699358405313549-slack-C0180B5PRJ4

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions