From 31b636037d2ec57a2e17da91cb2f4b64739a6e08 Mon Sep 17 00:00:00 2001 From: Blomios Date: Tue, 16 Jun 2026 09:39:03 +0200 Subject: [PATCH] fix(ui): layouts responsive pour panneau agents et bandeau d'onglets sidebar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit AgentsPanel : formulaire de création et items d'agent passent en colonne, les libellés/états longs (running in IdeA, profil) wrappent/tronquent au lieu de déborder. ProjectsView : les onglets de la sidebar wrappent sur plusieurs lignes pour rester tous visibles, le bouton collapse reste épinglé en haut. Co-Authored-By: Claude Opus 4.8 --- frontend/src/features/agents/AgentsPanel.tsx | 21 ++++----- .../src/features/projects/ProjectsView.tsx | 43 +++++++++++-------- 2 files changed, 35 insertions(+), 29 deletions(-) diff --git a/frontend/src/features/agents/AgentsPanel.tsx b/frontend/src/features/agents/AgentsPanel.tsx index 47dea63..585e9e4 100644 --- a/frontend/src/features/agents/AgentsPanel.tsx +++ b/frontend/src/features/agents/AgentsPanel.tsx @@ -206,9 +206,9 @@ export function AgentsPanel({ projectId, projectRoot = "" }: AgentsPanelProps) { {/* ── Create form ── */}
void handleCreate(e)} - className="flex flex-wrap items-end gap-2 border-b border-border p-4" + className="flex flex-col gap-3 border-b border-border p-4" > -
+
{/* Template selector */} -
+