mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-27 19:17:03 +02:00
Add run button link
This commit is contained in:
@@ -42,6 +42,11 @@ export function SettingsDropdown() {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'Create Run Button',
|
||||||
|
leftSlot: <Icon icon="rocket" />,
|
||||||
|
onSelect: () => openUrl("https://yaak.app/button/new"),
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'Import Data',
|
label: 'Import Data',
|
||||||
leftSlot: <Icon icon="folder_input" />,
|
leftSlot: <Icon icon="folder_input" />,
|
||||||
|
|||||||
@@ -93,6 +93,7 @@ const icons = {
|
|||||||
plus: lucide.PlusIcon,
|
plus: lucide.PlusIcon,
|
||||||
plus_circle: lucide.PlusCircleIcon,
|
plus_circle: lucide.PlusCircleIcon,
|
||||||
refresh: lucide.RefreshCwIcon,
|
refresh: lucide.RefreshCwIcon,
|
||||||
|
rocket: lucide.RocketIcon,
|
||||||
save: lucide.SaveIcon,
|
save: lucide.SaveIcon,
|
||||||
search: lucide.SearchIcon,
|
search: lucide.SearchIcon,
|
||||||
send_horizontal: lucide.SendHorizonalIcon,
|
send_horizontal: lucide.SendHorizonalIcon,
|
||||||
|
|||||||
Reference in New Issue
Block a user