Skip to content

Add stream activity history page with event timeline and CSV export #340

@ogazboiz

Description

@ogazboiz

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

  • All event types shown with correct data
  • Filter tabs work
  • CSV export downloads correct data

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave programfrontendFrontend related tasks

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions