From e38c7c7b38baa43ce5775b6eda04bdc6a25a41c5 Mon Sep 17 00:00:00 2001 From: hhhello Date: Sun, 19 Jan 2025 18:24:15 +0900 Subject: [PATCH] =?UTF-8?q?design=20routing=20=EA=B0=9C=EC=84=A0,=20?= =?UTF-8?q?=EC=B2=AD=EC=B2=A9=EC=9E=A5=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.tsx | 4 +- .../component/DashboardInvitationCell.tsx | 6 +- .../dashboard/dialog/CreateDesignDialog.tsx | 2 +- .../InvitationDashboardGuestComment.tsx | 5 +- .../invitation/design/InvitationDesign.tsx | 456 +++++------------- .../design/option/GalleryOption.tsx | 6 +- src/remote/api/WeddingApi.ts | 2 +- 7 files changed, 131 insertions(+), 350 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 2f6c12b..60e1e8b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -40,8 +40,8 @@ function App() { }> }/> - }/> - }/> + }/> + }/> }/> diff --git a/src/page/invitation/dashboard/component/DashboardInvitationCell.tsx b/src/page/invitation/dashboard/component/DashboardInvitationCell.tsx index ade043f..56c8d04 100644 --- a/src/page/invitation/dashboard/component/DashboardInvitationCell.tsx +++ b/src/page/invitation/dashboard/component/DashboardInvitationCell.tsx @@ -62,7 +62,7 @@ ${baseInfo.groomName}, ${baseInfo.brideName}님의 링크메리 모바일 청첩 onClick('edit'); break; case 'guestComment': - navigate(`guest-comment?url=${weddingInfo.url}`); + navigate(`guest-comment/${weddingInfo.url}`); break; case 'remove': onClick('remove'); @@ -95,7 +95,9 @@ ${baseInfo.groomName}, ${baseInfo.brideName}님의 링크메리 모바일 청첩