swapr-dapp icon indicating copy to clipboard operation
swapr-dapp copied to clipboard

Delete FullPositionCard component

Open MilanVojnovic95 opened this issue 2 years ago • 1 comments

Fixing the automation tests I noticed that we have duplicate components

For example: this is for Adding Liquidity button in /Users/test/swapr-dapp/src/components/PositionCard/index.tsx image

and this is also for Adding Liquidity button in /Users/test/swapr-dapp/src/components/Pool/PairView/UserLiquidity/UserLiquidity.tsx image

We should also check other elements such as Remove liquidity button, token0Deposited and token1Deposited.

MilanVojnovic95 avatar Jul 04 '22 11:07 MilanVojnovic95

Nice catch Milan. We should definitely uniform those. I think with storybook PR will do a clean up on UI components.

Diogomartf avatar Jul 04 '22 19:07 Diogomartf