teloscan
teloscan copied to clipboard
Update Transfer Table display for Transfer Transactions with Input Data
Update UI for Transfer Transactions with Input Data
Description
We need to update the UI to clearly indicate Transfer transactions that include input data (potential Input Data Messages). This change will improve user experience by providing a visual cue for transactions with additional information.
Current Behavior
Transfer transactions are currently labeled simply as "Transfer" in the transactions table, regardless of whether they contain input data.
Desired Behavior
- Transfer transactions with input data should be visually distinct in the transactions table.
- A hover tooltip should provide additional information about the presence of input data.
Implementation Details
UI Changes
- Modify the transaction type display for Transfer transactions with input data to show "Transfer*" instead of just "Transfer".
- Implement a hover tooltip for these transactions with the message: "Includes data in Input Data."
Acceptance Criteria
- Transfer transactions with input data are displayed as "Transfer*" in the transactions table.
- Hovering over a "Transfer*" transaction shows the tooltip: "Includes data in Input Data."
- Regular Transfer transactions without input data remain unchanged.
- The change is consistent across all views where transaction types are displayed.
Related Issues
- This task is part of the larger Input Data Message (IDM) implementation: #819