diff --git a/TODO.md b/TODO.md index 2444a04..ff1906f 100644 --- a/TODO.md +++ b/TODO.md @@ -16,7 +16,8 @@ - [ ] Copy Buttons don't seem to work reliably - [ ] Unique Alias Collision with only the one contact you're trying to pair with - [ ] Edit Profile, Add Contact & Insufficient Wallet Funds Dialogs have layout issues on mobile -- [ ] After initial pairing between mobile & desktop wallets, we funded the wallet from an external source, no page refresh but websocket updated balance, attempting to send to mobile contact from desktop failed +- [x] After initial pairing between mobile & desktop wallets, we funded the wallet from an external source, no page refresh but websocket updated balance, attempting to send to mobile contact from desktop failed + - Should be fixed by https://github.com/dashhive/wallet-ui/pull/31/commits/6c96982925544aeafac470d46722a2f5bdb050d0 - tried to POST to https://insight.dash.org/insight-api/addrs/utxo with an empty `addrs` array/string - TypeError: Cannot read properties of undefined (reading 'split') at AddressController.checkAddrs (/insight/node_modules/@dashevo/insight-api/lib/addresses.js:100:34) @@ -30,6 +31,7 @@ at /insight/node_modules/express/lib/router/index.js:284:15 at Function.process_params (/insight/node_modules/express/lib/router/index.js:346:12) - [ ] Contact Data List Selector in the Send Dialog on mobile does not show contact alias hints + - Appears to be an issue specific to Firefox on Android, both normal version (in normal & private view) & Firefox Focus - [ ] ### Enhancements