Skip to content

[feat] display additional tx details #496

Merged
islandbitcoin merged 4 commits intomainfrom
feat/tx-details
Nov 5, 2025
Merged

[feat] display additional tx details #496
islandbitcoin merged 4 commits intomainfrom
feat/tx-details

Conversation

@islandbitcoin
Copy link
Copy Markdown
Contributor

Display memo and confirmations on transaction detail screen

@islandbitcoin islandbitcoin self-assigned this Sep 23, 2025
@islandbitcoin islandbitcoin added the enhancement New feature or request label Sep 23, 2025
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR enhances the transaction detail screen by displaying additional transaction information including memos for Lightning payments and confirmation status for on-chain transactions. The changes fetch transaction details from an Ibex API and present them in a redesigned UI with improved visual hierarchy.

  • Added Ibex transaction details fetching via GraphQL mutation
  • Enhanced UI design with card-based layout and visual indicators for confirmation status
  • Integrated memo display for Lightning transactions and confirmation counts for on-chain transactions

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
codegen.yml Updated GraphQL document patterns to include new schema files
app/screens/transaction-detail-screen/transaction-detail-screen.tsx Major redesign of transaction detail screen with new data fetching and UI components
app/graphql/ibex-transaction-details.gql New GraphQL mutation for fetching additional transaction details
app/graphql/generated.ts Auto-generated TypeScript types and hooks for the new mutation
app/graphql/generated.gql Auto-generated GraphQL document with type annotations
app/components/transaction-item/TxItem.tsx Added memo display functionality to transaction list items

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread app/screens/transaction-detail-screen/transaction-detail-screen.tsx Outdated
Comment thread app/screens/transaction-detail-screen/transaction-detail-screen.tsx Outdated
Comment thread app/screens/transaction-detail-screen/transaction-detail-screen.tsx Outdated
…n.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@islandbitcoin
Copy link
Copy Markdown
Contributor Author

Screenshot 2025-11-05 at 7 47 46 AM

test successful

@islandbitcoin islandbitcoin merged commit c7a40ec into main Nov 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants