Commit bb91540
committed
Add Houdini private-send prototype scene (Proposal A)
Adds a review-only, fully navigable prototype of the redesigned Houdini
private send flow, reachable from a wallet's Send button. The scene
reorganizes the send-to-address experience with two linked amounts
(You send / Recipient gets) computed from a hard-coded rate, a
recipient-asset picker over a hard-coded chain list, a Private send
toggle, an inline quote row, a network fee row, and a conditional
destination-tag row. Cross-asset or private sends complete on
SwapSuccessScene; same-asset sends show the transaction success modal.
Nothing talks to Houdini; all values are hard-coded. The card grouping
uses Proposal A (From -> To grouping).1 parent 1811696 commit bb91540
7 files changed
Lines changed: 500 additions & 2 deletions
File tree
- src
- components
- scenes
- themed
- locales
- strings
- types
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| 109 | + | |
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
| |||
242 | 243 | | |
243 | 244 | | |
244 | 245 | | |
| 246 | + | |
245 | 247 | | |
246 | 248 | | |
247 | 249 | | |
| |||
1087 | 1089 | | |
1088 | 1090 | | |
1089 | 1091 | | |
| 1092 | + | |
1090 | 1093 | | |
1091 | 1094 | | |
1092 | 1095 | | |
| |||
0 commit comments