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

@@ -6,7 +6,6 @@ class User extends BaseModel {
id: string;
name: string;
email: string;
username: string;
isAdmin: boolean;
isSuspended: boolean;
createdAt: string;