diff --git a/surfsense_web/app/dashboard/page.tsx b/surfsense_web/app/dashboard/page.tsx
index 9671b5b71..73937a2fc 100644
--- a/surfsense_web/app/dashboard/page.tsx
+++ b/surfsense_web/app/dashboard/page.tsx
@@ -292,7 +292,7 @@ const DashboardPage = () => {
mass: 0.2,
}}
/>
-
-
-
+
+
{space.name}
{space.description}
-
+
{/* {space.title} */}
{t("created")} {formatDate(space.created_at)}
diff --git a/surfsense_web/components/chat/ChatInputGroup.tsx b/surfsense_web/components/chat/ChatInputGroup.tsx
index 6309b9df0..0de9d7ce7 100644
--- a/surfsense_web/components/chat/ChatInputGroup.tsx
+++ b/surfsense_web/components/chat/ChatInputGroup.tsx
@@ -590,11 +590,7 @@ const LLMSelector = React.memo(() => {
- {preferences.fast_llm_id === config.id && (
-
-
-
- )}
+
))}
diff --git a/surfsense_web/components/chat/ChatTerminal.tsx b/surfsense_web/components/chat/ChatTerminal.tsx
index 4dea09ac2..07415eaf9 100644
--- a/surfsense_web/components/chat/ChatTerminal.tsx
+++ b/surfsense_web/components/chat/ChatTerminal.tsx
@@ -77,9 +77,15 @@ export default function TerminalDisplay({ message, open }: { message: Message; o
- {/* Terminal Content */}
- {!isCollapsed && (
-
+ {/* Terminal Content (animated expand/collapse) */}
+
+
{events.map((event, index) => (
$
@@ -93,7 +99,7 @@ export default function TerminalDisplay({ message, open }: { message: Message; o
No agent events to display...
)}
- )}
+
);
}
diff --git a/surfsense_web/components/sidebar/app-sidebar.tsx b/surfsense_web/components/sidebar/app-sidebar.tsx
index 116260032..243f2c062 100644
--- a/surfsense_web/components/sidebar/app-sidebar.tsx
+++ b/surfsense_web/components/sidebar/app-sidebar.tsx
@@ -1,5 +1,8 @@
"use client";
+import Link from "next/link";
+import Image from "next/image";
+
import {
AlertCircle,
BookOpen,
@@ -33,6 +36,7 @@ import {
SidebarMenuItem,
} from "@/components/ui/sidebar";
+
// Map of icon names to their components
export const iconMap: Record
= {
BookOpen,
@@ -213,16 +217,22 @@ export const AppSidebar = memo(function AppSidebar({
-
-
-
-
-
-
- SurfSense
- beta v0.0.8
-
+
+
+
+
+
+ SurfSense
+ beta v0.0.8
+
+