more tickets
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
import { useRoute } from "@react-navigation/native";
|
||||
import { Image } from "expo-image";
|
||||
import React, { useCallback, useMemo, useState } from "react";
|
||||
import { Linking, Text, View } from "react-native";
|
||||
import useMinuit from "react-native-minuit/src/hooks/useMinuit.js";
|
||||
import { ai, background } from "../../assets";
|
||||
import { background } from "../../assets";
|
||||
import BorderGradientButton from "../../components/BorderGradientButton";
|
||||
import GradientButton from "../../components/GradientButton";
|
||||
import MusicLandHeader from "../../components/MusicLandHeader";
|
||||
@@ -58,10 +57,10 @@ const PublishYoutube = () => {
|
||||
: "Publier sur YouTube";
|
||||
const statusMessage = useMemo(() => {
|
||||
if (!playbackReady) {
|
||||
return "Termine la création de ton playback avec John pour débloquer la publication YouTube.";
|
||||
return "Termine la création de ton playback avec Theo pour débloquer la publication YouTube.";
|
||||
}
|
||||
if (isPublishing) {
|
||||
return "Bena s'occupe de mettre ta vidéo en ligne... Patiente un instant.";
|
||||
return "La publication de ta vidéo est en cours... Patiente un instant.";
|
||||
}
|
||||
if (youtubeError || youtubeStatus === "FAILED") {
|
||||
return "La dernière tentative de publication a échoué. Tu peux réessayer ci-dessous.";
|
||||
@@ -69,7 +68,7 @@ const PublishYoutube = () => {
|
||||
if (hasYoutubePublication) {
|
||||
return "Ta vidéo est publiée sur la chaîne YouTube MusicLand. Tu peux la partager dès maintenant.";
|
||||
}
|
||||
return "Bena t’accompagne pour partager ton playback sur la chaîne YouTube MusicLand.";
|
||||
return "Partage ton playback sur la chaîne YouTube MusicLand.";
|
||||
}, [
|
||||
hasYoutubePublication,
|
||||
isPublishing,
|
||||
@@ -175,11 +174,6 @@ const PublishYoutube = () => {
|
||||
}}
|
||||
>
|
||||
<View style={{ alignItems: "center", gap: 18 }}>
|
||||
<Image
|
||||
source={ai.bena}
|
||||
style={{ width: 220, height: 320 }}
|
||||
contentFit="contain"
|
||||
/>
|
||||
<Text
|
||||
style={{
|
||||
fontSize: 22,
|
||||
|
||||
Reference in New Issue
Block a user