-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Adding new room aliases UI is extremely confusing #13077
Comments
I have nothing to add, but I just want to highlight that @grinapo's issue describes perfectly the confusion I faced yesterday on my server. Finally ended up working when @dannycolin told me to click on show more for local addresses 😅
I agree, a clear indication/warning (as simple as |
I faced exactly the same issue just yesterday. Even just swapping local and published aliases would already be helpful IMHO. Users will just read top to bottom and stop when the form looks like it does what they want. In that sense, hidding by default (show more link) local aliases that are a pre-req for published ones, that does not help. |
Just to chime in that we were bit by this today too, "we" as in I had another knowledgeable user try it to confirm I wasn't derp-ing anything. |
I've had a vague poke at this to see what I can do before it's had a proper design review. Thoughts: I think we should:
|
Right now the UI is in counter-intuitive order: first there is the "pick main alias" and later the "add local aliases", while the former requires the latter first. Also "local aliases" is folded, while main alias isn't. The intent seems to be clear: to show main alias. It is not good for changing the alias, though. While it would cause a bit duplicate maybe it'd be more logical to
|
Thanks for the feedback! This feature will be getting some design review love eventually; for now I'm making some design-preserving changes that give the user better feedback that should help to get them unstuck. |
This comment has been minimized.
This comment has been minimized.
Having the same problem and I also couldn't find clear documentation about the semantics of different types of Room Addresses (local, published, main). The spec calls it "Room Alias" but doesn't have any details. The rooms document mentions neither aliases nor addresses. The FAQ calls it alias an mentions it once without explaining it. Of course having a self-explanatory UI would be preferable. |
I have been using Matrix for a couple of years now, but this still confused me... I don't want to think about how confused non technical people get over this. They will give up pretty quickly. |
I thought my server that I am administering for 2 years now was broken because of this. Half an hour later into some debugging session I found out I was using the wrong input box. |
I got confused by that multiple time to the point where I end up adding the alias manually with curl because it just looks like the feature's just not working. The fact that the text input for the "Local Addresses" section is hidden by default makes it even more confusing because my brain then doesn't parse it as a section that can help me with that. |
I have to correct myself a bit, since a plain pulldown would not work well: it could offe my aliases but the UI have to handle adding foreign aliases too, somehow, and since these aren't federated they have to be typed manually. I still believe the majority of the cases is when the alias creator and the alias adder (and even the main alias settr) is the same person, and the pulldown version would be valid and friendly. If I understand correctly, we have various steps:
|
Description
Adding published room aliases UI is confusing to put it nicely.
So what happens when I try to add a new public alias?
I enter the alias (Published Addresses » Other published addresses):
Then I get a terribly misleading error:
There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.
And then I see that my new alias is added!
Well, except it isn't.
The UI right now accepts a completely different workflow, namely:
Suggested behaviour
Other published addresses
shall be a selection list, similar toMain address
, which would pick one from the locally added addresses. A helpful message above the box would also inform me that I need to add a local address first.Version information
The text was updated successfully, but these errors were encountered: