User Profile (#858)

* First pass user profile

* 💚

* More collaborator tooltip improvements
This commit is contained in:
Tom Moor
2019-01-12 19:41:45 -08:00
committed by GitHub
parent ef583314e0
commit 8d3dc3a92e
10 changed files with 229 additions and 77 deletions

View File

@@ -5,8 +5,9 @@ Object {
"avatarUrl": "http://example.com/avatar.png",
"createdAt": undefined,
"id": "123",
"isAdmin": undefined,
"isSuspended": undefined,
"name": "Test User",
"username": "testuser",
}
`;
@@ -15,7 +16,8 @@ Object {
"avatarUrl": null,
"createdAt": undefined,
"id": "123",
"isAdmin": undefined,
"isSuspended": undefined,
"name": "Test User",
"username": "testuser",
}
`;