Labels: ux, enhancement
Description
Transactions.jsx lists txs/ops with copyable hashes but lacks a detail view (full XDR snippet, result codes, per-operation JSON, links to explorers via externalExplorers.js).
Tasks
Add slide-over or modal component TransactionDetail.jsx.
Fetch single tx + ops by hash from stellar.ts on demand.
Integrate src/components/dashboard/CopyableValue.tsx and explorer links.
Acceptance criteria
Click tx row → drawer shows fee, result, memo, operations list.
“Open in Stellar Expert” uses current network from store.
Files
src/components/dashboard/Transactions.jsx
New: src/components/dashboard/TransactionDetail.jsx
src/lib/stellar.ts, src/lib/externalExplorers.js
Labels: ux, enhancement
Description
Transactions.jsx lists txs/ops with copyable hashes but lacks a detail view (full XDR snippet, result codes, per-operation JSON, links to explorers via externalExplorers.js).
Tasks
Add slide-over or modal component TransactionDetail.jsx.
Fetch single tx + ops by hash from stellar.ts on demand.
Integrate src/components/dashboard/CopyableValue.tsx and explorer links.
Acceptance criteria
Click tx row → drawer shows fee, result, memo, operations list.
“Open in Stellar Expert” uses current network from store.
Files
src/components/dashboard/Transactions.jsx
New: src/components/dashboard/TransactionDetail.jsx
src/lib/stellar.ts, src/lib/externalExplorers.js