feat(FN-3240): move drag handle into provider actions and enhance planning

The merge brings several FN-3240 UI refinements that move and anchor drag handles into provider actions, alongside FN-3256 styling improvements to the planning mode modal and quick chat FAB. Key supporting changes include a durable insight lifecycle for FN-3243, a fix for list view detail callback t

Fusion-Task-Id: FN-3240
This commit is contained in:
Fusion
2026-05-03 03:44:22 -07:00
committed by gsxdsm
parent 20e6155e23
commit 6c79d2e1d1
3 changed files with 25 additions and 6 deletions

View File

@@ -140,6 +140,10 @@
flex-shrink: 0;
}
.usage-provider-actions .usage-provider-drag-handle {
margin-left: var(--space-xs);
}
.usage-provider-drag-handle:hover {
color: var(--text-muted);
}
@@ -161,6 +165,7 @@
align-items: center;
justify-content: flex-end;
gap: var(--space-sm);
margin-left: auto;
flex-shrink: 0;
}