From 5689ee1f6a8866400ad2e7c127e28989c4b169cc Mon Sep 17 00:00:00 2001 From: Yusuf Suleman Date: Wed, 1 Apr 2026 21:17:14 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20brain=20layout=20=E2=80=94=20sidebar=20+?= =?UTF-8?q?=20content=20as=20flex=20siblings,=20no=20page=20wrapper?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Template restructured to match Reader pattern: brain-layout (flex) > brain-sidebar (248px) + brain-content (flex:1) Hero and capture bar moved inside brain-content. Removed page/app-surface wrappers. Co-Authored-By: Claude Opus 4.6 (1M context) --- .../lib/pages/brain/AtelierBrainPage.svelte | 82 ++++++++----------- 1 file changed, 32 insertions(+), 50 deletions(-) diff --git a/frontend-v2/src/lib/pages/brain/AtelierBrainPage.svelte b/frontend-v2/src/lib/pages/brain/AtelierBrainPage.svelte index 8e8795f..1c8589c 100644 --- a/frontend-v2/src/lib/pages/brain/AtelierBrainPage.svelte +++ b/frontend-v2/src/lib/pages/brain/AtelierBrainPage.svelte @@ -324,50 +324,7 @@ onDestroy(stopPolling); -
-
- - -
-
-
Second brain
-

Brain

-

Save anything. Links, notes, files. AI classifies everything automatically so you can find it later without thinking about where to put it.

-
-
-
Collection
-
{total} saved · {sidebarFolders.length} folders
-
-
- - -
-
- - - - {#if captureInput.trim()} - - {/if} -
- - {#if uploading} -
Uploading...
- {/if} -
- - -
+
-
+
{#if selectedItem && (selectedItem.type === 'pdf' || selectedItem.type === 'image')} @@ -674,8 +657,7 @@ {/if}