indico/newdle

UI: the notice about the invite link is in a "danger" box

avivace opened this issue · 1 comments

The message telling the user that they will get an invite link after the creation is shown in a box that pops out as a "danger" or a warning, in a red outline:

image

It pops out as a warning against a potential problem or something the user needs to pay particular attention to, which I don't think should happen. An information like this one is simply part of the normal flow and I don't think it should be presented in this way.

Some alternatives:

  1. Change the button to show "Create newdle and get link"
  2. Add a small message/text below the Create newdle button telling "you'll get an invite link after this step"
  3. Simply remove this message and show the invite link as final step (usual for this kind of tools)

I think (3) is already the case after creating the newdle. If not that sounds like a good idea to add.
(2) makes sense as well IMHO.

A PR would be appreciated!