feat(studio): make migration home a single-column workspace - #1133
Merged
Merged
Conversation
Replace the migration side navigation with one page-level top bar and a single-column body, so the home page is the upload entry followed by recent migrations and "已迁移项目" becomes a top-bar entry. - home: upload panel plus recent migrations (five by default, expandable in place, expired environments offered as view-only) - task view and saved-project library share the same top bar and never stop a running migration when navigating away - load capabilities and migration sessions independently so a session-list failure keeps the upload entry usable, with a retry on each failure path - keep the recent-migration action column wide enough for its labels and align the empty state with the section heading
wujiaming-ai
force-pushed
the
feat/studio-migration-home-layout
branch
from
September 18, 2026 06:51
7f69271 to
9530445
Compare
The confirmation card stacked label-above controls in one full-width column, so the Agent name input stretched across the whole card while the two selects stayed 190px wide. Lay each field out as a label/control row capped at 640px with a 112px label column and a 512px control column, render the select labels outside the control, and put the consent note and the primary action on one footer row separated by a hairline. Narrow screens stack the label above the control.
warm-wm
approved these changes
Sep 18, 2026
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.
Replace the migration side navigation with one page-level top bar and a single-column body, so the home page is the upload entry followed by recent migrations and "已迁移项目" becomes a top-bar entry.