Skip to content

fix(history): remove orphaned TransactionHistory component tree and hook (#20) - #106

Open
ghzhost wants to merge 1 commit into
StellarSend:mainfrom
ghzhost:fix/remove-orphaned-transaction-history-20
Open

fix(history): remove orphaned TransactionHistory component tree and hook (#20)#106
ghzhost wants to merge 1 commit into
StellarSend:mainfrom
ghzhost:fix/remove-orphaned-transaction-history-20

Conversation

@ghzhost

@ghzhost ghzhost commented Sep 3, 2026

Copy link
Copy Markdown

Overview

Closes #20.

Removes the orphaned and unused component tree (, , , , and ) as well as its accompanying hook .

Context & Rationale

  • was a duplicate, orphaned implementation that was never routed or imported in or .
  • The real and actively-maintained transaction history UI is , backed by from and from .
  • The orphaned hook also suffered from hardcoded mainnet Horizon URLs and untyped props.
  • Removing this dead code clarifies the codebase architecture and reduces bundle size.

Validation

  • Verified via grep that no imports of or remain.
  • All 111 tests in the test suite pass with .

…ook (StellarSend#20)

- Remove dead  components (index, TransactionItem, Pagination, EmptyState) and tests.
- Remove orphaned .
- The canonical transaction history feature is actively implemented by  backed by  and  in .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

src/components/TransactionHistory/* is an entirely orphaned, unused component tree duplicating components/history/TransactionTable

1 participant