-
Notifications
You must be signed in to change notification settings - Fork 11
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
Connections tree improvements #394
base: main
Are you sure you want to change the base?
Conversation
…ases and automatic expansion of connections on connection
|
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.
The trello card/instruction from Greg mentions turning it blue on being active, but from the design folks I heard we couldnt mess with "official logo" stuff too much, so this was the best he found
packages/vscode-extension/src/treeviews/connectionTreeDataProvider.ts
Outdated
Show resolved
Hide resolved
packages/vscode-extension/src/treeviews/connectionTreeDataProvider.ts
Outdated
Show resolved
Hide resolved
path.join( | ||
__dirname, | ||
'..', | ||
'resources', | ||
'images', | ||
'Neo4jActiveLight.svg', | ||
), |
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.
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.
Yep, looks like they're still there if I do it this way. How is building/installing with a VSIX file (from the current repo) different from what I get by running the vscode playground in the current repo?
…g "expand on startup"
…test for select-connect/expand
Updates the connection tree with icons like this:

Also adds expanding on left click of a connection, and automatic expansion of the connection node on connection as seen here:
Screen.Recording.2025-03-07.113857.mp4