From bc1c277b0f64413b479060e9162b9239cd77b7ce Mon Sep 17 00:00:00 2001 From: katty barroso Date: Fri, 13 Dec 2024 12:18:37 +0100 Subject: [PATCH] Code review feedback --- centrifuge-app/src/components/LoanList.tsx | 1 - .../src/components/Menu/IssuerMenu.tsx | 2 +- .../IssuerCreatePool/FormAddressInput.tsx | 48 +++++++++++++++ .../IssuerCreatePool/IssuerCategories.tsx | 3 +- .../IssuerCreatePool/PoolSetupSection.tsx | 60 +++++-------------- .../src/pages/IssuerCreatePool/index.tsx | 2 +- .../src/pages/IssuerCreatePool/utils.ts | 11 ++-- .../src/pages/IssuerCreatePool/validate.ts | 14 +++++ .../IssuerPool/Configuration/AddressInput.tsx | 0 .../src/pages/Pool/Assets/index.tsx | 2 +- fabric/src/components/FileUpload/index.tsx | 13 ---- fabric/src/components/Select/index.tsx | 4 +- 12 files changed, 88 insertions(+), 72 deletions(-) create mode 100644 centrifuge-app/src/pages/IssuerCreatePool/FormAddressInput.tsx create mode 100644 centrifuge-app/src/pages/IssuerPool/Configuration/AddressInput.tsx diff --git a/centrifuge-app/src/components/LoanList.tsx b/centrifuge-app/src/components/LoanList.tsx index 1c91e660f1..cb204e25b6 100644 --- a/centrifuge-app/src/components/LoanList.tsx +++ b/centrifuge-app/src/components/LoanList.tsx @@ -282,7 +282,6 @@ export function LoanList({ loans, snapshots, isLoading }: Props) { } onChange={(e) => setShowRepaid(!showRepaid)} - variant="square" />