improved loading screen with spinner

This commit is contained in:
Oliver Bryan
2025-12-22 15:44:18 +00:00
parent f35177699c
commit 01236ebb3e
4 changed files with 25 additions and 7 deletions

View File

@@ -6,6 +6,7 @@ import SmallUserDisplay from "@/components/small-user-display";
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "@/components/ui/select";
import { getAuthHeaders } from "@/lib/utils";
import LogOutButton from "./components/log-out-button";
import Loading from "./components/loading";
function Index() {
const serverURL = import.meta.env.VITE_SERVER_URL?.trim() || "http://localhost:3000";