airswap-web icon indicating copy to clipboard operation
airswap-web copied to clipboard

AirSwap Web App

Results 153 airswap-web issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/86785367/178938200-54c312e3-e2e1-4b60-ae9b-66b67682c728.png) I swapped to ETH but it shows WETH. It was unwrapped so the UI should display ETH instead of WETH.

enhancement

![Screenshot 2022-07-10 at 17 34 25](https://user-images.githubusercontent.com/86911296/178151622-e856ad81-52a8-4e13-966a-4f3b46c7887d.png) We can reuse the `getTimeBetweenTwoDates` helper from @codyenokida . Just need to refactor it a bit because the "ago" translations is baked into it....

component

Figma: https://www.figma.com/file/DTJwC2mQ9kvyjM0171tqHR/airswap-web?node-id=10495%3A9993 ![Image](https://user-images.githubusercontent.com/86911296/176759600-405074ab-3e2e-42c7-b20b-f13555d215d6.png)

![Screenshot 2022-07-09 at 10 28 49](https://user-images.githubusercontent.com/86911296/178098192-05a73789-0d6a-499d-9220-1d8b3ee2b28c.png) We can reuse the `getTimeBetweenTwoDates` helper made by @codyenokida . Just need to refactor it a bit because the "ago" translations are baked into...

component

Right now we only have a "home" route. So I'm rewriting the current routing system.

otc

New dropdown component. Should be a [controlled component](https://reactjs.org/docs/forms.html#controlled-components). Interface: ``` label: string; name: string; value?: SelectOption; options: SelectOption[]; onChange: (option: SelectOption) => void; ``` SelectOption: ``` label: string; value: string;...

component

Figma: https://www.figma.com/file/DTJwC2mQ9kvyjM0171tqHR/airswap-web?node-id=10495%3A9993 ![Image](https://user-images.githubusercontent.com/86911296/176759600-405074ab-3e2e-42c7-b20b-f13555d215d6.png)

component

Right now it's a subcomponent of SwapWidget, so it should be a normal component. It's not a lot of work actually, might delete this later.

otc
component