From 3718045d7b094a06fdd19fa70afbc9cd343589ea Mon Sep 17 00:00:00 2001 From: Alex Blank Date: Mon, 11 May 2026 19:12:13 +0200 Subject: [PATCH] refactor(actions): unify add button placement with outline variant in list footer --- frontend/src/pages/Actions.tsx | 44 ++++++++++++++++------------------ 1 file changed, 20 insertions(+), 24 deletions(-) diff --git a/frontend/src/pages/Actions.tsx b/frontend/src/pages/Actions.tsx index 6d717bf..48025c3 100644 --- a/frontend/src/pages/Actions.tsx +++ b/frontend/src/pages/Actions.tsx @@ -312,8 +312,13 @@ export function Actions() { description="Pick a saved task, then edit or run it from the detail pane." contentSx={{ maxHeight: { xs: 520, md: 620 } }} footer={ - } > @@ -580,28 +585,19 @@ export function Actions() { No action selected - - Select a saved action from the list on the left to view - its details, run it, or open the editor popup. Use the - button at the bottom to add a new action. - - - - {tasks[0] && ( - - )} - + + Select a saved action from the list on the left to view + its details, run it, or open the editor popup. Use the + button at the bottom to add a new action. + + {tasks[0] && ( + + )}