feat: enhance map loading state with skeleton UI and update viewport height units to dvh

This commit is contained in:
2025-12-05 02:22:17 -05:00
parent 1ec199a737
commit 604cd14698
3 changed files with 25 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ export default function HomePage() {
const [isDiscoveryOpen, setIsDiscoveryOpen] = useState(true);
return (
<main className="relative h-screen w-screen overflow-hidden bg-black text-white font-serif">
<main className="relative h-dvh w-screen overflow-hidden bg-black text-white font-serif">
{/* Map Background */}
<div className="absolute inset-0 z-0">
<MapLoader