From df0dbafe18678676c4d416e8addb645a54778c7f Mon Sep 17 00:00:00 2001 From: zadit <75159257+insvrgent@users.noreply.github.com> Date: Sun, 16 Feb 2025 01:19:51 +0700 Subject: [PATCH] ok --- src/App.js | 2 + src/components/ButtonWithReplica.js | 2 +- src/components/Item.js | 3 +- src/helpers/transactionHelpers.js | 1 + src/pages/Cart.js | 295 ++++++++++++++++++++-------- src/pages/Payment_claimed.js | 4 +- src/pages/Reports.js | 11 +- src/pages/Transaction.js | 4 +- src/pages/Transaction_confirmed.js | 25 +-- src/pages/Transaction_pending.js | 4 +- src/pages/Transactions.js | 46 ++++- 11 files changed, 285 insertions(+), 112 deletions(-) diff --git a/src/App.js b/src/App.js index a9f209c..3fb61f4 100644 --- a/src/App.js +++ b/src/App.js @@ -612,6 +612,8 @@ function App() { socket={socket} totalItemsCount={totalItemsCount} deviceType={deviceType} + shopItems={shopItems} + setShopItems={setShopItems} /> {/*