Page MenuHomePhabricator

[Cashtab] Make agora tiles more useful
ClosedPublic

Authored by bytesofman on Sun, Dec 1, 14:08.

Details

Reviewers
emack
Group Reviewers
Restricted Project
Commits
rABC4eb6ca7240f5: [Cashtab] Make agora tiles more useful
Summary

Diff does 2 things bc they both are important to improving UX around increasing number of agora offers.

  • We include a displayed abbreviated tokenId and a copy tokenId button. This can help users distinguish between attempted scams.
  • We change the link to open the token page of an agora offer in Cashtab, which shows the offer and more info about the token, instead of the block explorer which does not really show much at all
Test Plan

npm test, review screenshot

before

image.png (516×1 px, 227 KB)

after

image.png (516×1 px, 241 KB)

Diff Detail

Repository
rABC Bitcoin ABC
Branch
token-id-back-in-agora
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 31467
Build 62432: Build Diffcashtab-tests
Build 62431: arc lint + arc unit

Event Timeline

bytesofman published this revision for review.Sun, Dec 1, 14:25
emack requested changes to this revision.Mon, Dec 2, 00:12
emack added a subscriber: emack.
emack added inline comments.
cashtab/src/components/Agora/OrderBook/index.tsx
733 ↗(On Diff #51319)

shouldn't this break the order book rendering tests?

This revision now requires changes to proceed.Mon, Dec 2, 00:12
bytesofman marked an inline comment as done.
bytesofman added inline comments.
cashtab/src/components/Agora/OrderBook/index.tsx
733 ↗(On Diff #51319)

confirmed by CI it does not

The rendering tests are not asserting the URL of this link, only the title.

We could test the URL but at that point really getting into the weeds. We don't expect, for example, React to render a link differently from what the code is specified. No real reason to test it unless the link itself changes conditionally.

This revision is now accepted and ready to land.Mon, Dec 2, 06:14
This revision was automatically updated to reflect the committed changes.
bytesofman marked an inline comment as done.