Skip to content

Conversation

@BogdanZavu
Copy link
Contributor

@BogdanZavu BogdanZavu commented Jul 15, 2025

Purpose

We want to close the node autocomplete bar if it is visible when other commands are invoked.
Currently we do this if the user wants to create a node, connect a node or delete node(s).
Moving forward we can add other commands as well.

Declarations

Check these if you believe they are true

  • Is documented according to the standards
  • The level of testing this PR includes is appropriate
  • User facing strings, if any, are extracted into *.resx files
  • Snapshot of UI changes, if any.
  • Changes to the API follow Semantic Versioning and are documented in the API Changes document.
  • This PR modifies some build requirements and the readme is updated
  • This PR contains no files larger than 50 MB
  • This PR introduces new feature code involve network connecting and is tested with no-network mode.

Release Notes

Hide autocomplete marker on far zoom out

Reviewers

@DynamoDS/synapse

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-9170

Copy link
Member

@johnpierson johnpierson left a comment

Choose a reason for hiding this comment

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

working well! lgtm

ViewModel.OnNodeAutoCompleteWindowClosed();
Hide();
{
if (IsVisible) //when window is already hidden it means unsubscribe was already performed
Copy link
Contributor Author

@BogdanZavu BogdanZavu Jul 15, 2025

Choose a reason for hiding this comment

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

This particular change is not related to the PR subject but it is small/harmless and did not want to create another task for it.

@BogdanZavu BogdanZavu merged commit 5df1b29 into DynamoDS:master Jul 15, 2025
24 of 28 checks passed
@BogdanZavu BogdanZavu deleted the DYN-9170 branch July 15, 2025 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants