+
{hotkeys.map((hotkey) => (
-
-
-
-
+ <>
+
+
+ >
))}
{bottomSlot}
-
+
);
};
diff --git a/src-web/components/core/Icon.tsx b/src-web/components/core/Icon.tsx
index 6cef20bf..5f2270fd 100644
--- a/src-web/components/core/Icon.tsx
+++ b/src-web/components/core/Icon.tsx
@@ -54,13 +54,15 @@ const icons = {
plusCircle: lucide.PlusCircleIcon,
question: lucide.ShieldQuestionIcon,
refresh: lucide.RefreshCwIcon,
+ save: lucide.SaveIcon,
search: lucide.SearchIcon,
sendHorizontal: lucide.SendHorizonalIcon,
settings2: lucide.Settings2Icon,
settings: lucide.SettingsIcon,
sparkles: lucide.SparklesIcon,
sun: lucide.SunIcon,
- trash: lucide.TrashIcon,
+ trash: lucide.Trash2Icon,
+ unpin: lucide.PinOffIcon,
update: lucide.RefreshCcwIcon,
upload: lucide.UploadIcon,
x: lucide.XIcon,
diff --git a/src-web/components/core/InlineCode.tsx b/src-web/components/core/InlineCode.tsx
index 1890f7c9..3bf0897c 100644
--- a/src-web/components/core/InlineCode.tsx
+++ b/src-web/components/core/InlineCode.tsx
@@ -6,7 +6,7 @@ export function InlineCode({ className, ...props }: HTMLAttributes