fix(brainstorm): notebookId URL param + lookup carnet + bouton 'Open notebook'
- brainstorm-page.tsx: lit urlNotebookId depuis URL params - useConvertIdea accepte targetNotebookId (hook mis à jour) - handleConvert prend le carnet ciblé en paramètre - URL notebookId propage via router.push depuis le modal de confirmation - toast inclut le nom du carnet et un bouton 'Open notebook' qui redirige vers /home?notebook=X - peek panel affiche un lien vers le carnet source en haut du titre - useNotebooks pour le lookup du nom depuis notebooks Vrai fix: les notes vont maintenant là où l'utilisateur a choisi, pas dans un carnet auto-créé sans qu'il s'en aperçoive.
This commit is contained in:
@@ -3076,7 +3076,8 @@
|
||||
"noNotebook": "No notebook",
|
||||
"launching": "Launching…",
|
||||
"launch": "Brainstorm",
|
||||
"noteCreatedIn": "Note created in"
|
||||
"noteCreatedIn": "Note created in",
|
||||
"openNotebook": "Open notebook"
|
||||
},
|
||||
"byokSettings": {
|
||||
"title": "Your API keys (BYOK)",
|
||||
|
||||
@@ -3080,7 +3080,8 @@
|
||||
"noNotebook": "Aucun carnet",
|
||||
"launching": "Lancement…",
|
||||
"launch": "Brainstormer",
|
||||
"noteCreatedIn": "Note créée dans"
|
||||
"noteCreatedIn": "Note créée dans",
|
||||
"openNotebook": "Ouvrir le carnet"
|
||||
},
|
||||
"byokSettings": {
|
||||
"title": "Vos clés API (BYOK)",
|
||||
|
||||
Reference in New Issue
Block a user