feat: add team member role change & removal, add uptime server stats, etc

This commit is contained in:
2024-11-14 16:28:44 +00:00
parent b574f83e74
commit 33dda374c7
25 changed files with 566 additions and 110 deletions
+3 -1
View File
@@ -9,6 +9,7 @@ type ModalProps = {
description?: string;
children?: React.ReactNode;
width?: number | string;
height?: number | string;
maxHeight?: number | string;
};
@@ -18,6 +19,7 @@ const Modal = ({
title,
description,
width = 512,
height = "90%",
maxHeight = 600,
}: ModalProps) => {
const { open, onOpenChange } = disclosure.use();
@@ -65,7 +67,7 @@ const Modal = ({
p="$1"
width="90%"
maxWidth={width}
height="90%"
height={height}
maxHeight={maxHeight}
>
<View p="$4">