-
Notifications
You must be signed in to change notification settings - Fork 3
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
[MI-1987]: Integrated project list UI with: #14
Conversation
…ure-devops into MI-1854_1
…azure-devops into epic_av
…d redux logic to navigate.
…ure-devops into MI-1987
…ure-devops into MI-1986
height: 100%; | ||
min-height: 350px; | ||
display: flex; |
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.
Can use classes from utils.scss
type TooltipProps = { | ||
tooltipContent: JSX.Element | string | ||
children: JSX.Element | ||
placement?: Placement, |
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.
placement?: Placement, | |
placement?: Placement |
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.
not required as eslint is not checking this
text: string | ||
slashCommand?: string |
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.
shouldn't we create a type for this?
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.
this will be used just here so need to create a separate type
Closing this PR and picked changes of this PR here Brightscout#28 |
Integrated project list UI with:
Synced branches