#591 - server-settings

This commit is contained in:
Saeed Vaziry
2025-05-31 20:33:36 +02:00
parent 0b7dd1732b
commit 41388dafbf
16 changed files with 507 additions and 16 deletions

View File

@ -69,7 +69,7 @@ export default function Layout({
<SidebarInset>
<AppHeader />
<div className="flex flex-1 flex-col">{children}</div>
<Toaster richColors />
<Toaster richColors position="bottom-center" />
</SidebarInset>
</SidebarProvider>
</QueryClientProvider>

View File

@ -14,6 +14,7 @@ import {
LogsIcon,
MousePointerClickIcon,
RocketIcon,
Settings2Icon,
TerminalSquareIcon,
UsersIcon,
} from 'lucide-react';
@ -152,11 +153,11 @@ export default function ServerLayout({ children }: { children: ReactNode }) {
},
],
},
// {
// title: 'Settings',
// href: '#',
// icon: Settings2Icon,
// },
{
title: 'Settings',
href: route('server-settings', { server: page.props.server.id }),
icon: Settings2Icon,
},
];
return (