diff --git a/frontend/src/pages/Actions.tsx b/frontend/src/pages/Actions.tsx
index 46a17f3..c94569b 100644
--- a/frontend/src/pages/Actions.tsx
+++ b/frontend/src/pages/Actions.tsx
@@ -266,7 +266,7 @@ function TaskDialog({
confirmBusyLabel="Save action"
secondaryAction={
onDelete ? (
-
+
Delete
) : undefined
@@ -412,13 +412,13 @@ export function Actions() {
description="Open the editor popup to modify this action."
action={
- openEdit(initialFromTask(editingTask))}
>
Edit
- {
await runTask.mutateAsync({
@@ -515,7 +515,7 @@ export function Actions() {
description="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] && (
- setTab(tasks[0].id)}>
+ setTab(tasks[0].id)} className="mobile-touch-target">
Select first action
)}
diff --git a/frontend/src/pages/Dashboard.tsx b/frontend/src/pages/Dashboard.tsx
index f71294d..dc2065c 100644
--- a/frontend/src/pages/Dashboard.tsx
+++ b/frontend/src/pages/Dashboard.tsx
@@ -429,10 +429,20 @@ function ShortcutCard({
>
Open
-
+
Edit
-
+
Delete
@@ -503,10 +513,18 @@ export function Dashboard() {
description="Quick links to websites today, with room for action and user shortcuts later."
action={