From a1926389f648b40a4d8af45d4483814c62892295 Mon Sep 17 00:00:00 2001 From: sonali Date: Fri, 20 Dec 2024 18:44:35 +0530 Subject: [PATCH] " ui changes in Dashboard " --- public/index.html | 16 +- src/assets/Image/Background.png | Bin 0 -> 1063835 bytes src/assets/Image/Pattern.png | Bin 0 -> 232180 bytes src/assets/css/App.css | 17 +- .../Dashboard/Invoice/ATMDepositTable.js | 337 +++++++++++------- .../AppPAges/Dashboard/Invoice/AddInvoice.js | 255 ++++++------- .../AppPAges/Dashboard/Invoice/AtmDeposit.js | 201 +++++------ .../AppPAges/Dashboard/Invoice/BankDeposit.js | 33 +- .../Dashboard/Invoice/BankDepositTable.js | 148 ++++++-- .../AppPAges/Dashboard/Invoice/Invoice.css | 56 +-- .../Dashboard/Invoice/InvoiceTable.js | 170 +++++++-- .../AppPAges/Dashboard/Invoice/PayInvoice.js | 153 ++++---- .../Dashboard/Invoice/PayInvoice_Table.js | 190 +++++++--- .../AppPAges/ManageSettings/Settings.css | 1 + src/components/common/Header.js | 26 +- 15 files changed, 1015 insertions(+), 588 deletions(-) create mode 100644 src/assets/Image/Background.png create mode 100644 src/assets/Image/Pattern.png diff --git a/public/index.html b/public/index.html index 7e1c132..6f189cc 100644 --- a/public/index.html +++ b/public/index.html @@ -28,10 +28,18 @@