From 902fe95a69d9d724854e2193d174349383ef460a Mon Sep 17 00:00:00 2001 From: Antigravity Date: Sat, 20 Jun 2026 17:40:34 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20PublishDialog=20sorti=20du=20toolbar=20d?= =?UTF-8?q?iv=20=E2=80=94=20position=20fixed=20correcte?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cursor/hooks/state/continual-learning.json | 4 ++-- .../note-editor/note-editor-toolbar.tsx | 22 +++++++++---------- .../components/note-editor/publish-dialog.tsx | 2 +- 3 files changed, 13 insertions(+), 15 deletions(-) diff --git a/.cursor/hooks/state/continual-learning.json b/.cursor/hooks/state/continual-learning.json index 1b69dbf..9e672c9 100644 --- a/.cursor/hooks/state/continual-learning.json +++ b/.cursor/hooks/state/continual-learning.json @@ -1,8 +1,8 @@ { "version": 1, "lastRunAtMs": 1781973755639, - "turnsSinceLastRun": 3, + "turnsSinceLastRun": 4, "lastTranscriptMtimeMs": 1781973755517.7488, - "lastProcessedGenerationId": "9d046b90-b9f3-4986-a174-49dce0b8b51f", + "lastProcessedGenerationId": "bcd357e0-6c9c-4e2b-b7dd-ee6d7c50d52a", "trialStartedAtMs": null } diff --git a/memento-note/components/note-editor/note-editor-toolbar.tsx b/memento-note/components/note-editor/note-editor-toolbar.tsx index 3abf4ee..1a9bf15 100644 --- a/memento-note/components/note-editor/note-editor-toolbar.tsx +++ b/memento-note/components/note-editor/note-editor-toolbar.tsx @@ -605,17 +605,6 @@ export function NoteEditorToolbar({ mode, onClose, onToggleAttachments, attachme }} /> - {publishOpen && ( - setPublishOpen(false)} - noteId={note.id} - noteTitle={state.title || note.title || 'Untitled'} - isPublic={note.isPublic} - publicSlug={note.publicSlug ?? null} - /> - )} -