feat(FN-3068): wire plugin slot mounts and enhance planning mode modal UI

This merge incorporates UI enhancements for the planning mode modal and quick chat FAB, moves the drag handle into provider actions, wires required plugin slot mounts, and adds tests for MobileNavBar and UsageIndicator components. The changes span the dashboard UI components with styling and behavio

Fusion-Task-Id: FN-3068
This commit is contained in:
Fusion
2026-05-03 04:05:13 -07:00
committed by gsxdsm
parent 58aa3df40a
commit 5fd4cdc5df
3 changed files with 11 additions and 0 deletions

View File

@@ -4978,6 +4978,8 @@ export function SettingsModal({
</div>
) : (
<div className="auth-panel-body">
<PluginSlot slotId="settings-provider-card" projectId={projectId} />
<PluginSlot slotId="settings-integration-card" projectId={projectId} />
{!showAuthenticatedGroup && (
<div className="auth-section-hint">
Sign in to at least one provider to get started with AI models.