Skip to content

Commit

Permalink
🚧 connect wallet UI changes (#10)
Browse files Browse the repository at this point in the history
* 🚧 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
  • Loading branch information
starwiz-7 authored May 15, 2024
1 parent ad49d91 commit 2c2c657
Show file tree
Hide file tree
Showing 9 changed files with 327 additions and 169 deletions.
3 changes: 2 additions & 1 deletion js/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "siwe-ui",
"private": true,
"version": "1.1.3",
"version": "1.2.0",
"scripts": {
"dev": "webpack serve --port 9080",
"build": "cross-env NODE_ENV=production webpack && mkdir -p ../../static && mv dist/* ../../static/",
Expand All @@ -16,6 +16,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"siwe": "2.1.4",
"usehooks-ts": "3.1.0",
"viem": "1.1.7",
"wagmi": "1.3.0"
},
Expand Down
Loading

0 comments on commit 2c2c657

Please sign in to comment.