interface icon indicating copy to clipboard operation
interface copied to clipboard

🦄 Open source interfaces for the Uniswap protocol

Results 458 interface issues
Sort by recently updated
recently updated
newest added

``` get-graphql-schema https://beta.api.uniswap.org/v1/graphql -j FetchError: request to https://beta.api.uniswap.org/v1/graphql failed, reason: connect ETIMEDOUT 162.125.82.7:443 at ClientRequest. (/home/parallels/.nvm/versions/node/v14.21.1/lib/node_modules/get-graphql-schema/node_modules/node-fetch/lib/index.js:1491:11) at ClientRequest.emit (events.js:400:28) at TLSSocket.socketErrorListener (_http_client.js:475:9) at TLSSocket.emit (events.js:400:28) at emitErrorNT (internal/streams/destroy.js:106:8) at emitErrorCloseNT...

bug

This PR makes it so that the price in the price bar matched the execution price, not the price of 1 base, as shown below. ![Uniswap exec price issue](https://github.com/Uniswap/interface/assets/41202834/5e3007e0-b011-4109-88ce-01323fedfa35) Above...

- fixes #7631 - fixes #7629

Website has no functionality when on self hosted IPFS gateway due to the Infura api policy, obviously the api service isn't free, so give the user the option to input...

## Description There is a small UI bug where you can make the CloseDrawer component blink, it's easily reproducible: https://www.loom.com/share/8ee3730fd23f4e00877d7ba88c3031f9?sid=3537cce7-67bc-4fb5-8682-f55793565d8f And here is the fixed version: https://www.loom.com/share/a4da65324b734c57a2632407fe7ef3c2?sid=f4355526-5db6-4ef4-83d8-49b2632e9738

## URL https://app.uniswap.org/#/vote?chain=mainnet ## Error ``` ChunkLoadError: Loading chunk 9 failed. (error: https://app.uniswap.org/static/js/9.b2098d02.chunk.js) ``` ## Stacktrace ``` ChunkLoadError: Loading chunk 9 failed. (error: https://app.uniswap.org/static/js/9.b2098d02.chunk.js) at c.e (https://app.uniswap.org/:1:3726) at https://app.uniswap.org/static/js/main.f9a418a9.chunk.js:1:760536 at...

Hello guys, I have a question for Deploy uniswap clone, we only need the front interface or v2-core for the backend? Plz Help... https://api.uniswap.org/v1/graphql Cors Origin.

## Description Do not wrap menu items, #6265 is fixed too. ## Screen capture ### Before | Mobile | Desktop | | ------------ | ------------ | | ![CleanShot 2023-11-27 at...

reference

**Bug Description** The UI gets locked if there is a pending transaction, if this was cancelled/replaced on chain UI still says pending. The option to clear pending was lost in...

bug

In the position list component, when checking if the price should be inverted for display purposes, the check is done on the (unadjusted) price which can lead to confusion/inconsistencies. For...