+ {/* Header */}
+
+
+ AnyDrop
+
+
+ {!shared ? (
+ Chargement...
+ ) : sent ? (
+
+ ) : (
+ <>
+ Envoyer Γ quel appareil ?
+
+ {/* What's being shared */}
+
+ {fileCount > 0 && (
+
+ π {fileCount} {fileCount > 1 ? "fichiers" : "fichier"}
+
+ )}
+ {hasText && !fileCount && π¬ Texte}
+ {hasText && fileCount > 0 && + texte}
+
+ >
+ )}
+
+
+ {/* Peer list β tap to send immediately */}
+ {!sent && shared && (
+
+ {peers.length === 0 ? (
+
+
π‘
+
En attente d'appareils...
+
+ Ouvrez AnyDrop sur l'appareil destinataire.
+
+
+ ) : (
+
+ )}
+
+ )}
+
+ {/* Footer */}
+
+