From 3cb3723d92058b3e0f5e581545d4b572db953cb0 Mon Sep 17 00:00:00 2001 From: Eric Lammertsma Date: Thu, 5 Feb 2026 17:27:12 -0500 Subject: [PATCH 1/3] Updated attachement UI dropdown item labels for clarity. --- surfsense_web/components/assistant-ui/attachment.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/surfsense_web/components/assistant-ui/attachment.tsx b/surfsense_web/components/assistant-ui/attachment.tsx index c1a147046..3a64d3a6c 100644 --- a/surfsense_web/components/assistant-ui/attachment.tsx +++ b/surfsense_web/components/assistant-ui/attachment.tsx @@ -351,14 +351,14 @@ export const ComposerAddAttachment: FC = () => { - + - Add attachment + Add attachment to this chat - Upload Documents + Upload documents to Search Space From 16692385b491035fd14cc77578b40b255a6dbace Mon Sep 17 00:00:00 2001 From: Eric Lammertsma Date: Thu, 5 Feb 2026 23:09:05 -0500 Subject: [PATCH 2/3] [FIX] typo in pricing section --- surfsense_web/components/pricing/pricing-section.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surfsense_web/components/pricing/pricing-section.tsx b/surfsense_web/components/pricing/pricing-section.tsx index 117be15ec..cf27b8842 100644 --- a/surfsense_web/components/pricing/pricing-section.tsx +++ b/surfsense_web/components/pricing/pricing-section.tsx @@ -42,7 +42,7 @@ const demoPlans = [ "Planned: Centralized billing", "Priority support", ], - description: "The AIknowledge base for individuals and teams", + description: "The AI knowledge base for individuals and teams", buttonText: "Upgrade", href: "/contact", isPopular: true, From 585cf972776fd184b9cd7f3ed0b7f2024cb1cea8 Mon Sep 17 00:00:00 2001 From: Eric Lammertsma Date: Thu, 5 Feb 2026 23:10:50 -0500 Subject: [PATCH 3/3] fix: remove trailing periods from feature descriptions in pricing section --- surfsense_web/components/pricing/pricing-section.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/surfsense_web/components/pricing/pricing-section.tsx b/surfsense_web/components/pricing/pricing-section.tsx index cf27b8842..7528aeb0b 100644 --- a/surfsense_web/components/pricing/pricing-section.tsx +++ b/surfsense_web/components/pricing/pricing-section.tsx @@ -12,11 +12,11 @@ const demoPlans = [ features: [ "Open source on GitHub", "Upload and chat with 300+ pages of content", - "Connects with 8 popular sources, like Drive and Notion.", + "Connects with 8 popular sources, like Drive and Notion", "Includes limited access to ChatGPT, Claude, and DeepSeek models", - "Supports 100+ more LLMs, including Gemini, Llama and many more.", - "50+ File extensions supported.", - "Generate podcasts in seconds.", + "Supports 100+ more LLMs, including Gemini, Llama and many more", + "50+ File extensions supported", + "Generate podcasts in seconds", "Cross-Browser Extension for dynamic webpages including authenticated content", "Community support on Discord", ], @@ -33,8 +33,8 @@ const demoPlans = [ billingText: "billed annually", features: [ "Everything in Free", - "Upload and chat with 5,000+ pages of content", - "Connects with 15+ external sources, like Slack and Airtable.", + "Upload and chat with 5,000+ pages of content per user", + "Connects with 15+ external sources, like Slack and Airtable", "Includes extended access to ChatGPT, Claude, and DeepSeek models", "Collaboration and commenting features", "Shared BYOK (Bring Your Own Key)",