liquidnft / lnft

Liquid NFT Platform
GNU Affero General Public License v3.0
56 stars 23 forks source link

Display the Fund dialog if user has unsufficent balance to create Art Item #9

Open ihorml opened 3 years ago

ihorml commented 3 years ago

it's supposed to popup a dialog prompting you to add funds to your account if you don't have enough to cover the issuance transaction fee. the dialog file is 'InsufficientFunds.svelte'. there's some logic that dismisses the dialog once funds are received. I think probably a bug is causing it to dismiss the dialog prematurely before it even gets a chance to display

Right now, if user press "submit" and he has insufficient funds to process the transaction - nothing happen

raretoshi-submit-issue