Refactor visual designer architecture and graph coordination - #20249
Open
Shenglong Li (shenglol) wants to merge 5 commits into
Open
Refactor visual designer architecture and graph coordination#20249Shenglong Li (shenglol) wants to merge 5 commits into
Shenglong Li (shenglol) wants to merge 5 commits into
Conversation
Establish app, feature, UI, library, and development boundaries; normalize feature structure and enforce dependency direction. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 91f8ba77-9474-4393-aa97-78e82fb5381b
Define feature-owned message descriptors and typed request, notification, and channel hooks across the visual designer. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 91f8ba77-9474-4393-aa97-78e82fb5381b
Hoist devtools and cross-cutting hooks, normalize naming and imports, and establish reusable graph, math, theme, and UI modules. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 91f8ba77-9474-4393-aa97-78e82fb5381b
Contributor
|
Test this change out locally with the following install scripts (Action run 33354576278) VSCode
Azure CLI
|
Scope canvas actions and runtime ownership, separate graph model, layout, and application, and harden update, layout, and mutation ordering. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 91f8ba77-9474-4393-aa97-78e82fb5381b
Replace legacy notes with concise current documentation for module boundaries, graph synchronization, layout, and resource creation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 91f8ba77-9474-4393-aa97-78e82fb5381b
Shenglong Li (shenglol)
force-pushed
the
shenglol/visualizer-hygine
branch
from
August 31, 2026 03:40
3f01a27 to
277c67f
Compare
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Refactor the visual designer into explicit app, feature, UI, and library boundaries while preserving its existing behavior.
Canvasand expose UI actions through contextGraph update coordinator fixes
The canvas now uses a React-independent
GraphUpdateCoordinatorwith controlled-promise unit tests for its ordering rules. In addition to making the update flow easier to test, it fixes several concurrency bugs:graphChangedlayout response now schedules reconciliation and re-pends the interrupted layout, preventing a graph from remaining hidden behind the layout visibility gate.Validation
vscode-bicep-uiworkspace buildsvscode-bicep-uiworkspace test tasksMicrosoft Reviewers: Open in CodeFlow