Skip to content

feat(transactions): add filters, debounced search, and date grouping#501

Open
lifewithbigdamz wants to merge 1 commit into
Remitwise-Org:mainfrom
lifewithbigdamz:feat/transactions-filters-search
Open

feat(transactions): add filters, debounced search, and date grouping#501
lifewithbigdamz wants to merge 1 commit into
Remitwise-Org:mainfrom
lifewithbigdamz:feat/transactions-filters-search

Conversation

@lifewithbigdamz

Copy link
Copy Markdown

close #476

Adds status/type/date-range filters, debounced recipient/hash search, and Today/Yesterday/Earlier date grouping with WidgetEmptyState no-results state.

  • Dashboard page: full rewrite with debounced search, direction/status/date filters, date grouping, WidgetEmptyState empty/no-results, aria-live announcements, CSV export
  • Standalone transactions page: debounced search, date-range filter, Yesterday grouping, i18n via useClientTranslator, WidgetEmptyState replaces StateCard
  • WidgetEmptyState: extended to support button actions (onAction) alongside links
  • API: returns userAddress for direction detection
  • i18n: ~30 new keys in en.json and es.json for filters, date groups, empty states
  • New useDebounce hook (300ms)

Adds status/type/date-range filters, debounced recipient/hash search, and
Today/Yesterday/Earlier date grouping with WidgetEmptyState no-results state.

- Dashboard page: full rewrite with debounced search, direction/status/date filters,
  date grouping, WidgetEmptyState empty/no-results, aria-live announcements, CSV export
- Standalone transactions page: debounced search, date-range filter, Yesterday grouping,
  i18n via useClientTranslator, WidgetEmptyState replaces StateCard
- WidgetEmptyState: extended to support button actions (onAction) alongside links
- API: returns userAddress for direction detection
- i18n: ~30 new keys in en.json and es.json for filters, date groups, empty states
- New useDebounce hook (300ms)
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.

Improve the transaction history filters, search, and grouping on /transactions

1 participant