Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
This repository was archived by the owner on May 22, 2025. It is now read-only.

Console: Better UI/UX for contract interactions #516

@heueristik

Description

@heueristik

Problem

The Govern UI in the current state is not user-friendly:

Screenshot of the Govern UI

Suggested Improvements

  • input fields in Govern should expand/linewrap or accept formatted input (with linebreaks)
  • there should be guidance on the input format (quotation marks needed, square brackets/parentheses) for all solidity types (bool, uint, int, address, bytes, structs, arrays, and their combinations), for example, via tooltips
  • the UI should provide help to input large integers correctly, for example by
    • converting them into decimals and displaying them as small annotations (Pitfall: the correct number of decimals has to be fetched or specified manually. ANT: 18, USDC: 6 (!))
    • displaying numbers with separators

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions