fix no routes found state

Signed-off-by: Brian Sztamfater <brian@status.im>
This commit is contained in:
Brian Sztamfater 2024-11-21 14:33:45 -03:00
parent ac0f8e4e70
commit 3226095ba9
No known key found for this signature in database
GPG Key ID: 59EB921E0706B48F
2 changed files with 13 additions and 19 deletions

View File

@ -152,11 +152,7 @@
(rf/reg-event-fx
:wallet/select-send-address
(fn [{:keys [db]} [{:keys [address recipient stack-id start-flow?]}]]
(let [[prefix to-address] (utils/split-prefix-and-address address)
testnet-enabled? (get-in db [:profile/profile :test-networks-enabled?])
receiver-networks (network-utils/resolve-receiver-networks
{:prefix prefix
:testnet-enabled? testnet-enabled?})
(let [[to-address] (utils/split-prefix-and-address address)
collectible-tx? (send-utils/tx-type-collectible?
(-> db :wallet :ui :send :tx-type))
collectible (when collectible-tx?
@ -165,10 +161,7 @@
(= (collectible.utils/collectible-balance collectible) 1))]
{:db (-> db
(assoc-in [:wallet :ui :send :recipient] (or recipient address))
(assoc-in [:wallet :ui :send :to-address] to-address)
(assoc-in [:wallet :ui :send :address-prefix] prefix)
(assoc-in [:wallet :ui :send :receiver-preferred-networks] receiver-networks)
(assoc-in [:wallet :ui :send :receiver-networks] receiver-networks))
(assoc-in [:wallet :ui :send :to-address] to-address))
:fx [(when (and collectible-tx? one-collectible?)
[:dispatch [:wallet/start-get-suggested-routes {:amount 1}]])
[:dispatch

View File

@ -145,10 +145,11 @@
input-value
(rf/sub [:wallet/send-amount-fixed
(/ input-value conversion-rate)]))
routes (when suggested-routes
(or (:best suggested-routes) []))
routes-request-uuid (when suggested-routes
(:uuid suggested-routes))
no-routes-found? (and
(some? routes)
routes-request-uuid
(empty? route)
(not loading-routes?))
input-error (controlled-input/input-error input-state)
limit-exceeded? (controlled-input/upper-limit-exceeded? input-state)
@ -186,7 +187,7 @@
:bounce-duration-ms bounce-duration-ms
:token token
:reset-amounts-to-zero? (and limit-exceeded?
(some? routes))}))
(some? route))}))
swap-between-fiat-and-crypto (fn []
(if crypto-currency?
(set-input-state