Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

Display full name #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Display full name #55

wants to merge 1 commit into from

Conversation

andreaubbiali
Copy link
Contributor

display full name

Copy link
Member

@sgotti sgotti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@andreaubbiali Thanks for the PR. Can you provide the rationale behind this change and add it to the commit description?

The reason why the username was displayed is that the username is unique while the full name is not and can lead to confusions if some users have the same name. I think we should avoid such confusion finding a better way to show also the full name (other tools usually shows the username while the real name is show when hovering over them or at the right of the username).

@@ -204,7 +204,7 @@ class Circle extends React.Component {
<Avatar uid={d.member.uid} size={50} floated='right' inline spaced shape='rounded' />
<Card.Header>
<Link to={Util.memberUrl(d.member.uid, timeLine)}>
{d.member.userName}
AAA {d.member.fullName}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove AAA

When mouse is over an username, display a popup with the user full name
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants