Skip to content

feat: add structured log for infinite scroll next page fetch - #727

Merged
Chucks1093 merged 1 commit into
accesslayerorg:devfrom
fahatadam:dev
Jul 29, 2026
Merged

feat: add structured log for infinite scroll next page fetch#727
Chucks1093 merged 1 commit into
accesslayerorg:devfrom
fahatadam:dev

Conversation

@fahatadam

Copy link
Copy Markdown
Contributor

Summary

  • Added a debug-level log to useInfiniteCreatorMarketplace that emits after each successful scroll-triggered next page fetch.
  • The log explicitly includes cursor, results_fetched, has_more, and fetched_at fields.
  • Guard clauses ensure the log is bypassed during the initial page load and in the test environment (import.meta.env.MODE === 'test').

Closes #624

Testing

  • pnpm lint
  • pnpm build

Checklist

  • Linked issue or backlog item
  • Scope is limited to the stated change
  • Updated docs if behavior or setup changed
  • Added screenshots for UI changes when relevant

@drips-wave

drips-wave Bot commented Jul 28, 2026

Copy link
Copy Markdown

@fahatadam Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Chucks1093
Chucks1093 merged commit c46696a into accesslayerorg:dev Jul 29, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add structured log for infinite scroll next page fetch with cursor and result count

2 participants