aeternity / dex-ui

Superhero DEX - the official UI for the first automated market maker (AMM) on æternity.
https://dex.superhero.com
ISC License
6 stars 4 forks source link

feat: add the about dex modal #414

Closed bogdan-manole closed 2 years ago

bogdan-manole commented 2 years ago

Fixes #313

github-actions[bot] commented 2 years ago

Deployed to https://pr-414-dex-ui.stg.aepps.com

CedrikNikita commented 2 years ago

Adjustments:

bogdan-manole commented 2 years ago

@CedrikNikita

  • fix warnings Should not import the named export 'version' (imported as 'contractsVersion') from default-exporting module (only default export is available soon)

done

  • fix: show compiler url

what's wrong with it?

image
  • simplify scss and markup

I need more details. This is a modified version of ConfirmLiquidityModal.vue

  • without await while sdk trully, if user opens fast enough, no depending on sdk information will be presented

done (take a look)

  • get height before setting an interval so user won't wait till we firstly get it

done

  • increase polling interval, height is not changing that fast (can be even more increased)

done (set to 15 secs, if you are thinking on sth else please make a suggestion)

CedrikNikita commented 2 years ago

some padding on the left column would be nice so the "dex backend" is not directly merging into the url.

done