diff --git a/web/frontend/src/components/app-sidebar.tsx b/web/frontend/src/components/app-sidebar.tsx
index 28e990a0e..42be60555 100644
--- a/web/frontend/src/components/app-sidebar.tsx
+++ b/web/frontend/src/components/app-sidebar.tsx
@@ -1,7 +1,6 @@
import { IconChevronRight } from "@tabler/icons-react"
import {
IconAtom,
- IconCloud,
IconKey,
IconListDetails,
IconMessageCircle,
@@ -39,7 +38,6 @@ const navGroups = [
label: "navigation.model_group",
defaultOpen: true,
items: [
- { title: "navigation.providers", url: "/providers", icon: IconCloud },
{ title: "navigation.models", url: "/models", icon: IconAtom },
{ title: "navigation.credentials", url: "/credentials", icon: IconKey },
],
diff --git a/web/frontend/src/components/chat/chat-composer.tsx b/web/frontend/src/components/chat/chat-composer.tsx
index ecebcb8cb..0433c256c 100644
--- a/web/frontend/src/components/chat/chat-composer.tsx
+++ b/web/frontend/src/components/chat/chat-composer.tsx
@@ -1,14 +1,9 @@
-import { IconArrowUp, IconMicrophone, IconPaperclip } from "@tabler/icons-react"
+import { IconArrowUp } from "@tabler/icons-react"
import type { KeyboardEvent } from "react"
import { useTranslation } from "react-i18next"
import TextareaAutosize from "react-textarea-autosize"
import { Button } from "@/components/ui/button"
-import {
- Tooltip,
- TooltipContent,
- TooltipTrigger,
-} from "@/components/ui/tooltip"
interface ChatComposerProps {
input: string
@@ -50,35 +45,7 @@ export function ChatComposer({
/>
-
-
-
-
-
- {t("chat.attach")}
-
-
-
-
-
-
- {t("chat.voice")}
-
-
+
{/* action buttons */}
-
-