Skip to content

[codex] Address creator list stability, filters, and hook docs#497

Merged
Chucks1093 merged 1 commit into
accesslayerorg:devfrom
BigDella:codex/creator-list-issues-492-495
Jun 27, 2026
Merged

[codex] Address creator list stability, filters, and hook docs#497
Chucks1093 merged 1 commit into
accesslayerorg:devfrom
BigDella:codex/creator-list-issues-492-495

Conversation

@BigDella

Copy link
Copy Markdown
Contributor

Summary

  • Add creatorListKey(creatorId) and use it for creator card list keys.
  • Add min/max price filters with clear behavior that re-fetches the unfiltered creator list.
  • Show a readable error toast plus an inline fallback notice when creator list loading fails.
  • Document shared hook folder conventions, naming, and test expectations.

Tests

  • pnpm vitest run src/utils/__tests__/creatorListKey.utils.test.ts src/pages/__tests__/LandingPage.priceFilters.integration.test.tsx src/pages/__tests__/LandingPage.apiErrorToast.integration.test.tsx
  • pnpm build
  • pnpm lint (passes with existing CreatorCard.tsx exhaustive-deps warning)

Notes

  • Full pnpm test currently has unrelated existing failures in LandingPage.keyboard.test.tsx, ConnectWalletButton.test.tsx, and TradeDialog tests; the focused tests for this PR pass.

Closes #492.
Closes #493.
Closes #494.
Closes #495.

@drips-wave

drips-wave Bot commented Jun 27, 2026

Copy link
Copy Markdown

@BigDella 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

@BigDella BigDella marked this pull request as ready for review June 27, 2026 07:26
@Chucks1093 Chucks1093 merged commit d6ecf7d into accesslayerorg:dev Jun 27, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment