-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ui v2: update UserInformation component #782
Conversation
e1cdf3f
to
f1176e2
Compare
marginLeft: "12px", | ||
padding: "0 6px", | ||
marginLeft: "6px", | ||
zIndex: 1101, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since this commit https://github.com/lyft/clutch/pull/760/files, the avatar popper has been hidden behind the appbar. so added the appbar zindex + 1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
</Grid> | ||
); | ||
export const Primary = Template.bind({}); | ||
Primary.args = { | ||
data: [{ value: "Dashboard" }, { value: "Settings" }], | ||
user: "fooBar@gmail.com", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
super nit: use example domain
user: "fooBar@gmail.com", | |
user: "fooBar@example.com", |
Description
PR:
Storybook
![Screen Shot 2020-12-14 at 11 50 06 AM](https://user-images.githubusercontent.com/39421794/102109881-8c526980-3e02-11eb-8cbd-7aced7353160.png)
Testing Performed
Storybook, local app