From f73e51343a001268fc26b1d1c95049f8d053fc61 Mon Sep 17 00:00:00 2001 From: Winston Hsiao <96440583+Winston-Hsiao@users.noreply.github.com> Date: Tue, 12 Nov 2024 13:09:23 -0500 Subject: [PATCH] Added extensive logging for listing creation and improved various UIs (#597) --- .../listing/ListingRegisterRobot.tsx | 8 +- .../components/listing/ListingRenderer.tsx | 2 +- frontend/src/components/pages/CreateSell.tsx | 58 +++--- .../src/components/pages/SellerDashboard.tsx | 26 ++- store/app/routers/listings.py | 192 ++++++++---------- 5 files changed, 143 insertions(+), 143 deletions(-) diff --git a/frontend/src/components/listing/ListingRegisterRobot.tsx b/frontend/src/components/listing/ListingRegisterRobot.tsx index 8c1d96f6..eb2fe9d8 100644 --- a/frontend/src/components/listing/ListingRegisterRobot.tsx +++ b/frontend/src/components/listing/ListingRegisterRobot.tsx @@ -13,9 +13,9 @@ const ListingRegisterRobot = ({ listingId }: Props) => { const [isRegisterModalOpen, setIsRegisterModalOpen] = useState(false); return ( -
+ You can interact with your registered robots in the terminal. +
+