Page MenuHomePhabricator

[Cashtab] Update incoming txs with direct calls to antd
ClosedPublic

Authored by emack on Feb 17 2024, 23:41.

Details

Summary

Update the incoming XEC and eToken tx notifs to call antd from callsite instead of from Notification.js.

Test Plan
  • Receive an XEC tx
  • Receive an eToken that has an existing balance on wallet
  • Receive an eToken that has no existing balance on wallet

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

version bump and linting changes

emack published this revision for review.Feb 19 2024, 05:33
emack added a reviewer: bytesofman.
bytesofman added inline comments.
cashtab/package-lock.json
3 ↗(On Diff #45374)

rebase and version bump

cashtab/src/hooks/useWallet.js
884 ↗(On Diff #45374)
921 ↗(On Diff #45374)

comment is now obsolete

This revision is now accepted and ready to land.Feb 19 2024, 21:34
emack marked 3 inline comments as done.

Rebase, version bump and commenting updates