diff --git a/apps/web/components/views/add-memory/index.tsx b/apps/web/components/views/add-memory/index.tsx index 19e02df1..e5789b9d 100644 --- a/apps/web/components/views/add-memory/index.tsx +++ b/apps/web/components/views/add-memory/index.tsx @@ -634,12 +634,9 @@ export function AddMemoryView({ > {({ state, handleChange, handleBlur }) => ( <> -
- + -
{ e.preventDefault() e.stopPropagation() fileUploadForm.handleSubmit() }} - > + className="h-full flex flex-col" + >
-
+
{/* Left side - Project Selection */} - + withReact(createEditor()) as CustomEditor, []); const [editorValue, setEditorValue] = useState(() => @@ -421,7 +423,8 @@ export function TextEditor({ ); return ( -
+
+
@@ -540,6 +544,7 @@ export function TextEditor({ />
+
); } diff --git a/apps/web/components/views/connections-tab-content.tsx b/apps/web/components/views/connections-tab-content.tsx index 3aa06776..642cd174 100644 --- a/apps/web/components/views/connections-tab-content.tsx +++ b/apps/web/components/views/connections-tab-content.tsx @@ -205,7 +205,7 @@ export function ConnectionsTabContent() { className="p-4 bg-yellow-500/10 border border-yellow-500/20 rounded-lg" initial={{ opacity: 0, y: -10 }} > -

+

🔌 Connections are a Pro feature

@@ -213,7 +213,7 @@ export function ConnectionsTabContent() { sync your documents.