From e48152e294785f4bbff243b16cb97a01c76050c7 Mon Sep 17 00:00:00 2001 From: Antigravity Date: Sat, 4 Jul 2026 20:32:35 +0000 Subject: [PATCH] =?UTF-8?q?feat(insights):=20sidebar=20en=20mode=20overlay?= =?UTF-8?q?=20sur=20/insights=20=E2=80=94=20pleine=20largeur?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit AGENTS.md: 'pas la liste carnets sur /insights' - sidebar.tsx: isImmersiveRoute sur /insights → fixed overlay au lieu de relative - Toutes tailles d'écran: sidebar caché par défaut, s'ouvre en drawer - Bouton hamburger visible sur desktop + mobile (pas lg:hidden) - Insights prend 100% de la largeur → graphe + dashboard plus spacious --- memento-note/app/(main)/insights/page.tsx | 2 +- memento-note/components/sidebar.tsx | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/memento-note/app/(main)/insights/page.tsx b/memento-note/app/(main)/insights/page.tsx index afe4bb5..296e9dc 100644 --- a/memento-note/app/(main)/insights/page.tsx +++ b/memento-note/app/(main)/insights/page.tsx @@ -297,7 +297,7 @@ export default function InsightsPage() {