Commit 02a38b6
authored
feat: explicit wallet connect button with no autoconnect lifecycle (#228)
* fix: private note fallback flow when wallet connection is denied
- Gate wallet import on connectWallet() return value to avoid stale
address causing a 60s hang before falling through to transport layer
- Wire up download handler in showOptionalDownload so the button is
functional when transport succeeds but note doesn't arrive
- Fix missing .style on nextStepsList.display in showNextSteps
* feat: replace wallet icon with explicit Connect Wallet button
* feat: add wallet button styles and fix modal border rendering
* feat: wallet connect/disconnect lifecycle, remove auto-connect from mint flow
* feat: add wallet button state management methods to UIController
* chore: bump version to 0.13.1
* feat: square wallet icon button, remove disconnect option1 parent af7a165 commit 02a38b6
File tree
7 files changed
+495
-311
lines changed- bin/faucet/frontend
7 files changed
+495
-311
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 | | |
4 | 10 | | |
5 | 11 | | |
| |||
0 commit comments