diff --git a/.cursor/hooks/state/continual-learning.json b/.cursor/hooks/state/continual-learning.json index bb2497b..014393d 100644 --- a/.cursor/hooks/state/continual-learning.json +++ b/.cursor/hooks/state/continual-learning.json @@ -1,8 +1,8 @@ { "version": 1, "lastRunAtMs": 1783196565768, - "turnsSinceLastRun": 6, + "turnsSinceLastRun": 7, "lastTranscriptMtimeMs": 1783196565691.0437, - "lastProcessedGenerationId": "6ccc52d1-8073-4386-b4d0-84c60a305da2", + "lastProcessedGenerationId": "71df05a3-2a54-46fa-aa10-c8b8357c33fd", "trialStartedAtMs": null } diff --git a/memento-note/components/brainstorm/brainstorm-page.tsx b/memento-note/components/brainstorm/brainstorm-page.tsx index 93d7c2b..89a7a00 100644 --- a/memento-note/components/brainstorm/brainstorm-page.tsx +++ b/memento-note/components/brainstorm/brainstorm-page.tsx @@ -754,9 +754,13 @@ export function BrainstormPage() {
{selectedIdea.status === 'converted' && ( - - {t('brainstorm.noteCreated') || 'Note Created'} - + )} {canEdit && ( - + {selectedIdea.status === 'converted' && selectedIdea.convertedToNoteId ? ( + + ) : ( + + )}