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,7 +5,7 @@ import Flex from 'shared/components/Flex';
type Props = {
image?: React.Node,
title: string,
title: React.Node,
subtitle?: React.Node,
actions?: React.Node,
};