From cca89775aaa4b5cce236bcf3f311c94f5936b6ef Mon Sep 17 00:00:00 2001 From: Cody Bender Date: Fri, 9 Aug 2024 13:19:21 -0400 Subject: [PATCH] style: home screen first pass --- package.json | 1 + public/index.html | 5 + src/components/AccountDetails.tsx | 44 ++++---- src/components/Accounts.tsx | 170 +++++++++++++---------------- src/components/Dialog.tsx | 55 ++++++++++ src/components/ShowPKDialog.tsx | 45 ++++---- src/index.tsx | 29 +++++ src/screens/HomeScreen.tsx | 173 +++++++++++++++--------------- yarn.lock | 131 +++++++++++++++++----- 9 files changed, 399 insertions(+), 254 deletions(-) create mode 100644 src/components/Dialog.tsx diff --git a/package.json b/package.json index 91e19c9..fd29103 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "@ethersproject/shims": "^5.7.0", "@hookform/resolvers": "^3.3.4", "@json-rpc-tools/utils": "^1.7.6", + "@mui/lab": "^5.0.0-alpha.173", "@mui/material": "^5.16.4", "@react-navigation/elements": "^1.3.30", "@react-navigation/native": "^6.1.10", diff --git a/public/index.html b/public/index.html index 2a0b70a..f863862 100644 --- a/public/index.html +++ b/public/index.html @@ -8,6 +8,11 @@ + + +