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

Console: Better UI/UX for contract interactions #516

Open
heueristik opened this issue Jan 4, 2022 · 0 comments
Open

Console: Better UI/UX for contract interactions #516

heueristik opened this issue Jan 4, 2022 · 0 comments
Labels
P2 👀 'Lets do!' issues S3: Maintenance 👨‍💼 Make it shine T1: App 📱 User-facing issues

Comments

@heueristik
Copy link

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
@heueristik heueristik added P2 👀 'Lets do!' issues T1: App 📱 User-facing issues S3: Maintenance 👨‍💼 Make it shine labels Jan 4, 2022
@heueristik heueristik changed the title Govern UI: Better UI/UX for contract interactions Console: Better UI/UX for contract interactions Jan 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 👀 'Lets do!' issues S3: Maintenance 👨‍💼 Make it shine T1: App 📱 User-facing issues
Projects
None yet
Development

No branches or pull requests

1 participant