Skip to content

Add ability to select all nodes/edges from context menu#1782

Open
Eepsita12 wants to merge 2 commits into
aws:mainfrom
Eepsita12:select-all-context-menu
Open

Add ability to select all nodes/edges from context menu#1782
Eepsita12 wants to merge 2 commits into
aws:mainfrom
Eepsita12:select-all-context-menu

Conversation

@Eepsita12
Copy link
Copy Markdown
Contributor

@Eepsita12 Eepsita12 commented May 23, 2026

Description

Adds context menu options on the graph canvas to:

  • Select all nodes
  • Select all edges
  • Select all graph elements

The selection replaces any existing selection using replaceGraphSelection.

Validation

Tested locally using the Nobel Prize SPARQL endpoint.

Verified that:

  • "Select all nodes" selects all rendered nodes
  • "Select all edges" selects all rendered edges
  • "Select all" selects both nodes and edges
  • Existing selections are replaced correctly

Note:
pnpm checks currently fails locally due to ESLint configuration issues after recent upstream changes, and pnpm test reports existing unrelated proxy-server/Windows-specific failures.

Related Issues

Fixes #1507

Check List

  • I confirm that my contribution is made under the terms of the Apache 2.0 license.
  • I have verified pnpm checks passes with no errors.
  • I have verified pnpm test passes with no failures.
  • I have covered new added functionality with unit tests if necessary.
  • I have updated documentation if necessary.

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.

Add ability to select all nodes/edges in context menu

1 participant