🚀 Auto-deploy: melhoria no snap e medição AR em 24/05/2026 23:58:44
This commit is contained in:
+10
-1
@@ -1,6 +1,6 @@
|
||||
import { useEffect, useRef, useCallback, useState } from 'react';
|
||||
import { useNavigate } from 'react-router-dom';
|
||||
import { Upload, Glasses, CheckCircle, XCircle, Loader2, Box, Package } from 'lucide-react';
|
||||
import { Upload, Glasses, CheckCircle, XCircle, Loader2, Box, Package, Users } from 'lucide-react';
|
||||
import { Button } from '@/components/ui/button';
|
||||
import { useModelStore } from '@/stores/useModelStore';
|
||||
import { toast } from 'sonner';
|
||||
@@ -304,6 +304,15 @@ const Index = () => {
|
||||
Visualizar Modelo 3D
|
||||
</Button>
|
||||
|
||||
{/* Enter virtual meeting */}
|
||||
<Button
|
||||
className="h-14 w-full gap-3 text-base font-semibold bg-gradient-to-r from-violet-600 to-indigo-600 hover:from-violet-500 hover:to-indigo-500 text-white shadow-lg shadow-violet-500/20 hover:shadow-violet-500/35 border-0 transition-all duration-200"
|
||||
onClick={() => navigate('/meeting')}>
|
||||
|
||||
<Users className="h-5 w-5" />
|
||||
Reunião Virtual
|
||||
</Button>
|
||||
|
||||
{/* XR Status */}
|
||||
<div className="flex items-center justify-center gap-2 pt-2">
|
||||
{xrSupported === null ?
|
||||
|
||||
Reference in New Issue
Block a user