Skip to content

feat: add useDebounce hook, integration tests, and state management docs#501

Merged
Chucks1093 merged 1 commit into
accesslayerorg:devfrom
Chidimj:feat/integration-tests-and-docs
Jun 27, 2026
Merged

feat: add useDebounce hook, integration tests, and state management docs#501
Chucks1093 merged 1 commit into
accesslayerorg:devfrom
Chidimj:feat/integration-tests-and-docs

Conversation

@Chidimj

@Chidimj Chidimj commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

Summary

Test plan

  • pnpm test -- --run src/components/common/__tests__/TransactionHistory.test.tsx — 3 tests pass (sign prefix + XLM suffix)
  • pnpm test -- --run src/hooks/__tests__/useDebounce.test.tsx — 3 tests pass (debounce timing)
  • pnpm test -- --run src/pages/__tests__/LandingPage.debouncedSearch.integration.test.tsx — 3 tests pass (API wiring + suppression + clear)
  • Review docs/state-management.md for accuracy

Closes #482, #489, #490, #496

@drips-wave

drips-wave Bot commented Jun 27, 2026

Copy link
Copy Markdown

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

@Chidimj Chidimj force-pushed the feat/integration-tests-and-docs branch from 48b03cb to 344e8f5 Compare June 27, 2026 14:23
@Chucks1093 Chucks1093 merged commit 04e4d3b into accesslayerorg:dev Jun 27, 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 integration test for activity feed showing correct sign prefix on buy and sell amounts

2 participants