From 910a244376b94dc48e0fbc68a5338131581a3e4f Mon Sep 17 00:00:00 2001 From: Raphael Westphal Date: Wed, 19 Aug 2026 10:46:06 +0200 Subject: [PATCH] style: formatter pass on App/SessionsView --- web/src/App.tsx | 6 +++++- web/src/SessionsView.tsx | 20 ++++++++++---------- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/web/src/App.tsx b/web/src/App.tsx index 4544e38..512c5b1 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -79,7 +79,11 @@ function SidebarSection({ /> {s.name ?? s.repo ?? s.id} {s.online && s.busy && ( - + )} ))} diff --git a/web/src/SessionsView.tsx b/web/src/SessionsView.tsx index 2b08444..0576844 100644 --- a/web/src/SessionsView.tsx +++ b/web/src/SessionsView.tsx @@ -42,16 +42,16 @@ function SessionCard({ title={s.online ? "online" : "offline"} /> - - {s.name ?? s.repo ?? s.cwd} - {s.online && s.busy && ( - - )} - + + {s.name ?? s.repo ?? s.cwd} + {s.online && s.busy && ( + + )} + {s.repo !== null && {s.repo}} {s.model}