feat(FN-3631): replicate task creation across mesh nodes and fix modal scrolling
- Add mesh task replication plumbing in core store/types with node-aware task creation metadata - Expose dashboard and mesh API route coverage for replicated task creation and sync behavior - Restore independent scrolling in Git Manager changes list and prevent Scripts modal scroll regressions - Expand tests across core, dashboard routes, API, and CLI extension insights for the new behavior Fusion-Task-Id: FN-3631
This commit is contained in:
@@ -1117,7 +1117,7 @@ function ChangesPanel({
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
<div className="gm-file-list">
|
||||
<div className="gm-file-list gm-file-list-unstaged" data-testid="gm-file-list-unstaged">
|
||||
{unstagedFiles.length === 0 ? (
|
||||
<div className="gm-empty">No unstaged changes</div>
|
||||
) : (
|
||||
@@ -1189,7 +1189,7 @@ function ChangesPanel({
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
<div className="gm-file-list">
|
||||
<div className="gm-file-list gm-file-list-staged" data-testid="gm-file-list-staged">
|
||||
{stagedFiles.length === 0 ? (
|
||||
<div className="gm-empty">No staged changes</div>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user