From 763e20f6f8f176ad30e67cbfd1f546ca23637799 Mon Sep 17 00:00:00 2001 From: ciregenz Date: Wed, 5 Aug 2026 14:36:49 -0700 Subject: [PATCH] [eric] settings: notifications rows go flat and full width --- .../Settings/sections/general/NotificationsSection.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/app/pages/Settings/sections/general/NotificationsSection.tsx b/frontend/src/app/pages/Settings/sections/general/NotificationsSection.tsx index 60c984d6..47e48fce 100644 --- a/frontend/src/app/pages/Settings/sections/general/NotificationsSection.tsx +++ b/frontend/src/app/pages/Settings/sections/general/NotificationsSection.tsx @@ -16,7 +16,7 @@ const NotificationsSection: React.FC = ({ form, setForm }) => { const row = (title: string, body: string, key: 'notify_agent_completion' | 'notify_workflow_runs'): React.ReactElement => ( {title} @@ -30,10 +30,10 @@ const NotificationsSection: React.FC = ({ form, setForm }) => { ); return ( - + {row('Agent completion', 'Native notification when an agent finishes or errors while the window is in the background.', 'notify_agent_completion')} {row('Workflow runs', 'Notification Center alert when a scheduled workflow run finishes, with quick actions.', 'notify_workflow_runs')} - + Email alerts are not available yet.