first flow ok

This commit is contained in:
2025-10-01 16:14:31 +02:00
parent 9a2c0428e0
commit efc84ce2ab
2 changed files with 131 additions and 52 deletions
@@ -119,6 +119,13 @@ const CreateLyricsWithAi = () => {
}
}, [selectedProject]);
React.useEffect(() => {
console.debug("[CreateLyricsWithAi.web] structure state", {
structure,
customStructure,
});
}, [structure, customStructure]);
const parsedStructure = useMemo(() => {
// Parses strings like "1 couplet, 1 refrain, 1 couplet, 1 refrain"
try {