From 7eb3f123c6cee4dd06466a39e2fe2c824c6dca77 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Mon, 21 Jul 2025 07:47:29 -0700 Subject: [PATCH] Add run button link --- src-web/components/SettingsDropdown.tsx | 5 +++++ src-web/components/core/Icon.tsx | 1 + 2 files changed, 6 insertions(+) diff --git a/src-web/components/SettingsDropdown.tsx b/src-web/components/SettingsDropdown.tsx index 879c8122..473647ae 100644 --- a/src-web/components/SettingsDropdown.tsx +++ b/src-web/components/SettingsDropdown.tsx @@ -42,6 +42,11 @@ export function SettingsDropdown() { }); }, }, + { + label: 'Create Run Button', + leftSlot: , + onSelect: () => openUrl("https://yaak.app/button/new"), + }, { label: 'Import Data', leftSlot: , diff --git a/src-web/components/core/Icon.tsx b/src-web/components/core/Icon.tsx index a457a7d4..c59b4f3d 100644 --- a/src-web/components/core/Icon.tsx +++ b/src-web/components/core/Icon.tsx @@ -93,6 +93,7 @@ const icons = { plus: lucide.PlusIcon, plus_circle: lucide.PlusCircleIcon, refresh: lucide.RefreshCwIcon, + rocket: lucide.RocketIcon, save: lucide.SaveIcon, search: lucide.SearchIcon, send_horizontal: lucide.SendHorizonalIcon,