Commit bc9d1ac
Feat: Integrate Reown AppKit; replace Web3 Onboard; add wallet priorities and Google socials (#604)
* chore: remove onboard provider
* feat: add appkit provider
* chore: replace hooks
* chore: onboard -> appkit
* feat(appkit): integrate Reown AppKit; remove Web3 Onboard; wallet priority (GoodWallet, Valora), Google socials, MiniPay labeling; migrate connect flows to AppKit
* fix: yarn lingui and revert back to last commit
* Address review: CELO default chain helper, explorer defaults, MiniPay refactor, useConnectionInfo, restore XDC, clean TODOs, fix keys and ESLint warnings
* Refactor: useConnectionInfo rollout (partial), clarify SwapCelo handleError, add wallet QA checklist
* refactor(appkit): rollout useConnectionInfo across components (WalletChat, AccountDetails, Web3ReactManager, Web3Network)
* fix: complete AppKit integration with security improvements
* chore: lingui
* fix: remove walletConnect connector to resolve double modal issue
* fix: address code review comments - default chain fallbacks, enum usage, and bug fixes
* fix: align Reown networks with NetworkModal using feature flags
* refactor: use dynamic SupportedChains check instead of hardcoded list
* fix: set all networks enabled and force CELO as first network
* Apply suggestions from code review
* fix: handleConnect return value and restore reserveEnabled check
* fix: use correct wallet ID hashes for featured wallets
* trigger deployment
* feat: add MiniPay support via injected connector and update tunnel config
* feat: add custom MiniPay connector with auto-connect support
* fix: conditionally include MiniPay connector only when detected
- Only add MiniPay connector to array when MiniPay is actually detected
- Prevents 'connector not found' errors when MiniPay is not available
- Fallback to injected() connector for other wallets
* fix: MiniPay connector improvements and code cleanup
* fix: MiniPay connector visibility and disconnect behavior
* fix: MiniPay connector type compatibility and auto-connect
* wip: fix autoconnect minipay
* fix: remove duplicate minipay connector
* feat: add MiniPay status box and simplify auto-connect
* fix: resolve MiniPay provider fallback in useWeb3 hook
* refactor: remove MiniPay status overlay display
* Apply suggestions from code review
* fix: resolve merge conflicts and remove unused code
* refactor: remove unnecessary onConnect handler from minipay connector
* Apply suggestions from code review
* feat: hide MiniPay from wallet selection UI, enable background auto-connect
---------
Co-authored-by: Peter Kompasz <kompaszbence@gmail.com>
Co-authored-by: LewisB <lewis@gooddollar.org>
Co-authored-by: Lewis B <lewis@ikigaistudios.eu>1 parent 5df5128 commit bc9d1ac
File tree
102 files changed
+4695
-4299
lines changed- docs
- src
- components
- AccountDetails
- BlockNativeOnboard
- Blocklist
- ClaimRewards
- CurrencyLogo
- Identicon
- Liquidity
- NetworkModal
- Popups
- PortfolioTableRow
- Savings
- SavingsCard
- SavingsModal
- StyledMenu
- WalletBalance
- WalletChat
- WalletModal
- Web3Network
- Web3ReactManager
- Web3Status
- Withdraw
- gd/Button
- connectors
- constants
- hooks
- language/locales
- af
- ar
- ca
- cs
- da
- de
- el
- en
- es-419
- es
- fi
- fr
- he
- hi
- hu
- it
- ja
- ko
- nl
- no
- pl
- pt-BR
- pt
- ro
- ru
- sr
- sv
- tr
- uk
- vi
- zh-CN
- zh-TW
- zh
- pages
- gd
- Claim
- GoodId
- MicroBridge
- Portfolio
- Stake
- Savings
- StakeDeposit
- Swap
- SwapCelo
- SwapConfirmModal
- SwapCore
- SwapTokensModal/SwapTokensModalTokenRow
- reown
- state
- application
- multicall
- swap
- transactions
- user
- wallet
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
102 files changed
+4695
-4299
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
72 | | - | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
84 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
85 | 89 | | |
86 | 90 | | |
87 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | | - | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
209 | 211 | | |
210 | 212 | | |
211 | 213 | | |
212 | | - | |
213 | 214 | | |
214 | 215 | | |
215 | | - | |
216 | | - | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
217 | 223 | | |
218 | 224 | | |
219 | 225 | | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
220 | 230 | | |
221 | | - | |
| 231 | + | |
| 232 | + | |
222 | 233 | | |
223 | 234 | | |
224 | 235 | | |
225 | 236 | | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
237 | 245 | | |
238 | 246 | | |
239 | | - | |
| 247 | + | |
240 | 248 | | |
241 | 249 | | |
242 | 250 | | |
| |||
250 | 258 | | |
251 | 259 | | |
252 | 260 | | |
| 261 | + | |
253 | 262 | | |
254 | 263 | | |
255 | 264 | | |
256 | 265 | | |
257 | 266 | | |
258 | 267 | | |
259 | 268 | | |
260 | | - | |
| 269 | + | |
261 | 270 | | |
262 | 271 | | |
263 | 272 | | |
| |||
271 | 280 | | |
272 | 281 | | |
273 | 282 | | |
274 | | - | |
| 283 | + | |
275 | 284 | | |
276 | 285 | | |
277 | 286 | | |
| |||
280 | 289 | | |
281 | 290 | | |
282 | 291 | | |
283 | | - | |
| 292 | + | |
284 | 293 | | |
285 | 294 | | |
286 | 295 | | |
287 | 296 | | |
288 | 297 | | |
289 | 298 | | |
290 | | - | |
291 | | - | |
| 299 | + | |
| 300 | + | |
292 | 301 | | |
293 | 302 | | |
294 | 303 | | |
295 | | - | |
| 304 | + | |
296 | 305 | | |
297 | | - | |
| 306 | + | |
298 | 307 | | |
299 | 308 | | |
300 | 309 | | |
| |||
0 commit comments