diff --git a/src-tauri/capabilities/main.json b/src-tauri/capabilities/main.json index 2195cacf..15fd230d 100644 --- a/src-tauri/capabilities/main.json +++ b/src-tauri/capabilities/main.json @@ -53,6 +53,9 @@ "allow": [ { "url": "https://generativelanguage.googleapis.com/**" + }, + { + "url": "http://localhost:11434/**" } ] }, diff --git a/src/features/ai/components/history/sidebar.tsx b/src/features/ai/components/history/sidebar.tsx index e0aa6a2b..1c476fac 100644 --- a/src/features/ai/components/history/sidebar.tsx +++ b/src/features/ai/components/history/sidebar.tsx @@ -104,7 +104,7 @@ export default function ChatHistorySidebar({ onClose(); }} isSelected={index === selectedIndex} - className="px-3 py-1.5" + className="group px-3 py-1.5" >