explorer icon indicating copy to clipboard operation
explorer copied to clipboard

Update `NFTokenOfferCancel` "Simple" tab view

Open ckniffen opened this issue 1 year ago • 0 comments

Update NFTokenOfferCancel "Simple" tab view to break up cancelled offers when there are more than one.

This should use the same styles as XChainAddAttestation uses for batch attestations display. The .attestation class should be updated to be more generic like .row-group and a new component created called <SimpleRowGroup> which takes a label and children that are <SimpleRow>s.

See https://livenet.xrpl.org/transactions/C2E62BCAB250FEBEDA28D95E56A3780F97937650D424F3D03C843D3E40CADA87/simple

https://github.com/ripple/explorer/blob/staging/src/containers/shared/components/Transaction/XChainAddAttestation/AccountCreateAttestation.tsx#L16-L19

https://github.com/ripple/explorer/blob/staging/src/containers/shared/components/Transaction/XChainAddAttestation/ClaimAttestation.tsx#L16-L17

https://github.com/ripple/explorer/blob/db1c29acbca9e9c0d0cca971e85c2580a67fc7f0/src/containers/Transactions/simpleTab.scss#L91-L114

ckniffen avatar Sep 30 '22 21:09 ckniffen