status-im / status-desktop

Status Desktop client made in Nim & QML
https://status.app
Mozilla Public License 2.0
287 stars 78 forks source link

Collectibles profile showcase only gives the verified option (UX issue) #15903

Open jrainville opened 1 month ago

jrainville commented 1 month ago

Bug Report

Description

As far as I know, this isn't part of the requirements. It should be possible to share the collectibles with Everyone and Contacts too, but as seen in the video below, I can only choose Verified

It was clarified by @alexjba that it is because the account that contains the collectibles is in the verified category.

Even with his explanation, it took me a minute to finally understand. I think we should add some kind of info tooltip or text somewhere on that page to explain how it works.

When no account is put in the showcase, it's a bit clearer, beause it says at the bottom Add an account in the showcase to see collectibles (paraphrased)

collectibles-showcase.webm

Steps to reproduce

  1. Have some community collectibles
  2. Go to profile
  3. Select the Accounts tab
  4. Put the account containing the collectibles in the Verified category
  5. Select Collectibles tab
  6. Drag a collectible

Expected behavior

It is clear why you can only drag in Verified

Actual behavior

Verified is the only option and it's unclear why

Additional Information

alexjba commented 1 month ago

@jrainville Please check the collectibles owning account visibility. The user can set the maximum visibility set on the corresponding account.

jrainville commented 1 month ago

@jrainville Please check the collectibles owning account visibility. The user can set the maximum visibility set on the corresponding account.

Aaah ok I get it. It's not super intuitive I gotta say, but I guess it makes sense. Maybe there should be an info tooltip somewhere to explain it? I work on this app and even I got super confused, even with your comment, I had to search for 2 minutes to finally understand.

I'll update my issue to reflect that this is just a UX issue