feat: refine creation and registration flows

This commit is contained in:
Sacha
2026-07-30 09:42:12 +02:00
parent 3fff09ba81
commit 761f3cc200
39 changed files with 1444 additions and 1239 deletions
+2 -2
View File
@@ -111,7 +111,7 @@ const Studio = () => {
} else {
if (!selectedProject?.id) return
selectProject(selectedProject.id)
navigate(Routes.Compose)
navigate(Routes.ComposeSong)
}
}}
/>
@@ -130,7 +130,7 @@ const Studio = () => {
/>
{!selectedProject?.coverUrl && (
<GradientButton
title="Générer la pochette"
title="Voir ma pochette"
containerStyle={{
marginTop: responsiveHeight(2),
}}