-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
It seems that we show the following dialog when a user chooses no depictions in the when uploading an image:

(image courtesy: PR #3662)
I just wanted to share a couple of comments I had about this dialog:
- The "No, Go back" button in the dialog. It's possible for someone to read the "Go back" (if they don't read the description) and wonder if this would take them to the previous step. I believe "Submit" and "Cancel" would be a concise pair of words that would avoid this confusion.
- More generally, do we really show a dialog whenever a user does not choose any depictions? Wouldn't that be intrusive? Depictions are a good to have. Can't we convey that in a more subtle way than prompting them each time via a dialog?
Update: As the scope of the second point seems to have broadened, it has been branched out to #3685. Discussions to continue there.