feat: Modernize Explore Graph Toolbar BED-9043 - #3036
Closed
justin-prime1 wants to merge 2 commits into
Closed
Conversation
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (6)
🚧 Files skipped from review as they are similar to previous changes (3)
📝 WalkthroughWalkthroughGraph controls now use accessible icon buttons, MUI tooltips, stable menu identifiers, forwarded refs, and configurable export actions. Tests cover menu behavior, focus restoration, export actions, and layout selection states. ChangesAccessible graph controls
Estimated code review effort: 3 (Moderate) | ~20 minutes Sequence Diagram(s)sequenceDiagram
participant User
participant GraphControls
participant GraphMenu
participant ExportAction
User->>GraphControls: open export control
GraphControls->>GraphMenu: render additional actions and JSON export
User->>GraphMenu: select an action
GraphMenu->>ExportAction: invoke onSelect
Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
justin-prime1
marked this pull request as draft
July 22, 2026 20:41
justin-prime1
marked this pull request as ready for review
July 23, 2026 16:34
justin-prime1
marked this pull request as draft
August 1, 2026 16:26
justin-prime1
force-pushed
the
feature/explore-graph-toolbar
branch
from
August 1, 2026 16:54
d38510d to
04c015a
Compare
justin-prime1
marked this pull request as ready for review
August 1, 2026 16:56
3 tasks
justin-prime1
force-pushed
the
feature/explore-graph-toolbar
branch
from
August 4, 2026 14:04
04c015a to
f263a63
Compare
4 tasks
Contributor
|
work completed in #3132, closing PR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The generic Export-action interface enables the later BED-9132 BHE feature. This PR does not add PNG, SVG, or other image-export behavior to BHCE.
Jira: BED-9043
Accessibility
Actual browser-chrome 200% zoom, screen-reader output, and canvas/WebGL accessibility remain manual validation items. DOM testing does not establish canvas accessibility.
Validation
just prepare-for-codereviewParity
BHE/BHCE disposition: matched. Both products remain JSON-only until a consumer supplies additional actions. Updating the BHE submodule pointer and its four stale consumer-test selectors remains intentionally deferred to the separate BHE PR.