Merge pull request #801 from elammertsma/dev

[FEAT] Added new A/B test, made sidebar resizable and made all left sidebars use the same component
This commit is contained in:
Rohan Verma 2026-02-09 15:05:11 -08:00 committed by GitHub
commit 6c72854145
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 306 additions and 204 deletions

View file

@ -68,10 +68,10 @@ import { cn } from "@/lib/utils";
/** Placeholder texts that cycle in new chats when input is empty */
const CYCLING_PLACEHOLDERS = [
"Ask SurfSense anything or @mention docs.",
"Generate a podcast from marketing tips in the company handbook.",
"Sum up our vacation policy from Drive.",
"Generate a podcast from my vacation ideas in Notion.",
"Sum up last week's meeting notes from Drive in a bulleted list.",
"Give me a brief overview of the most urgent tickets in Jira and Linear.",
"Create a concise table of today's top ten emails and calendar events.",
"Briefly, what are today's top ten important emails and calendar events?",
"Check if this week's Slack messages reference any GitHub issues.",
];