From dc73aaac5c8b9c90a3009c3b71bc49668ee4dd48 Mon Sep 17 00:00:00 2001 From: Jose Lezama Date: Sun, 29 Sep 2024 22:55:46 -0300 Subject: [PATCH] Lego/feat/more accurate figma (#54) # Summary - UI looks closer to Figma design (or less different, as you wish to take it!) --- app/components/Footer/index.tsx | 4 +- app/components/Login/Login.tsx | 2 +- app/components/MyEvent/MyEvent.tsx | 223 ++++++++------- .../MyEvent/MyEventLoadingSkeleton.tsx | 28 +- app/components/MyEvents/MyTicketsList.tsx | 87 +++--- .../MyEvents/MyTicketsLoadingSkeleton.tsx | 11 +- .../MyPurchaseOrders/MyPurchaseOrders.tsx | 32 ++- .../MyPurchaseOrdersLoadingSkeleton.tsx | 34 ++- app/components/PurchaseOrder/Callback.tsx | 265 +++++++++--------- .../PurchaseOrder/CallbackLoadingSkeleton.tsx | 20 +- .../TicketsSaleFlow/ConfirmationTab.tsx | 44 +-- .../TicketsSaleFlow/TicketSelectionTab.tsx | 72 ++--- .../TicketsSaleFlowSkeleton.tsx | 20 +- app/components/TicketsSaleFlow/index.tsx | 19 +- app/components/TicketsSaleFlow/inputs.tsx | 2 +- .../TicketsSaleFlow/ticketSaleFlow.tsx | 29 +- app/root.tsx | 7 +- .../_authenticated/my-events._index/index.tsx | 2 +- app/routes/_authenticated/profile/index.tsx | 2 +- app/utils/date.ts | 19 +- app/utils/ticket.ts | 20 +- package-lock.json | 10 +- package.json | 2 +- tailwind.config.js | 2 +- 24 files changed, 507 insertions(+), 449 deletions(-) diff --git a/app/components/Footer/index.tsx b/app/components/Footer/index.tsx index b22df29..1f6b81c 100644 --- a/app/components/Footer/index.tsx +++ b/app/components/Footer/index.tsx @@ -34,9 +34,9 @@ export const Footer = () => { return (