feat(FN-3457): add native shell connection management for mobile and deskto

Merges shell connection infrastructure across desktop and mobile (NativeShellConnectionManager, NativeShellOnboardingModal, connection-profiles and native-shell plugins), strengthens the research store lifecycle with expanded test coverage, enhances WorkflowStepManager with new UI, and adds document

Fusion-Task-Id: FN-3457
This commit is contained in:
Fusion
2026-05-04 21:53:47 -07:00
committed by gsxdsm
parent 025eb7b3ae
commit 7e8ad8b2c3
4 changed files with 12 additions and 160 deletions

View File

@@ -187,37 +187,6 @@
opacity: 0.3;
}
.agents-sidebar-quick-controls {
border-top: 1px solid var(--border);
padding: var(--space-md);
background: var(--surface);
flex-shrink: 0;
display: flex;
flex-direction: column;
gap: var(--space-sm);
}
.agents-sidebar-quick-controls__header {
display: flex;
align-items: center;
justify-content: space-between;
gap: var(--space-sm);
}
.agents-sidebar-quick-controls__meta {
display: flex;
flex-direction: column;
gap: var(--space-xs);
font-size: calc(var(--space-sm) + var(--space-xs));
color: var(--text-muted);
}
.agents-sidebar-quick-controls__actions {
display: flex;
flex-wrap: wrap;
gap: var(--space-sm);
}
.agents-view-loading {
display: inline-flex;
align-items: center;
@@ -1253,10 +1222,6 @@
display: none;
}
.agents-sidebar-quick-controls {
display: none;
}
.agents-view-content {
min-height: 0;
overflow-y: auto;