Join our community: https://t.me/+DOylgFv1jyJlNzM0
Description
There is no page showing a user's full stream activity across all streams in one view. The ActivityHistory component exists but is not wired to a full-page route.
What Needs to Happen
- Route:
/app/activity
- Fetch all events where user is sender or recipient
- Filter tabs: All / Created / Withdrawals / Top-ups / Cancellations / Paused/Resumed
- Each row: stream ID (link), event type badge, amount, timestamp, tx hash with Stellar Explorer link
- Infinite scroll / load more pagination
- CSV export button
Files
frontend/app/app/activity/page.tsx (create)
frontend/components/dashboard/ActivityHistory.tsx (extend)
Acceptance Criteria
Description
There is no page showing a user's full stream activity across all streams in one view. The
ActivityHistorycomponent exists but is not wired to a full-page route.What Needs to Happen
/app/activityFiles
frontend/app/app/activity/page.tsx(create)frontend/components/dashboard/ActivityHistory.tsx(extend)Acceptance Criteria