From 531cbbad7fa4a41fb559bf4cb7a411590d95351a Mon Sep 17 00:00:00 2001 From: Khalid Abdi Date: Sun, 19 Jul 2026 20:42:00 +0300 Subject: [PATCH] frontend: Separated Panels in Care team settings Apply the same COSS Separated Panels treatment used in the other settings frames (Preferences, AI) to the Care team section: pass separated to its SettingsSection so the cards render as distinct panels on a muted tray. The members list keeps p-0/overflow-hidden so its divided rows sit flush inside their panel. Co-Authored-By: Claude Opus 4.8 --- frontend/components/settings/settings-care-team.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/components/settings/settings-care-team.tsx b/frontend/components/settings/settings-care-team.tsx index b53bcaf..72be30b 100644 --- a/frontend/components/settings/settings-care-team.tsx +++ b/frontend/components/settings/settings-care-team.tsx @@ -136,6 +136,7 @@ export function CareTeamPanel({ return ( {error && ( @@ -157,7 +158,7 @@ export function CareTeamPanel({ )} - + {loading ? (

{t("settings.careTeam.loading")}