Page MenuHomePhabricator

[Cashtab] Remove classNames from Tx.js
ClosedPublic

Authored by kieran709 on Aug 4 2022, 14:36.

Details

Reviewers
bytesofman
Group Reviewers
Restricted Project
Commits
rABC2163ea29329d: [Cashtab] Remove classNames from Tx.js
Summary

Related to T2592. Removed unnecessary classNames from Tx.js and replaced them with styled components. One className, antd-collapse, has been removed without futher changes as it was not being used in the Tx component.

Test Plan

cd web/cashtab && npm start
Ensure there is at least one sent, one received and one genesis tx in TxHistory.
Observe that the styling for sent, received and genesis is maintained.

Diff Detail

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