You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(view): Implement pagination in FakeIDEAdapter for infinite scroll
- Add pagination logic to FakeIDEAdapter to simulate real data fetching for infinite scrolling.
- Implement page tracking using currentPage and PAGE_SIZE to slice and return partial data.
- Ensure FakeIDEAdapter is a singleton to maintain pagination state across requests.
- Update message handling to support 'load more' functionality based on lastCommitId.
Related to #1007
0 commit comments