2i2i / app_2i2i

Other
2 stars 0 forks source link

'join host' page, only allow objective assets #704

Closed 2i2i closed 1 year ago

2i2i commented 1 year ago

in the db, there is a table called 'FX' ~ each doc is an assetId and contains the exchange rate (FX) of that asset vs ALGO

if an assetId exists in this table, this asset is called objective else it is called subjective

in the 'join host' page, in the caroussell, we show all account x asset combos

if the chosen account x asset is a subjective asset, this account x asset combo cannot be used ~ the account widget tile should transparently overlay a text saying 'subjective assets support coming later' ~ the 'join' button should stay disabled

so this is a change both for the AccountAsset widget and the join host page

2i2i commented 1 year ago

this is from branch #696

Androidsignal commented 1 year ago

Implemented.

2i2i commented 1 year ago

need a new PR for this pls