diff --git a/src/app/(app)/cancellation/page.tsx b/src/app/(app)/cancellation/page.tsx index 928f4d3..083cc3e 100644 --- a/src/app/(app)/cancellation/page.tsx +++ b/src/app/(app)/cancellation/page.tsx @@ -19,7 +19,7 @@ export default async function CancellationPage() { return ( <> -
+
Cancellation
@@ -67,7 +67,7 @@ export default async function CancellationPage() { {cancelledOrders.length > 0 ? ( cancelledOrders.map((order) => ( - {order.id} + {order.id} {/* {order.date} */} {order.cancellationDate} {/* 처리 일자 추가 (값이 없으면 '-' 출력) */} @@ -77,17 +77,17 @@ export default async function CancellationPage() {
- {order.customer.name} + {order.customer.name}
{order.event.productType}
- {order.event.name} + {order.event.name}
- {order.amount.krw} + {order.amount.krw} -
- Overview +
+ Overview
- - - - - +
+
+ +
+ diff --git a/src/app/(app)/page.tsx b/src/app/(app)/page.tsx index 94864b5..ce15c94 100644 --- a/src/app/(app)/page.tsx +++ b/src/app/(app)/page.tsx @@ -1,6 +1,5 @@ import { Stat } from '@/app/stat' -import { Divider } from '@/components/divider' -import { Heading, Subheading } from '@/components/heading' +import { Heading } from '@/components/heading' import { Select } from '@/components/select' import { getRecentOrders } from '@/data' @@ -9,63 +8,70 @@ export default async function Home() { return ( <> - Overview -
- Orders Overview -
- +
+
+
+ Orders Overview +
+ +
+
+
+ + + + +
+ {/* */}
-
-
- - - - -
- {/* */} -
- Products Overview -
- +
+
+ Products Overview +
+ +
+
+
+ + + + +
+ {/* */}
-
-
- - - - -
- {/* */} -
- Users Overview -
- +
+
+ Users Overview +
+ +
+
+
+ + + + +
+ {/* */}
-
- - - - -
- {/* */} ) } diff --git a/src/app/(app)/products/ProductsClient.tsx b/src/app/(app)/products/ProductsClient.tsx index 638945d..154186f 100644 --- a/src/app/(app)/products/ProductsClient.tsx +++ b/src/app/(app)/products/ProductsClient.tsx @@ -32,7 +32,7 @@ export default function ProductsClient({ products }: { products: any[] }) { return ( <> -
+
Products
diff --git a/src/app/(app)/users/UsersClient.tsx b/src/app/(app)/users/UsersClient.tsx index f633548..0c996db 100644 --- a/src/app/(app)/users/UsersClient.tsx +++ b/src/app/(app)/users/UsersClient.tsx @@ -12,7 +12,7 @@ import { DropdownMenu, DropdownSection, } from '@/components/dropdown' -import { Heading, Subheading } from '@/components/heading' +import { Heading } from '@/components/heading' import { Input, InputGroup } from '@/components/input' import { Link } from '@/components/link' import { @@ -43,8 +43,8 @@ export default function UsersClient({ initialUsers }: { initialUsers: any[] }) { return ( <> -
- Overview +
+ Overview
- - - - - ㄴ - - +
+
+ +
+ @@ -108,7 +110,7 @@ export default function UsersClient({ initialUsers }: { initialUsers: any[] }) { initials={!user.avatar ? user.name[0] : undefined} className="size-8" /> - {user.name} + {user.name}