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} - /> - )} -