Skip to content

Commit 2c2c657

Browse files
authored
🚧 connect wallet UI changes (#10)
* 🚧 connect wallet UI changes * 🚧 add loader states in primary action buttons * 🚧 minor UI issues * 🚧 minor font color change * 🚧 minor updates * 🚧 add package for redirect * 🚧 minor changes * 🔖 bump version
1 parent ad49d91 commit 2c2c657

File tree

9 files changed

+327
-169
lines changed

9 files changed

+327
-169
lines changed

js/ui/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "siwe-ui",
33
"private": true,
4-
"version": "1.1.3",
4+
"version": "1.2.0",
55
"scripts": {
66
"dev": "webpack serve --port 9080",
77
"build": "cross-env NODE_ENV=production webpack && mkdir -p ../../static && mv dist/* ../../static/",
@@ -16,6 +16,7 @@
1616
"react": "18.2.0",
1717
"react-dom": "18.2.0",
1818
"siwe": "2.1.4",
19+
"usehooks-ts": "3.1.0",
1920
"viem": "1.1.7",
2021
"wagmi": "1.3.0"
2122
},

0 commit comments

Comments
 (0)