refactor: simplify upload UI and enforce glb-only preview

This commit is contained in:
Tom Boullay
2026-04-24 16:40:55 +02:00
parent 944959fc22
commit fe8a6f0f54
4 changed files with 39 additions and 21 deletions
+3 -3
View File
@@ -9,14 +9,14 @@ export default function Home() {
</h1>
<p className="text-gray-400 text-base leading-relaxed">
Deposez vos fichiers 3D ils seront archives sur le Drive
<br />avec versioning, puis envoyes aux devs via GitHub.
<br />avec versioning, puis envoyes aux devs via GitHub
</p>
</div>
<UploadZone />
<footer className="mt-10 text-gray-500 text-xs text-center">
Modeles : <span className="font-mono text-gray-400">.glb · .gltf</span>
<footer className="text-gray-500 text-xs text-center">
Modeles : <span className="font-mono text-gray-400">.glb</span>
<span className="mx-2">·</span>
Textures : <span className="font-mono text-gray-400">.png · .jpg · .webp</span>
</footer>