feat(vara-eth-idea/frontend): display injected transactions - #2573
feat(vara-eth-idea/frontend): display injected transactions#2573vraja-nayaka wants to merge 3 commits into
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces support for displaying and querying "Injected Transactions" in the frontend. It adds new API requests, React Query hooks, and components to display injected transaction details, as well as an "Injected" tab in the program messages table and a response section on the message details page. The feedback recommends configuring retry: false in the query options for ID-based queries instead of catching errors and returning null, which will prevent unnecessary retries from delaying the page render. Additionally, it is suggested to explicitly handle query errors when rendering replies to avoid showing a misleading "No replies yet" message during network failures.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
No description provided.