Solspace-Technology/solspace-wallet-public

Swap screen bug fixes and improvements

Closed this issue · 1 comments

The swap screen currently takes way too long to load matched pairs of tokens. I think it might be worth storing a JSON file locally instead of fetching from Jupiter each time a user wants to choose a new token.

The layout of the routes on the bottom of the swap screen needs to be fixed as it is currently partially cut off by the edge of the screen on certain devices.

The engine powering the swaps is currently Jupiter core, it might be worth exploring a different swap option considering that users can now navigate to this page in the dApp browser if they would prefer.

Removed swap screen in favor of browser based swaps for now.