teloscan icon indicating copy to clipboard operation
teloscan copied to clipboard

Update Transfer Table display for Transfer Transactions with Input Data

Open pmjanus opened this issue 1 year ago • 0 comments

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

  1. Transfer transactions with input data should be visually distinct in the transactions table.
  2. 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

  1. Transfer transactions with input data are displayed as "Transfer*" in the transactions table.
  2. Hovering over a "Transfer*" transaction shows the tooltip: "Includes data in Input Data."
  3. Regular Transfer transactions without input data remain unchanged.
  4. 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

pmjanus avatar Aug 06 '24 14:08 pmjanus