This commit is contained in:
2025-05-21 08:52:33 +03:00
parent e992d388fb
commit 4e5fca2402
68 changed files with 358 additions and 1398 deletions

View File

@@ -14,9 +14,7 @@ interface AppLayoutProps {
}
export default function AppLayout({ children }: AppLayoutProps) {
let servers = Object.values(
useServerListStore(useShallow((state) => state.servers)),
);
let servers = Object.values(useServerListStore(useShallow((state) => state.servers)));
const matches = useMatches();
@@ -58,9 +56,7 @@ export default function AppLayout({ children }: AppLayoutProps) {
</aside>
</ScrollArea>
</div>
<div className="col-start-2 row-start-1 col-span-1 row-span-1 overflow-hidden">
{list}
</div>
<div className="col-start-2 row-start-1 col-span-1 row-span-1 overflow-hidden">{list}</div>
<div className="col-start-1 row-start-2 col-span-2 row-span-1 mb-2 mx-2 min-w-fit z-1">
<UserStatus />