feat: team draft

This commit is contained in:
2024-11-12 19:15:13 +07:00
parent 8159b65605
commit f5250d5361
23 changed files with 313 additions and 48 deletions
+2 -1
View File
@@ -12,6 +12,7 @@ import { ofetch } from "ofetch";
import { z } from "zod";
import { ErrorAlert } from "@/components/ui/alert";
import { addServer } from "@/stores/app";
import tamaguiConfig from "@/tamagui.config";
export default function ServerPage() {
const form = useZForm(serverSchema);
@@ -41,7 +42,7 @@ export default function ServerPage() {
options={{
contentStyle: {
width: "100%",
maxWidth: 600,
maxWidth: tamaguiConfig.media.xs.maxWidth,
marginHorizontal: "auto",
},
title: "Vaulterm",