Skip to content

Commit

Permalink
Wallet details and all logins added
Browse files Browse the repository at this point in the history
  • Loading branch information
smgv committed Dec 15, 2024
1 parent c626677 commit c0fe4ed
Show file tree
Hide file tree
Showing 24 changed files with 757 additions and 204 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"changeProcessCWD": true
}
],
"cSpell.words": ["clsx", "JRPC", "PASSWORDLESS", "Ronin", "Solana", "WEBAUTHN"]
"cSpell.words": ["bowser", "clsx", "JRPC", "PASSWORDLESS", "Ronin", "Solana", "SQAURE", "WEBAUTHN"]
}
24 changes: 21 additions & 3 deletions demo/vue-app-new/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 22 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
"packages/base",
"packages/composables/*",
"packages/hooks/*",
"packages/modal",
"packages/modal-ui",
"packages/modal",
"packages/no-modal",
"packages/plugins/*",
"packages/providers/*",
Expand Down
3 changes: 2 additions & 1 deletion packages/modal-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
"deepmerge": "^4.3.1",
"solid-js": "^1.8.11",
"tailwind-merge": "^2.5.5",
"@solid-primitives/i18n": "^2.1.1"
"@solid-primitives/i18n": "^2.1.1",
"solid-qr-code": "^0.1.11"
},
"lint-staged": {
"!(*d).ts": [
Expand Down
Loading

0 comments on commit c0fe4ed

Please sign in to comment.