Skip to content

fix: sync accepted assets and fix activity feed issues #740 #741 #742 #743 - #830

Merged
OlaGreat merged 1 commit into
OlaGreat:mainfrom
Akanimoh12:fix/740-741-742-743-frontend-assets-activity-config
Jul 23, 2026
Merged

fix: sync accepted assets and fix activity feed issues #740 #741 #742 #743#830
OlaGreat merged 1 commit into
OlaGreat:mainfrom
Akanimoh12:fix/740-741-742-743-frontend-assets-activity-config

Conversation

@Akanimoh12

Copy link
Copy Markdown
Contributor

Summary

Fixes four frontend issues affecting profile creation and activity feed display:

Test plan

  • Create a new profile and select multiple assets (USDC, AQUA) — verify the API receives all selected assets, not just XLM
  • View activity feed with transactions — verify supporter addresses display correctly instead of undefined
  • Click Stellar Expert links in activity feed — verify they route to the correct network (mainnet or testnet based on env)
  • Verify no console errors related to API_BASE_URL or missing imports

Closes

- Fix OlaGreat#740: Sync accepted asset quickpick toggles to setAssets() instead of only form.acceptedAssets. The API now receives the correct asset list.
- Fix OlaGreat#741: Replace tx.senderAddress with tx.supporterAddress in activity-feed.tsx to match backend API response.
- Fix OlaGreat#742: Use stellarExpertUrl() helper and correct network check (PUBLIC vs MAINNET) for Stellar Expert links.
- Fix OlaGreat#743: Import API_BASE_URL from config instead of defining it locally to prevent config drift.
@drips-wave

drips-wave Bot commented Jul 23, 2026

Copy link
Copy Markdown

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

@github-actions

Copy link
Copy Markdown

Lighthouse Report 🚀

⚠️ Lighthouse results not available. The audit may have failed during collection.

@OlaGreat
OlaGreat merged commit 630eb02 into OlaGreat:main Jul 23, 2026
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment