Issue Description
Add a transaction history experience that helps users review past activity with filtering and clear status information.
Problem
Users currently have limited visibility into their past transfers, which makes it harder to track activity and verify transaction outcomes.
Scope
- Display recent transactions in a structured list.
- Add filtering by asset, status, and date range.
- Show clear labels for amounts, timestamps, and transaction outcomes.
Acceptance Criteria
- Users can view their recent wallet activity in one place.
- Filters update the list without page reloads.
- Transaction states are visible and understandable.
- The experience remains usable on smaller screens.
Suggested Implementation Notes
- Reuse existing wallet data structures and component patterns.
- Keep the UI readable and lightweight for frequent use.
- Handle empty and loading states clearly.
Issue Description
Add a transaction history experience that helps users review past activity with filtering and clear status information.
Problem
Users currently have limited visibility into their past transfers, which makes it harder to track activity and verify transaction outcomes.
Scope
Acceptance Criteria
Suggested Implementation Notes