Skip to content

Everest-1931 Improve diagram view #1262

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

Open
wants to merge 23 commits into
base: EVEREST-1862-topology-diagram-view
Choose a base branch
from

Conversation

Tikdev00
Copy link
Collaborator

@Tikdev00 Tikdev00 commented Mar 27, 2025

EVEREST-1931 Powered by Pull Request Badge

Screencast.from.2025-03-27.19-43-49.webm

@Tikdev00 Tikdev00 self-assigned this Mar 27, 2025
@Tikdev00 Tikdev00 requested review from a team as code owners March 27, 2025 15:46
@Tikdev00 Tikdev00 changed the base branch from main to EVEREST-1862-topology-diagram-view March 27, 2025 15:47
button : {
resetView: 'Reset View',
}
}
Copy link
Contributor

Choose a reason for hiding this comment

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

please add new line for end of file


for (const key of keys) {
if (
typeof component[key] === 'string'
Copy link
Contributor

Choose a reason for hiding this comment

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

why do we need this type check here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@dianabirs Because DBClusterComponent can have keys with other types than string and if so we can't call toLowerCase for other types, there are like container array or number and etc. that's why we need to make sure that one is a string

percona-robot and others added 16 commits April 1, 2025 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants