[feat] display additional tx details #496
Merged
islandbitcoin merged 4 commits intomainfrom Nov 5, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
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.
…n.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Contributor
Author
Nodirbek75
approved these changes
Nov 5, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Display memo and confirmations on transaction detail screen