Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Transfer Table display for Transfer Transactions with Input Data #820

Open
pmjanus opened this issue Aug 6, 2024 · 0 comments
Open

Comments

@pmjanus
Copy link
Contributor

pmjanus commented Aug 6, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant