Skip to content
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

Service search #2143

Open
wants to merge 31 commits into
base: develop
Choose a base branch
from
Open

Service search #2143

wants to merge 31 commits into from

Conversation

eric-j
Copy link
Contributor

@eric-j eric-j commented May 9, 2024

@eric-j eric-j marked this pull request as ready for review May 10, 2024 17:53
@eric-j eric-j requested review from dsellarsnr, purplexa and bcanzanella and removed request for purplexa May 10, 2024 17:53
Copy link
Contributor

@bcanzanella bcanzanella left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

couple of comments

const _alertSeverity = entityAccount?.alertSeverity || "";
const alertSeverityColor = ALERT_SEVERITY_COLORS[_alertSeverity];

const observabilityServiceEntityProps = {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe we could benefit from using React contexts in order to limit the number of props deeply nested components need? @dsellarsnr @eric-j @purplexa ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants