Page MenuHomePhabricator

[Cashtab] Filter token list by token type
ClosedPublic

Authored by bytesofman on Sep 17 2024, 23:58.

Details

Reviewers
emack
Group Reviewers
Restricted Project
Commits
rABC0d5d1751c2c9: [Cashtab] Filter token list by token type
Summary

We need some way of showing only Collections, only NFTs, only fungible tokens -- ticker-only search is not good enough.

Test Plan

npm test

Diff Detail

Repository
rABC Bitcoin ABC
Branch
sort-tokens-by-type
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 30337
Build 60200: Build Diffecash-lib-tests · cashtab-tests
Build 60199: arc lint + arc unit

Event Timeline

simplified approach with switches, do not allow filtering for multiple types

better comments, clean up debug comments

This revision is now accepted and ready to land.Sep 18 2024, 05:45