Skip to content

Transactions UI updates #318

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 82 commits into from
Mar 2, 2025
Merged

Transactions UI updates #318

merged 82 commits into from
Mar 2, 2025

Conversation

dkackman
Copy link
Collaborator

@dkackman dkackman commented Feb 2, 2025

This PR will fix #302

It adds:

  • a list view for transactions
  • search capability
  • the ability to order by block #

Also

  • aligns some ui elements between transaction, nft and token pages
    • this involved a refactor of the token ui components so all three follow the same pattern of having an options component (with search, view options etc) separate from the individual views
  • makes settings available from login screen (to change network without having a wallet or logging into one)
  • replaces the useWallet hook with WalletContext since it is shared state across the majority of components.
  • improvements to the nft page
    • copy address toast
    • display attribute urls as links
    • force wrap for long attribute values
  • keep the paging control on the top of the transactions and nft list pages for easier paging
  • search by nft id
  • search transactions by block id
  • add dexie link to token context menu

@dkackman dkackman marked this pull request as draft February 2, 2025 01:58
@Rigidity Rigidity merged commit f9f4bcc into xch-dev:main Mar 2, 2025
5 of 8 checks passed
@dkackman dkackman deleted the transactions-ui branch May 7, 2025 00:35
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.

Sort and filter transaction list
3 participants