status-im/status-app

The airdrop address selector is not intuitive

Open

#13,642 opened on Feb 20, 2024

View on GitHub
 (3 comments) (0 reactions) (0 assignees)QML (96 forks)auto 404
bugcore-teamgood first issue

Repository metrics

Stars
 (363 stars)
PR merge metrics
 (PR metrics pending)

Description

Bug Report

Description

When pasting an address in the address selector of the community airdrop screen, you need to press enter for it to work, but it's not intuitive. I just sat there waiting for something to happen.

airdrop.webm

As you can see in the video, even if I unfocus the input, nothing happens to tell me if it's a valid address. I need to manually go back and press Enter.

Steps to reproduce

  1. Go to airdrop screen in community settings
  2. Press the + in the To section
  3. Select ETH addresses
  4. Paste an address

Expected behavior

Two options:

  1. unfocusing or pasting automatically detects that it's an address and validates it
  2. Add a button in the field to make it clear that some user input is needed

The advantage of 1 is that it's faster and more automatic. However, we lose the option to paste an address, then paste another, etc. Though people probably don't even know it's possible.

Actual behavior

No indication that you need to press Enter

Additional Information

  • Status desktop version: 2.27 RC2
  • Operating System: Ubuntu 20

Contributor guide