From c8bed7f138b2653cd36c8efe1b748d9b446ee1a2 Mon Sep 17 00:00:00 2001 From: Antigravity Date: Sat, 4 Jul 2026 23:13:29 +0000 Subject: [PATCH] fix(insights): peek panel rend correctement le contenu TipTap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Avant: prose prose-sm générique → titres/images/tables/callouts/toggles cassés Maintenant: prose-lg + editor-body + 20+ overrides CSS pour: - h1/h2/h3 tailles serif comme l'éditeur - listes, blockquotes, code blocks, pre - images arrondies + max-width - tables avec borders - callouts (data-callout-type) - toggles (data-type=toggle-block) - math (data-math) - hr separators --- .cursor/hooks/state/continual-learning.json | 4 ++-- memento-note/app/(main)/insights/page.tsx | 22 ++++++++++++++++++++- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.cursor/hooks/state/continual-learning.json b/.cursor/hooks/state/continual-learning.json index 41b2ae7..7e83058 100644 --- a/.cursor/hooks/state/continual-learning.json +++ b/.cursor/hooks/state/continual-learning.json @@ -1,8 +1,8 @@ { "version": 1, "lastRunAtMs": 1783196565768, - "turnsSinceLastRun": 0, + "turnsSinceLastRun": 3, "lastTranscriptMtimeMs": 1783196565691.0437, - "lastProcessedGenerationId": "568a0443-fffa-4861-8651-2264944e9cc3", + "lastProcessedGenerationId": "d7e4c90f-1f03-4437-a235-3553b9f9cb09", "trialStartedAtMs": null } diff --git a/memento-note/app/(main)/insights/page.tsx b/memento-note/app/(main)/insights/page.tsx index db68069..15ebda7 100644 --- a/memento-note/app/(main)/insights/page.tsx +++ b/memento-note/app/(main)/insights/page.tsx @@ -934,7 +934,27 @@ export default function InsightsPage() { {peekNote.content ? (
) : (