feat: remove publish to youtube

This commit is contained in:
2026-09-02 16:08:48 +02:00
parent 4e14a38d4e
commit f4549b694f
18 changed files with 15 additions and 804 deletions
@@ -8,7 +8,7 @@ import {
View,
useWindowDimensions,
} from 'react-native'
import { ai, cardsImg } from '../../assets'
import { ai } from '../../assets'
import { getCreationStageStates } from '../../utils/projectStages'
import AnimatedPaginationDot from '../AnimatedPaginationDot/AnimatedPaginationDot'
import PersonaCard from '../cards/PersonaCard/PersonaCard'
@@ -33,12 +33,6 @@ const STAGE_CARD_CONTENT = [
description: "Theo t'accompagne pour créer ton playback.",
image: ai.rightIcon,
},
{
key: 'publisher',
title: 'Publication',
description: 'Ta vidéo est prête ? Direction YouTube !',
image: cardsImg.production,
},
]
const WEB_SCROLL_INACTIVE_DELTA = 0.05