owncloud / web

:dragon_face: Next generation frontend for ownCloud Infinite Scale
https://owncloud.dev/clients/web/
GNU Affero General Public License v3.0
432 stars 159 forks source link

ScienceMesh: Show if a federated connection item is shared or recieved in "Federated connections" #11567

Open mmattel opened 2 weeks ago

mmattel commented 2 weeks ago

When creating a federation, both parties can see in their ScienceMesh screen the federated connections set up.

From the current layout, though one can see the host, it is hard to identify for an ordinary user if the item was shared or recieved.

Proposing to add the direction symbol at the beginning of the line item for ease of identification. The explanations are already on the top right.

sm_federation_a_setup

@JammingBen

JammingBen commented 2 weeks ago

We don't get this kind of information from the server and I don't think we should. The item in that case is not an incoming or outgoing share, but a connection. Meaning the question "was it shared or received" is not applicable here. This separation does only exist in the list of actual shares (Shared with me/Shared by me).

mmattel commented 2 weeks ago

Valid argument, I was not aware of the technical background. But still it is hard for ordinary users to understand.

Alternatively, what about having a question mark symbol (tool tips) next beside

Having that, it is not code dependent but when clicking on it, one can get more detailed info about the meaning.

tbsbdr commented 2 weeks ago

my 2 cents - same as: https://github.com/owncloud/web/issues/11566#issuecomment-2346153579