style: emphasize upload progress message
This commit is contained in:
@@ -92,6 +92,18 @@ export default function UploadZone() {
|
||||
</p>
|
||||
)}
|
||||
|
||||
{entries.length > 0 && (
|
||||
<p className="rounded-2xl border border-white/20 bg-black-800 px-4 py-3 text-xs text-gray-400 leading-relaxed text-center mb-3">
|
||||
Plus votre dossier est <span className="font-semibold text-gray-200">volumineux</span> et contient de nombreux fichiers,
|
||||
{' '}plus l'<span className="font-semibold text-gray-200">upload</span> peut prendre du temps.
|
||||
{' '}L'envoi se fait en <span className="font-semibold text-gray-200">3 etapes</span> :
|
||||
{' '}<span className="font-semibold text-gray-200">verification</span> du dossier existant,
|
||||
{' '}<span className="font-semibold text-gray-200">archivage</span> sur le Drive,
|
||||
{' '}puis <span className="font-semibold text-gray-200">envoi</span> sur Git.
|
||||
{' '}Soyez patient pendant le traitement, surtout pour les <span className="font-semibold text-gray-200">gros assets</span> !
|
||||
</p>
|
||||
)}
|
||||
|
||||
<SecretInput
|
||||
secret={secret}
|
||||
secretVisible={secretVisible}
|
||||
|
||||
Reference in New Issue
Block a user