Pazisme Mod loading screen #85

Merged
Thilawyn merged 66 commits from next into master 2026-05-17 19:31:29 +02:00
Showing only changes of commit 8db3214f61 - Show all commits
+13 -1
View File
@@ -9,9 +9,21 @@ import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from "@/comp
export const Route = createFileRoute("/_main")({
component: SharedLayout,
component: WIPLayout,
})
function WIPLayout() {
return (
<div className="mx-auto w-[750px] max-w-full px-5 pt-28 pb-10 text-foreground">
<Card>
<CardContent>
<Outlet />
</CardContent>
</Card>
</div>
)
}
function SharedLayout() {
const { t, i18n } = useTranslation()